# 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 = "bppt-wav" version = "0.2.0" authors = ["Breval Ferrari "] description = "A custom MML interpreter" license = "MIT" [lib] name = "bppt_wav" path = "src/lib/lib.rs" [[bin]] name = "bppt-wav-cli" path = "src/bin/cli.rs" [dependencies.anyhow] version = "1.0" [dependencies.bppt] version = "0.2.4" [dependencies.clap] version = "4.5.0" features = ["derive"] [dependencies.derive-new] version = "0.6" [dependencies.dirs] version = "5.0" [dependencies.hound] version = "3.5" [dependencies.lazy-regex] version = "3.1" features = ["perf"] [dependencies.meval] version = "0.2" features = ["serde"] [dependencies.rayon] version = "1.8" [dependencies.rodio] version = "0.17" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"