lib-humus-configuration 0.1.0

Helper crate for reading configuration files into data structures using serde.
Documentation
<!--
SPDX-FileCopyrightText: 2025 Slatian

SPDX-License-Identifier: LGPL-3.0-or-later
-->

# lib-humus-configuration 🌱📝

[Documentation]https://docs.rs/lib-humus-configuration | [Codeberg]https://codeberg.org/slatian/lib-humus-configuration

lib-humus-configuration helps with reading a configuration file into a data structure using serde.

It currently supports JSON, JSON5 and TOML.

Every supported format can be enabled or disabled with feature flags.

This is a companion crate to [lib-humus](https://codeberg.org/slatian/lib-humus) and will replace the TOML reader in tht crate.

## License

This project is license under the [LGPL-3.0-or-later license](./LICENSES/LGPL-3.0-or-later.txt).