# 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 = "konpeito" version = "0.3.0" authors = [ "Madomado ", "Pornpipat Popum ", ] description = "Personal key-value store CLI" readme = "README.md" categories = [ "authentication", "command-line-utilities", "encoding", ] license = "MIT" repository = "https://github.com/tau-OS/konpeito" [[bin]] name = "konp" path = "src/main.rs" [dependencies.base64] version = "0.22.1" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" [dependencies.keyring] version = "2.3.3" [dependencies.keyring-search] version = "1.2.1" features = ["secret-service"]