[package] name = "Hconfig" version = "1.1.0" authors = ["Hyultis "] edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/hyultis/rust_Hconfig" keywords = ["json", "config", "path-config", "settings"] categories = ["config"] description = "Json configuration file manager" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde_json = "1.0" dashmap = "6.0" arc-swap = "1.7" thiserror = "1.0"