rwconfig 1.1.0

Read/write config files with get/set and dirty-tracking; save() writes all changes at once
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"