# 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 = "xsynth-soundfonts" version = "0.3.1" authors = [ "Arduano", "MBMS", "Kaydax", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A module to parse different types of soundfonts to be used in XSynth." homepage = "https://github.com/BlackMIDIDevs/xsynth" readme = "README.md" keywords = [ "midi", "synthesizer", "soundfont", ] categories = ["multimedia::audio"] license = "LGPL-3.0" repository = "https://github.com/BlackMIDIDevs/xsynth" [lib] name = "xsynth_soundfonts" path = "src/lib.rs" [dependencies.encoding_rs] version = "0.8.34" [dependencies.encoding_rs_io] version = "0.1.7" [dependencies.lazy-regex] version = "3.2.0" [dependencies.regex-bnf] version = "0.1.2" [dependencies.rubato] version = "0.15.0" [dependencies.simdeez] version = "2.0.0-dev3" [dependencies.soundfont] version = "0.0.3" [dependencies.thiserror] version = "1.0.63"