# 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 = "ashpiano" version = "0.0.2" authors = ["Ashrit Yarava "] description = "A command line piano with support for 7 octaves and playing 2 octaves at once." homepage = "https://github.com/Ashrit-Yarava/ashpiano/" documentation = "https://github.com/Ashrit-Yarava/ashpiano/README.md" readme = "README.md" keywords = [ "piano", "music", "instrument", "ashpiano", "play", ] categories = ["multimedia::audio"] license-file = "LICENSE" repository = "https://github.com/Ashrit-Yarava/ashpiano/" resolver = "2" [profile.release] opt-level = 3 [dependencies.console] version = "0.15.1" [dependencies.exitcode] version = "1.1.2" [dependencies.rodio] version = "0.15.0"