libconfig-rs 4.0.0

libconfig parser in rust
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"
name = "libconfig-rs"
version = "4.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "libconfig parser in rust"
documentation = "https://docs.rs/libconfig-rs"
readme = "README.md"
license = "0BSD"
repository = "https://github.com/JoNil/libconfig-rs"

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

[[bin]]
name = "print_test"
path = "src/bin/print_test.rs"

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

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

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

[dependencies.indexmap]
version = "2"

[dependencies.nom]
version = "8"

[dependencies.serde]
version = "1"
features = ["derive"]