# 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 = "2018" name = "oxisynth" version = "0.0.5" authors = ["Poly "] description = "Rust soundfont synthesizer" documentation = "https://docs.rs/oxisynth" readme = "README.md" keywords = [ "audio", "soundfont", ] license = "LGPL-2.1" repository = "https://github.com/PolyMeilex/oxisynth" [[example]] name = "multi_font" [[example]] name = "polyphony" [[example]] name = "sf2" [[example]] name = "simple" [dependencies.bitflags] version = "2.4" [dependencies.byte-slice-cast] version = "1.0.0" [dependencies.byteorder] version = "1.4.3" [dependencies.generational-arena] version = "0.2.8" [dependencies.getrandom] version = "0.2" features = ["js"] optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.lewton] version = "0.10.2" optional = true [dependencies.log] version = "0.4.14" [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8.3" optional = true [dependencies.soundfont] version = "0.0.3" [dependencies.thiserror] version = "1.0.25" [dev-dependencies.byte-slice-cast] version = "1.0.0" [dev-dependencies.env_logger] version = "0.10" [features] i16-out = [ "getrandom", "rand", ] sf3 = ["lewton"]