# 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 = "sax-fingering-chart" version = "0.2.5" authors = ["Griffin O'Neill "] build = "res/build.rs" exclude = ["examples/*"] description = "Takes midi files and outputs fingering charts for a saxophone." homepage = "https://github.com/Eolu/sax-fingering-chart" readme = "README.md" keywords = [ "audio", "music", "sound", "saxophone", ] categories = ["multimedia"] license = "MIT" repository = "https://github.com/Eolu/sax-fingering-chart" [dependencies.enumset] version = "1.0" features = ["serde"] [dependencies.image] version = "0.24" [dependencies.lazy_static] version = "1.4" [dependencies.midly] version = "0.5" [dependencies.ron] version = "0.6" [dependencies.serde] version = "1.0" [build-dependencies.const-gen] version = "1.2" [target."cfg(windows)".build-dependencies.winres] version = "0.1"