1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
[dependencies.fixed] version = "1.24" [dependencies.num-traits] default-features = false version = "0.2" [dependencies.rand] features = ["small_rng"] version = "0.8.5" [dependencies.tinyvec] features = ["rustc_1_40"] version = "1.6.0" [features] libm = ["num-traits/libm"] [lib] crate_type = ["rlib"] name = "culsynth" path = "src/lib.rs" [package] description = "Culsynth DSP Library" edition = "2021" license = "MIT" name = "culsynth" version = "0.1.0"