# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "auden" version = "0.1.0" description = "Audio Engine" homepage = "https://github.com/nicochatzi/auden" readme = "README.md" keywords = [ "dsp", "audio", "graph", "no_std", ] categories = [""] license = "MIT" repository = "https://github.com/nicochatzi/auden" [profile.dev.package."*"] opt-level = 3 [profile.release] opt-level = 3 lto = "fat" [[bench]] name = "buffer" harness = false [[bench]] name = "pool" harness = false [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.cpal] version = "0.15.2" [dependencies.crc32fast] version = "1.3.2" features = ["nightly"] [dependencies.env_logger] version = "0.10.1" [dependencies.hashbrown] version = "0.14.3" features = ["nightly"] default-features = false [dependencies.hound] version = "3.5.1" [dependencies.log] version = "0.4.20" [dependencies.mimalloc] version = "0.1.39" [dependencies.plotly] version = "0.8.4" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" default-features = false [dependencies.uuid] version = "1.6.1" features = ["v4"] default-features = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tempfile] version = "3.8.1"