tanzim-value 0.7.0

Located configuration values
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 = "tanzim-value"
version = "0.7.0"
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
    "../../LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Located configuration values"
homepage = "https://crates.io/crates/tanzim-value"
documentation = "https://docs.rs/tanzim-value"
readme = "README.md"
keywords = [
    "config",
    "configuration",
    "value",
    "settings",
    "tree",
]
categories = [
    "config",
    "data-structures",
]
license = "BSD-3-Clause"
repository = "https://github.com/pouriya/tanzim"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

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

[dependencies.tanzim-source]
version = "0.5.0"