# 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 = "rust_keylock_shell" version = "0.15.1" authors = ["aston "] description = "Shell access to the rust-keylock. rust-keylock is a password manager with goals to be Secure, Simple to use, Portable and Extensible." homepage = "https://rust-keylock.github.io/" readme = "README.md" keywords = [ "password", "manager", "safe", "encryption", "key", ] categories = [ "cryptography", "authentication", ] license = "GPL-3.0" repository = "https://github.com/rust-keylock/rust-keylock-shell" [[bin]] name = "rust-keylock" path = "src/main.rs" [dependencies.chrono] version = "0.4" [dependencies.fern] version = "0.6" [dependencies.log] version = "0.4" [dependencies.rpassword] version = "7.2" [dependencies.rust_keylock] version = "0.15" [dependencies.termcolor] version = "1.4" [dependencies.webbrowser] version = "0.8" [badges.travis-ci] branch = "master" repository = "rust-keylock/rust-keylock-shell"