# 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] name = "psst" version = "0.1.2" authors = ["Max Jacobson "] description = "Library to be used in CLIs for storing secrets. It will prompt the user for input on the first invocation and remember it for later." readme = "README.md" keywords = [ "secrets", "cli", ] license = "MIT" repository = "https://github.com/maxjacobson/psst" [dependencies.failure] version = "~0.1" [dependencies.failure_derive] version = "~0.1" [dependencies.log] version = "~0.4" [dependencies.rprompt] version = "~2.0" [dependencies.toml] version = "~0.7" [dependencies.xdg] version = "~2.4"