# 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 = "envn" version = "0.5.0" authors = ["Ishan Joshi "] description = "The Premium Secrets and .env Manager CLI" readme = "README.md" keywords = [ "env", "secret", "password", "manager", "cli", ] license = "MIT" repository = "https://github.com/newtoallofthis123/envn" [dependencies.aes-gcm] version = "0.10.3" [dependencies.bcrypt] version = "0.15" [dependencies.bincode] version = "1.3.3" [dependencies.bunt] version = "0.2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = ["derive"] [dependencies.correct_word] version = "0.1.1" [dependencies.dirs] version = "5.0.1" [dependencies.inquire] version = "0.6" [dependencies.rand] version = "0.8" [dependencies.rusqlite] version = "0.30" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tar] version = "0.4" [dependencies.toml] version = "0.8.8"