# 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 = "rudiments" version = "0.1.1" authors = ["Jonas Michel "] description = "A step-sequencing drum machine" homepage = "https://github.com/jonasrmichel/rudiments" documentation = "http://docs.rs/rudiments" readme = "README.md" keywords = ["audio", "playback", "drum-machine", "rhythm", "percussion"] categories = ["multimedia::audio", "command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/jonasrmichel/rudiments" [dependencies.bitvec] version = "0.18.1" [dependencies.clap] version = "3.0.0-beta.5" [dependencies.hound] version = "3.4.0" [dependencies.nom] version = "7" [dependencies.rodio] version = "0.11.0" [dependencies.thiserror] version = "1.0"