# 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 = "lyrebird" version = "0.2.0" authors = ["Ky 'geksupport' Winston "] build = false exclude = [ "examples/*", "**/bin", "*_template", ] publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "a crate for sound and music generation in bevy" readme = "README.md" license = "MIT OR Apache-2.0" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [lib] name = "lyrebird" path = "src/lib.rs" [dependencies.bevy] version = "0.14.2" features = [ "bevy_asset", "png", ] default-features = false [dependencies.bevy_kira_audio] version = "0.20.0" [dependencies.bevy_midi] version = "0.9.0" optional = true [dependencies.fundsp] version = "0.20.0" [dependencies.leafwing_manifest] version = "0.2.0" features = ["ron"] [dependencies.uuid] version = "1.10.0" [dev-dependencies.bevy] version = "0.14.2" features = [ "png", "bevy_ui", "tonemapping_luts", ] default-features = false [dev-dependencies.cargo-husky] version = "1" features = [ "precommit-hook", "run-cargo-test", "run-cargo-clippy", ] [dev-dependencies.serde] version = "1.0.210" [features] debug = ["dep:bevy_midi"] default = [] [target.'cfg(target_os = "linux")'.dev-dependencies.bevy] version = "0.14.2" features = [ "x11", "wayland", "bevy_winit", ] default-features = false