dynamic-config-s3 0.6.2

Read dynamic-config configuration from an S3 object, on AWS or anything that speaks its 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 = "2021"
rust-version = "1.88"
name = "dynamic-config-s3"
version = "0.6.2"
authors = ["Cevat Batuhan Tolon <cevatbatuhan.tolon@gmail.com>"]
build = false
exclude = [
    "tests/**",
    "benches/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read dynamic-config configuration from an S3 object, on AWS or anything that speaks its API."
homepage = "https://github.com/dynamic-config-rs/dynamic-config-remote"
documentation = "https://docs.rs/dynamic-config-s3"
readme = "README.md"
keywords = [
    "config",
    "s3",
    "aws",
    "hot-reload",
    "minio",
]
categories = [
    "config",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/dynamic-config-rs/dynamic-config-remote"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[[example]]
name = "s3_watching"
path = "examples/s3_watching.rs"

[dependencies.aws-config]
version = "1.6"
features = [
    "behavior-version-latest",
    "rt-tokio",
    "default-https-client",
]
default-features = false

[dependencies.aws-sdk-s3]
version = "1.79"
features = [
    "rt-tokio",
    "default-https-client",
]
default-features = false

[dependencies.aws-smithy-http-client]
version = "1.1.4"
features = ["rustls-aws-lc"]
default-features = false

[dependencies.dynamic-config]
version = "0.6"
features = ["async"]
default-features = false

[dependencies.dynamic-config-store-core]
version = "=0.6.2"

[dependencies.rustls-pki-types]
version = "1.12"
features = ["std"]
default-features = false

[dependencies.tokio]
version = "1.47"
features = ["time"]

[dev-dependencies.dynamic-config]
version = "0.6"
features = [
    "async",
    "json",
]
default-features = false

[dev-dependencies.rcgen]
version = "0.14"

[dev-dependencies.serde]
version = "1.0.221"
features = ["derive"]

[dev-dependencies.testcontainers]
version = "0.27"

[dev-dependencies.testcontainers-modules]
version = "0.15"
features = ["minio"]

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