ssclient 2.0.0

SecureStore client for managing user secrets
# 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 = "2.0.0"
authors = [
    "Mahmoud Al-Qudsi <mqudsi@neosmart.net>",
    "NeoSmart Technologies",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[features]
default = ["openssl"]
openssl = ["securestore/openssl"]
openssl-vendored = ["securestore/openssl-vendored"]
rustls = ["securestore/rustls"]

[[bin]]
name = "ssclient"
path = "src/main.rs"

[dependencies.clap]
version = "4.6.0"

[dependencies.radix64]
version = "0.6.2"

[dependencies.securestore]
version = "0.100.2"
default-features = false

[dependencies.serde_json]
version = "1.0.114"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.atty]
version = "0.2.14"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.getch]
version = "0.3.1"