# 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-render" version = "0.3.1" authors = [ "Arduano", "MBMS", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command line utility for rendering MIDIs to audio using 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" [[bin]] name = "xsynth-render" path = "src/main.rs" [dependencies.atomic_float] version = "1.0.0" [dependencies.clap] version = "4.5.16" features = ["cargo"] [dependencies.crossbeam] version = "0.8.4" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.hound] version = "3.5.1" [dependencies.midi-toolkit-rs] version = "0.1.0" [dependencies.rayon] version = "1.10.0" [dependencies.spin_sleep] version = "1.2.1" [dependencies.thiserror] version = "1.0.63" [dependencies.xsynth-core] version = "0.3.1"