# 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 = "timbre" version = "0.3.0" authors = ["Thoren Paulson "] exclude = ["/assets"] description = "A library for audio processing with composable effects." documentation = "https://docs.rs/timbre" readme = "README.md" keywords = ["audio", "gamedev"] categories = ["multimedia::audio", "game-development"] license = "MIT" repository = "https://github.com/thoren-d/timbre" [package.metadata.docs.rs] features = [] no-default-features = true [[bench]] name = "generators" harness = false [[bench]] name = "effects" harness = false [dependencies.sdl2] version = "0.34.0" [dependencies.sdl2-sys] version = "=0.34.2" [dependencies.slotmap] version = "0.4.0" [dependencies.tracing] version = "0.1.19" [dev-dependencies.criterion] version = "0.3.3" [dev-dependencies.tracing-chrome] version = "0.2.0" [dev-dependencies.tracing-subscriber] version = "0.2.11" [features] default = ["sdl2/bundled"]