# 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" rust-version = "1.74" name = "ukebox" version = "0.9.2" authors = ["Anett Seeker"] description = "A ukulele chord toolbox in Rust" homepage = "https://github.com/noeddl/ukebox" readme = "README.md" keywords = [ "ukulele", "chords", "music", "cli", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/noeddl/ukebox" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.itertools] version = "0.13" [dependencies.lazy_static] version = "1.4" [dependencies.petgraph] version = "0.6" [dependencies.thiserror] version = "1.0.61" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.indoc] version = "2.0" [dev-dependencies.predicates] version = "3.1" [dev-dependencies.rstest] version = "0.19"