# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ffmpeg-decoder" version = "0.1.3" authors = ["tarkah "] description = "Decodes audio files using ffmpeg with rust. Can be used as a rodio source." documentation = "https://docs.rs/ffmpeg-decoder" readme = "README.md" keywords = ["audio", "ffmpeg", "rodio"] categories = ["multimedia::audio", "multimedia::encoding"] license = "MIT" repository = "https://github.com/tarkah/ffmpeg-decoder-rs" [lib] name = "ffmpeg_decoder" path = "src/lib.rs" [dependencies.ffmpeg-sys-next] version = "4.3.4" features = ["avcodec", "avformat", "swresample"] default-features = false [dependencies.log] version = "0.4" [dependencies.rodio] version = "0.11" optional = true default-features = false [dependencies.thiserror] version = "1.0" [features] default = [] rodio_source = ["rodio"]