# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "stainless_ffmpeg" version = "0.5.6" authors = [ "Marc-Antoine Arnaud ", "Romane Lafon ", ] build = "build.rs" exclude = ["tests/"] autobins = false autoexamples = false autotests = false autobenches = false description = """ Efficient Rust wrapper for FFmpeg. """ readme = "README.md" license = "Apache-2.0" repository = "https://github.com/nomalab/stainless-ffmpeg" [lib] name = "stainless_ffmpeg" path = "src/lib.rs" [[example]] name = "deep_probe" path = "examples/deep_probe.rs" [[example]] name = "graph" path = "examples/graph.rs" [[example]] name = "play" path = "examples/play.rs" [[example]] name = "probe" path = "examples/probe.rs" [dependencies.ffmpeg-sys-next] version = "5.0.1" [dependencies.libc] version = "0.2.42" [dependencies.log] version = "^0.4" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.uuid] version = "1.3.3" features = [ "serde", "v4", ] [dev-dependencies.cpal] version = "0.13" [dev-dependencies.env_logger] version = "^0.9" [dev-dependencies.ringbuf] version = "0.2.3" [build-dependencies.ffmpeg-sys-next] version = "5.0.1"