configvault-sdk 0.1.1

Async Rust client SDK for the ConfigVault configuration management API
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 = "2024"
name = "configvault-sdk"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async Rust client SDK for the ConfigVault configuration management API"
homepage = "https://github.com/sitien173/config-vault"
documentation = "https://docs.rs/configvault-sdk"
readme = "README.md"
keywords = [
    "configvault",
    "config",
    "vault",
    "sse",
    "sdk",
]
categories = [
    "api-bindings",
    "config",
]
license = "MIT"
repository = "https://github.com/sitien173/config-vault"

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

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

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

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

[dependencies.eventsource-stream]
version = "0.2"

[dependencies.futures-util]
version = "0.3"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
    "stream",
]
default-features = false

[dependencies.reqwest-eventsource]
version = "0.6"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

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

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