# 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 = "2018" name = "synthizer" version = "0.5.6" authors = ["Austin Hicks "] description = "bindings to Synthizer, a library for 3D audio and effects" readme = "README.md" keywords = [ "audio", "gamedev", ] license = "Unlicense" repository = "https://github.com/synthizer/synthizer-rs" [[example]] name = "asset_lru" required-features = ["asset_lru"] [dependencies.asset_lru] version = "0.1" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.synthizer-sys] version = "0.10.10" [dev-dependencies.anyhow] version = "1.0.42"