# 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-phase-plant" version = "0.3.0" authors = ["Sheldon Young "] publish = true description = "Read and write Phase Plant presets" homepage = "https://github.com/softdevca/synthahol-phase-plant" readme = "README.md" keywords = [ "audio", "synth", "patch", "preset", "phaseplant", ] license = "MIT OR Apache-2.0" repository = "https://github.com/softdevca/synthahol-phase-plant" [dependencies.byteorder] version = "1.5" [dependencies.downcast-rs] version = "1.2" [dependencies.log] version = "0.4" [dependencies.music-note] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.uom] version = "0.36" features = [ "f32", "f64", "si", "std", ] default-features = false [dependencies.uuid] version = "1.8" features = ["v4"] default-features = false [dev-dependencies.approx] version = "0.5"