Cargo.toml: update to ffmpeg-next for crates.io packaging

This commit is contained in:
Zhiming Wang 2018-09-19 19:45:03 -04:00
parent e6c7dc4bf5
commit 292a58ad0d
No known key found for this signature in database
GPG Key ID: 5B58F95EC95965D8

View File

@ -1,14 +1,16 @@
[package]
name = "ffmpeg"
version = "0.2.0-alpha.2"
name = "ffmpeg-next"
version = "0.2.0"
build = "build.rs"
authors = ["meh. <meh@schizofreni.co>"]
authors = ["meh. <meh@schizofreni.co>", "Zhiming Wang <i@zhimingwang.org>"]
license = "WTFPL"
description = "Safe FFmpeg wrapper"
repository = "https://github.com/meh/rust-ffmpeg"
keywords = ["audio", "video"]
description = "Safe FFmpeg wrapper (FFmpeg 4 compatible fork of the ffmpeg crate)"
documentation = "https://docs.rs/ffmpeg-next"
homepage = "https://github.com/zmwangx/rust-ffmpeg#readme"
repository = "https://github.com/zmwangx/rust-ffmpeg"
keywords = ["ffmpeg", "multimedia", "video", "audio"]
[features]
default = ["ffmpeg4", "codec", "device", "filter", "format", "resampling", "software-resampling", "software-scaling"]