securestore 0.100.3

SecureStore API for creating or decrypting user secrets
Documentation
# 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 = "securestore"
version = "0.100.3"
authors = [
    "Mahmoud Al-Qudsi <mqudsi@neosmart.net>",
    "NeoSmart Technologies",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SecureStore API for creating or decrypting user secrets"
homepage = "https://neosmart.net/SecureStore"
readme = "README.md"
keywords = [
    "encryption",
    "security",
    "secrets",
    "cryptography",
]
categories = [
    "cryptography",
    "web-programming",
    "config",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/neosmart/securestore-rs/"
resolver = "3"

[features]
default = ["openssl"]
openssl = ["dep:openssl"]
openssl-vendored = ["openssl/vendored"]
rustls = [
    "dep:getrandom",
    "dep:aes",
    "dep:cbc",
    "dep:hmac",
    "dep:sha1",
    "dep:pbkdf2",
    "dep:subtle",
]

[lib]
name = "securestore"
path = "src/lib.rs"

[dependencies.aes]
version = "0.8"
optional = true

[dependencies.cbc]
version = "0.1"
optional = true

[dependencies.getrandom]
version = "0.3"
optional = true

[dependencies.hmac]
version = "0.12"
optional = true

[dependencies.pbkdf2]
version = "0.12"
optional = true

[dependencies.radix64]
version = "0.6.2"

[dependencies.serde]
version = "1.0.197"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.114"

[dependencies.sha1]
version = "0.10"
optional = true

[dependencies.subtle]
version = "2.5"
optional = true

[target."cfg(not(windows))".dependencies.openssl]
version = "0.10.64"
optional = true

[target."cfg(windows)".dependencies.openssl]
version = "0.10.64"
optional = true