[package]
edition = "2021"
rust-version = "1.71"
name = "dynamic-config-store-core"
version = "0.6.1"
authors = ["Cevat Batuhan Tolon <cevatbatuhan.tolon@gmail.com>"]
build = false
exclude = [
"tests/**",
"benches/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal machinery shared by the dynamic-config store crates. No stable API."
homepage = "https://github.com/ctolon/dynamic-config"
documentation = "https://docs.rs/dynamic-config-store-core"
readme = false
keywords = [
"config",
"hot-reload",
"settings",
"watch",
"serde",
]
categories = [
"config",
"development-tools",
]
license = "MIT"
repository = "https://github.com/ctolon/dynamic-config"
[lib]
name = "dynamic_config_store_core"
path = "src/lib.rs"
[dependencies.dynamic-config]
version = "=0.6.1"
default-features = false
[dev-dependencies.dynamic-config]
version = "=0.6.1"
features = ["json"]
default-features = false