# 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 = "2018" name = "ssclient" version = "0.100.0" authors = [ "Mahmoud Al-Qudsi ", "NeoSmart Technologies", ] description = "SecureStore client for managing user secrets" homepage = "http://neosmart.net/blog/2020/securestore-open-secrets-format/" readme = "README.md" keywords = [ "encryption", "security", "secrets", "cryptography", ] categories = [ "cryptography", "web-programming", "development-tools", "command-line-utilities", "config", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/neosmart/securestore-rs/tree/master/securestore" [dependencies.atty] version = "0.2.14" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "3.2.16" features = ["std"] default-features = false [dependencies.getch] version = "0.3.1" [dependencies.securestore] version = "0.100.0" default-features = false [dependencies.serde_json] version = "1.0.82" [features] openssl-vendored = ["securestore/openssl-vendored"]