diff --git a/Cargo.toml b/Cargo.toml index fd71cce..f0802e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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. "] +authors = ["meh. ", "Zhiming Wang "] 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"]