# 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 = "enigmatic" version = "0.1.1" description = "Secrets management cli" readme = "README.md" license-file = "LICENCE.md" repository = "https://github.com/Wertual08/enigmatic/tree/master" [dependencies.clap] version = "4.4.4" features = ["derive"] [dependencies.clipboard] version = "0.5.0" [dependencies.ecies] version = "0.2.6" features = [ "std", "pure", ] default-features = false [dependencies.home] version = "0.5.5" [dependencies.rand] version = "0.8.5" [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [dependencies.rpassword] version = "7.2.0" [dependencies.sha3] version = "0.10.8" [dependencies.simplecrypt] version = "1.0.2" [dependencies.whoami] version = "1.4.1"