# 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" rust-version = "1.79" name = "ffmpeg-sidecar" version = "2.0.2" authors = ["Nathan Babcock "] description = "Wrap a standalone FFmpeg binary in an intuitive Iterator interface." readme = "README.md" keywords = [ "ffmpeg", "video", ] categories = ["multimedia"] license = "MIT" repository = "https://github.com/nathanbabcock/ffmpeg-sidecar" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] crate-type = ["lib"] [dependencies.anyhow] version = "1.0.79" [dependencies.ureq] version = "2.10.1" optional = true [features] default = ["download_ffmpeg"] download_ffmpeg = [ "dep:ureq", "dep:tar", "dep:xz2", "dep:zip", ] named_pipes = [ "dep:winapi", "dep:nix", ] [target."cfg(not(target_os = \"linux\"))".dependencies.zip] version = "2.2.0" optional = true [target."cfg(target_os = \"linux\")".dependencies.tar] version = "0.4.42" optional = true [target."cfg(target_os = \"linux\")".dependencies.xz2] version = "0.1.7" optional = true [target."cfg(unix)".dependencies.nix] version = "0.29.0" features = ["fs"] optional = true [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "winbase", "handleapi", "namedpipeapi", ] optional = true