# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "audiograph" version = "0.5.1" authors = ["Bennett Hardwick "] description = "An audio graph optimised for performance and limiting runtime allocations" readme = "README.md" keywords = ["audio", "dsp", "graph"] categories = ["algorithms", "data-structures", "multimedia"] license = "MIT" repository = "https://github.com/bennetthardwick/audio-graph" [dependencies.bufferpool] version = "0.1.6" [dependencies.generational-arena] version = "0.2.7" features = ["serde"] [dependencies.sample] version = "0.10.0" [dev-dependencies.alloc_counter] version = "0.0.4" [dev-dependencies.crossbeam] version = "0.7" [dev-dependencies.dsp-chain] version = "0" [dev-dependencies.jack] version = "0.6" [dev-dependencies.lazy_static] version = "1" [badges.travis-ci] repository = "https://github.com/bennetthardwick/audio-graph"