From 292a58ad0d173a3604ce684a359b723b85632726 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Wed, 19 Sep 2018 19:45:03 -0400 Subject: [PATCH] Cargo.toml: update to ffmpeg-next for crates.io packaging --- Cargo.toml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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"]