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