[dependencies.arc-swap]
version = "1.6"
[dependencies.dynpatch-interface]
version = "0.1.0"
[dependencies.notify]
version = "6.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
optional = true
version = "1.0"
[dependencies.serde_yaml]
optional = true
version = "0.9"
[dependencies.thiserror]
version = "1.0"
[dependencies.toml]
optional = true
version = "0.8"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tempfile]
version = "3.8"
[features]
default = ["json", "toml", "yaml"]
json = ["dep:serde_json"]
toml = ["dep:toml"]
yaml = ["dep:serde_yaml"]
[lib]
name = "dynpatch_watcher"
path = "src/lib.rs"
[package]
authors = ["Eshan Roy <m.eshanized@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "config", "filesystem"]
description = "File watching and live config reloading for dynpatch"
documentation = "https://docs.rs/dynpatch-watcher"
edition = "2021"
keywords = ["watch", "config", "reload", "hot-reload"]
license = "MIT"
name = "dynpatch-watcher"
readme = "README.md"
repository = "https://gitlab.com/TIVisionOSS/crates/dynpatch"
rust-version = "1.70.0"
version = "0.1.0"
[[test]]
name = "config_test"
path = "tests/config_test.rs"