# 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 = "atrac3p-decoder" version = "0.1.2" authors = ["tarkah "] description = "Atrac3+ Decoder in Rust. Can be used as a source for Rodio." documentation = "https://docs.rs/atrac3p-decoder" readme = "README.md" keywords = ["audio", "decoder", "rodio", "atrac"] categories = ["multimedia::audio", "multimedia::encoding"] license = "LGPL-2.1-or-later" repository = "https://github.com/tarkah/atrac3p-decoder" [dependencies.bitstream-io] version = "0.8" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.num] version = "0.2" [dependencies.riff-wave-reader] version = "0.1" [dependencies.rodio] version = "0.11" default-features = false [dependencies.rustdct] version = "0.4" [dependencies.take_mut] version = "0.2" [dependencies.thiserror] version = "1.0"