# 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 = "kv-cli" version = "0.1.0" description = "A command line tool to store and retrieve key-value pairs" homepage = "https://github.com/trusch/kv" readme = "README.md" keywords = [ "key-value", "cli", "storage", "gpg", "git", ] categories = ["command-line-utilities"] license-file = "LICENSE.md" repository = "https://github.com/trusch/kv" [[bin]] name = "kv" path = "src/main.rs" [dependencies.chrono] version = "0.4.22" [dependencies.clap] version = "4.0.10" features = [ "derive", "env", ] [dependencies.clap_complete] version = "4.0.6" [dependencies.log] version = "0.4.17" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.shellexpand] version = "2.1.2" [dependencies.walkdir] version = "2.3.2"