# 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 = "creak" version = "0.3.0" authors = ["Nicholas Fleck "] exclude = ["/samples", "*.wav", "*.flac", "*.mp3", "*.ogg", "*.raw"] description = "Lightweight audio decoder. Converts popular formats to raw 32-bit float samples." homepage = "https://github.com/TheBerkin/creak" readme = "README.md" keywords = ["audio", "decoder", "sound"] categories = ["multimedia::audio", "multimedia::encoding", "encoding", "filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/TheBerkin/creak" [profile.release] codegen-units = 1 [[bin]] name = "creak-raw" path = "src/tools/creak-raw.rs" [dependencies.claxon] version = "0.4.3" optional = true [dependencies.hound] version = "3.4.0" optional = true [dependencies.lewton] version = "0.10.1" optional = true [dependencies.minimp3] version = "0.5.0" optional = true [features] default = ["wav", "mp3", "vorbis", "flac"] flac = ["claxon"] mp3 = ["minimp3"] vorbis = ["lewton"] wav = ["hound"]