# 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 = "ambisonic" version = "0.4.1" authors = ["Martin Billinger "] include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"] description = "Compose and play 3D audio." readme = "README.md" keywords = ["audio", "ambisonics", "3D", "sound", "gamedev"] categories = ["multimedia", "multimedia::audio", "game-engines"] license = "MIT/Apache-2.0" repository = "https://github.com/mbillingr/ambisonic" [dependencies.cpal] version = ">=0.12, <=0.13" [dependencies.rand] version = "0.8" features = ["small_rng"] [dependencies.rand_distr] version = "0.4" [dependencies.rodio] version = ">=0.12, <=0.13"