# 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 = "aschord" version = "0.3.4" authors = ["Yuchen Zhong "] description = "A command line tool for showing how to play guitar chords" homepage = "https://github.com/yzhong52/ascii_chords" readme = "README.md" keywords = [ "cli", "ascii", "guitar", "chords", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/yzhong52/ascii_chords" [dependencies.clap] version = "4" features = ["derive"] [dependencies.once_cell] version = "1.14.0"