Hconfig 2.0.2

Json configuration file manager
Documentation
[dependencies.arc-swap]
version = "1.7"

[dependencies.dashmap]
version = "7.0.0-rc2"

[dependencies.thiserror]
version = "2.0"

[dependencies.tinyjson]
version = "2.5"

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

[package]
authors = ["Hyultis <hyultis@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config"]
description = "Json configuration file manager"
edition = "2024"
keywords = ["json", "config", "path-config", "settings"]
license = "MIT OR Apache-2.0"
name = "Hconfig"
readme = "README.md"
repository = "https://github.com/hyultis/rust_Hconfig"
version = "2.0.2"

[[test]]
name = "tests"
path = "tests/tests.rs"