# 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 = "synthahol-babylon" version = "0.3.1" authors = ["Sheldon Young "] publish = true description = "Read presets for the Babylon synthesizer" homepage = "https://github.com/softdevca/synthahol-babylon" readme = "README.md" keywords = [ "audio", "synth", "patch", "preset", "babylon", ] license = "MIT OR Apache-2.0" repository = "https://github.com/softdevca/synthahol-babylon" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.uom] version = "0.34" features = [ "f64", "si", "std", ] default-features = false [dev-dependencies.approx] version = "0.5"