# 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_rustysynth" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A plugin which adds MIDI file and soundfont audio support to the bevy engine via rustysynth." readme = "README.md" license = "0BSD OR MIT OR Apache-2.0" [lib] name = "bevy_rustysynth" path = "src/lib.rs" [dependencies.async-channel] version = "2.3" [dependencies.bevy] version = "0.14" features = [ "bevy_audio", "bevy_asset", ] default-features = false [dependencies.itertools] version = "0.13" [dependencies.rodio] version = "0.19" [dependencies.rustysynth] version = "1.3" [features] default = ["hl4mgm"] hl4mgm = []