# 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 = "bevy_synthizer" version = "0.7.0" authors = ["Nolan Darilek "] description = "A Bevy plugin for Synthizer, a library for 3D audio and synthesis with a focus on games and VR applications" license = "MIT OR Apache-2.0" repository = "https://labs.lightsout.games/projects/bevy_synthizer" [package.metadata.release] pre-release-commit-message = "Release" pre-release-hook = [ "git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}", ] publish = false push = false [dependencies.bevy] version = "0.14" features = ["bevy_asset"] default-features = false [dependencies.synthizer] version = "0.5.6" [dependencies.thiserror] version = "1" [dev-dependencies.bevy] version = "0.14" default-features = true