[package]
edition = "2024"
rust-version = "1.93.1"
name = "rwconfig"
version = "1.1.0"
authors = ["YONGQI <betterhyq@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read/write config files with get/set and dirty-tracking; save() writes all changes at once"
homepage = "https://github.com/un-rust/rwconfig"
documentation = "https://docs.rs/rwconfig"
readme = "README.md"
keywords = [
"config",
"json",
"yaml",
"toml",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/un-rust/rwconfig"
[lib]
name = "rwconfig"
path = "src/lib.rs"
[[bin]]
name = "rwconfig"
path = "src/main.rs"
[dependencies.c12-parser]
version = "1.1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.urlogger]
version = "1.0.0"