# 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 = "fferris" version = "0.0.0" build = "src/build/main.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Yet another FFmpeg wrapper for Rust" readme = "README.md" license = "MIT OR Apache-2.0" [profile.dev] opt-level = 1 lto = false strip = false [profile.release] opt-level = 3 lto = false strip = true [lib] name = "fferris" path = "src/lib.rs" [[bench]] name = "simple" path = "benches/simple.rs" harness = false [dependencies.env_logger] version = "0.10.1" [dependencies.fferris-sys] version = "0.0.0" [dependencies.fferris_macros] version = "0.0.0" [dependencies.log] version = "0.4.20" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [build-dependencies.fferris-sys] version = "0.0.0" [build-dependencies.fferris_macros] version = "0.0.0" [build-dependencies.proc-macro2] version = "1.0.86" [build-dependencies.quote] version = "1" [build-dependencies.syn] version = "2" features = [ "printing", "parsing", ] default-features = false [features] avcodec = ["fferris-sys/avcodec"] avdevice = ["fferris-sys/avdevice"] avfilter = ["fferris-sys/avfilter"] avformat = ["fferris-sys/avformat"] bindgen = ["fferris-sys/__bindgen"] default = [ "log", "avformat", "avcodec", "avfilter", "avdevice", ] log = []