# 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] name = "sample" version = "0.11.0" authors = ["mitchmindtree "] description = "A crate providing the fundamentals for working with audio PCM DSP. NOTICE: This crate was renamed to `dasp`." homepage = "https://github.com/RustAudio/sample" readme = "README.md" keywords = ["dsp", "bit-depth", "rate", "pcm", "audio"] license = "MIT OR Apache-2.0" repository = "https://github.com/RustAudio/sample.git" [dev-dependencies.find_folder] version = "0.3" [dev-dependencies.hound] version = "2.0" [dev-dependencies.portaudio] version = "0.7" [features] default = ["std"] std = []