1[package]
2name = "dasp_sample"
3description = "An abstraction for audio PCM DSP samples, along with useful conversions and operations."
4version = "0.11.0"
5authors = ["mitchmindtree <mitchell.nordine@gmail.com>"]
6readme = "../README.md"
7keywords = ["dsp", "bit-depth", "sample", "pcm", "audio"]
8license = "MIT OR Apache-2.0"
9repository = "https://github.com/rustaudio/sample.git"
10homepage = "https://github.com/rustaudio/sample"
11edition = "2018"
12
13[features]
14default = ["std"]
15std = []
16
17[package.metadata.docs.rs]
18all-features = true
19