# 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 = "which-key" version = "0.1.1" authors = ["Isaiah Hamilton "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "which key helps you remember your keymaps without leaving the terminal." readme = "README.md" keywords = [ "cross-platform", "cli", "keymaps", ] license = "MIT" repository = "https://github.com/isaiah-hamilton/which-key" [[bin]] name = "which-key" path = "src/main.rs" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.comfy-table] version = "7.1.1" [dependencies.dirs] version = "5.0.1" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_yml] version = "0.0.12"