twang 0.9.0

Library for pure Rust advanced audio synthesis.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"

[[package]]
name = "fon"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad46a0e6c9bc688823a742aa969b5c08fdc56c2a436ee00d5c6fbcb5982c55c4"
dependencies = [
 "libm",
]

[[package]]
name = "footile"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f71913a626059e25ddf031ca2a66f4f81f2d196c5e93a59fd46ae6c14b1bfd04"
dependencies = [
 "pix",
 "pointy",
]

[[package]]
name = "libm"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "292a948cd991e376cf75541fe5b97a1081d713c618b4f1b9500f8844e49eb565"

[[package]]
name = "num-traits"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
 "autocfg",
]

[[package]]
name = "pix"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c2b6992b377680150280d4708bda8207ba9e71f70507b5504f2e28d8e8e48c1"

[[package]]
name = "pointy"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "139bf0e592367a743213257b5d7d2b4b899ebdd7377441e8901d38e9c6994901"
dependencies = [
 "num-traits",
]

[[package]]
name = "splotch"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f18a61b0883f038a343336926c368175d76a6b0ae7ec709732fec5cfbc7a987"
dependencies = [
 "footile",
 "pointy",
]

[[package]]
name = "twang"
version = "0.9.0"
dependencies = [
 "fon",
 "libm",
 "splotch",
]