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