konfig 0.2.0

serializable, schemable configuration for popular crates
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 = "konfig"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "serializable, schemable configuration for popular crates"
homepage = "https://crates.io/crates/konfig"
documentation = "https://docs.rs/konfig"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/aatifsyed/konfig"

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

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

[dependencies.backon]
version = "1.6.0"

[dependencies.bytes]
version = "1.11.0"
features = ["serde"]

[dependencies.http]
version = "1.4.0"

[dependencies.humantime]
version = "2.3.0"

[dependencies.opentelemetry]
version = "0.31.0"
features = [
    "metrics",
    "trace",
    "logs",
]

[dependencies.opentelemetry-otlp]
version = "0.31.0"
features = [
    "metrics",
    "trace",
    "logs",
    "grpc-tonic",
]

[dependencies.opentelemetry_sdk]
version = "0.31.0"
features = [
    "metrics",
    "trace",
    "logs",
]

[dependencies.regex]
version = "1.12.2"
features = ["std"]
default-features = false

[dependencies.reqwest]
version = "0.13.1"
features = [
    "brotli",
    "cookies",
    "default-tls",
    "deflate",
    "gzip",
    "hickory-dns",
    "http2",
    "native-tls",
    "zstd",
]
default-features = false

[dependencies.schemars]
version = "1.2.0"
features = ["url2"]

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

[dependencies.serde_with]
version = "3.16.1"
features = [
    "hex",
    "schemars_1",
]

[dependencies.tokio]
version = "1.49.0"
features = [
    "rt",
    "rt-multi-thread",
    "net",
    "time",
]

[dependencies.url]
version = "2.5.8"
features = ["serde"]

[dev-dependencies.expect-test]
version = "1.5.1"

[dev-dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.serde_path_to_error]
version = "0.1.20"