tanzim-load 0.9.0

Load configuration bytes from declarative configuration sources
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-load"
version = "0.9.0"
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
    "../../LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Load configuration bytes from declarative configuration sources"
homepage = "https://crates.io/crates/tanzim-load"
documentation = "https://docs.rs/tanzim-load"
readme = "README.md"
keywords = [
    "config",
    "configuration",
    "loader",
    "env",
    "file",
]
categories = [
    "config",
    "filesystem",
]
license = "BSD-3-Clause"
repository = "https://github.com/pouriya/tanzim"
resolver = "2"

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

[features]
default = [
    "env",
    "file",
    "http",
]
env = []
file = []
full = [
    "env",
    "file",
    "http",
]
http = []
logging = ["dep:log"]
tracing = ["dep:tracing"]

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

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.log]
version = "0.4.20"
optional = true

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

[dependencies.thiserror]
version = "1.0.56"

[dependencies.tracing]
version = "0.1.40"
optional = true

[dev-dependencies.tempdir]
version = "0.3.7"