keyenv 1.2.0

Official Rust SDK for KeyEnv - Secrets management made simple
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 = "2021"
name = "keyenv"
version = "1.2.0"
authors = ["KeyEnv <support@keyenv.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official Rust SDK for KeyEnv - Secrets management made simple"
homepage = "https://keyenv.dev"
documentation = "https://docs.rs/keyenv"
readme = "README.md"
keywords = [
    "secrets",
    "environment",
    "configuration",
    "security",
    "keyenv",
]
categories = [
    "config",
    "development-tools",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/keyenv/rust-sdk"

[features]
default = []
native-tls = ["reqwest/native-tls"]
rustls = ["reqwest/rustls-tls"]

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

[[test]]
name = "client_tests"
path = "tests/client_tests.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.reqwest]
version = "0.12"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "time",
]

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "rt-multi-thread",
    "macros",
]

[dev-dependencies.wiremock]
version = "0.6"