# 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-realtime" version = "0.3.1" authors = [ "Arduano", "MBMS", "Kaydax", "Khangaroo", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A real-time MIDI synthesizer 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" [lib] name = "xsynth_realtime" path = "src/lib.rs" [[example]] name = "bench" path = "examples/bench.rs" [[example]] name = "midi" path = "examples/midi.rs" [dependencies.atomic_refcell] version = "0.1.13" [dependencies.bytemuck] version = "1.16.3" [dependencies.cpal] version = "0.15.3" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.lazy_static] version = "1.5.0" [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.spin_sleep] version = "1.2.1" [dependencies.to_vec] version = "0.1.0" [dependencies.wav] version = "1.0.1" [dependencies.xsynth-core] version = "0.3.1" [dev-dependencies.midi-toolkit-rs] version = "0.1.0" [build-dependencies.cbindgen] version = "0.26.0" [features] serde = [ "dep:serde", "xsynth-core/serde", ]