# 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 = "himitsu" version = "1.0.0" authors = ["Joseph Lai "] description = "An encrypted CLI tool for managing secrets on your machine" homepage = "https://github.com/JosephLai241/himitsu" documentation = "https://github.com/JosephLai241/himitsu" readme = "README.md" keywords = [ "encrypt", "config", "secret", "token", "vault", ] categories = [ "authentication", "command-line-utilities", "config", "cryptography", "development-tools", ] license = "MIT" repository = "https://github.com/JosephLai241/himitsu" resolver = "2" [[bin]] name = "hmu" path = "src/main.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0.58" [dependencies.chacha20poly1305] version = "0.9.1" features = ["stream"] [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.2.12" features = ["derive"] [dependencies.copypasta] version = "0.8.1" [dependencies.crossterm] version = "0.24.0" [dependencies.data-encoding] version = "2.3.2" [dependencies.directories] version = "4.0.1" [dependencies.indicatif] version = "0.16.2" [dependencies.inquire] version = "0.2.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.6.0" [dependencies.ring] version = "0.16.20" [dependencies.rust-argon2] version = "1.0.0" [dependencies.serde] version = "1.0.139" features = ["derive"] [dependencies.serde_json] version = "1.0.82" [dependencies.spinners] version = "4.1.0" [dependencies.thiserror] version = "1.0.31"