config_watcher 0.11.0

Config Watcher is a Rust library for tracking configuration items from files, Kubernetes ConfigMaps, and MQTT topics, providing real-time updates and structured data parsing.
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 = "config_watcher"
version = "0.11.0"
authors = ["schaze <schazet@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Config Watcher is a Rust library for tracking configuration items from files, Kubernetes ConfigMaps, and MQTT topics, providing real-time updates and structured data parsing."
readme = "README.md"
keywords = [
    "config",
    "file",
    "mqtt",
    "kubernetes",
]
license = "MIT"
repository = "https://github.com/schaze/config_watcher"

[features]
default = ["tls-aws-lc-rs"]
tls-aws-lc-rs = [
    "kube/rustls-tls",
    "kube/aws-lc-rs",
]

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

[dependencies.futures]
version = "0.3.31"

[dependencies.futures-stream-ext]
version = "0.5.0"

[dependencies.glob]
version = "0.3.2"

[dependencies.k8s-openapi]
version = "0.27.0"
features = ["v1_31"]

[dependencies.kube]
version = "3.0.0"
features = [
    "runtime",
    "derive",
]

[dependencies.log]
version = "0.4.22"

[dependencies.notify]
version = "8.0.0"

[dependencies.rumqttc]
version = "0.25.0"

[dependencies.thiserror]
version = "2.0.9"

[dependencies.tokio]
version = "1.42.0"
features = [
    "fs",
    "io-std",
    "io-util",
    "sync",
    "rt",
    "rt-multi-thread",
    "macros",
]

[dependencies.tower-http]
version = "0.6.8"
features = [
    "util",
    "map-response-body",
]

[dependencies.twox-hash]
version = "2.1.0"

[dependencies.walkdir]
version = "2.5.0"