dynamic-config-firestore 0.6.2

Read dynamic-config configuration from a Google Cloud Firestore document.
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.85"
name = "dynamic-config-firestore"
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 a Google Cloud Firestore document."
homepage = "https://github.com/dynamic-config-rs/dynamic-config-remote"
documentation = "https://docs.rs/dynamic-config-firestore"
readme = "README.md"
keywords = [
    "config",
    "firestore",
    "gcp",
    "hot-reload",
    "watch",
]
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_firestore"
path = "src/lib.rs"

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

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

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

[dependencies.serde_json]
version = "1.0.127"

[dependencies.ureq]
version = "3.0.12"
features = [
    "rustls",
    "json",
]
default-features = false

[dev-dependencies.dynamic-config]
version = "0.6"
features = ["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"
features = ["blocking"]