# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "knox" version = "0.4.0" authors = ["Antoine POPINEAU "] description = "structured secret vault encrypted through GPG" readme = "../README.md" license = "MIT" repository = "https://github.com/apognu/knox" [[bin]] name = "knox" path = "src/main.rs" [dependencies.base32] version = "0.4.0" [dependencies.clap] version = "^2.0" features = ["yaml"] [dependencies.clipboard] version = "^0.5" [dependencies.colored] version = "1.6" [dependencies.dirs] version = "1.0.4" [dependencies.indicatif] version = "^0.11.0" [dependencies.libknox] version = "^0.4" [dependencies.log] version = "^0.4" [dependencies.pretty_env_logger] version = "^0.3" [dependencies.rand] version = "^0.6" [dependencies.reqwest] version = "^0.9.0" [dependencies.rpassword] version = "2.1.0" [dependencies.sha-1] version = "^0.8.0"