# 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] name = "hum" version = "0.6.0" authors = ["Connor Bulakites "] build = "build.rs" include = [ "**/*.rs", "**/*.rustpeg", "Cargo.toml", "LICENSE", "DISCLAIMER", "README.md", "EXTERNAL_DEPENDENCY_LICENSES/*", ] description = "A music notation language and synthesizer written in Rust." readme = "README.md" keywords = [ "music", "notation", "synthesizer", "sine", "wave", ] categories = [ "multimedia", "multimedia::audio", ] license = "GPL-3.0-or-later" repository = "https://github.com/crbulakites/hum" [lib] name = "hum" path = "src/lib.rs" [[bin]] name = "hum" path = "src/bin.rs" [dependencies.clap] version = "4.4.3" [dependencies.hound] version = "3.4.0" [dependencies.peg] version = "0.6.3" [build-dependencies] [badges.maintenance] status = "experimental"