Cargo.toml: update to ffmpeg-next for crates.io packaging
This commit is contained in:
parent
e6c7dc4bf5
commit
292a58ad0d
14
Cargo.toml
14
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. <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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user