serde-env 0.3.0

deserialize env into structs via serde
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 = "2021"
name = "serde-env"
version = "0.3.0"
authors = ["Xuanwo <github@xuanwo.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "deserialize env into structs via serde"
documentation = "https://docs.rs/serde-env"
readme = "README.md"
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/Xuanwo/serde-env"

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

[[bench]]
name = "from_env"
path = "benches/from_env.rs"
harness = false

[dependencies.serde]
version = "1"

[dev-dependencies.criterion]
version = "0.7"
features = ["html_reports"]

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

[dev-dependencies.serde_with]
version = "3"
features = ["json"]

[dev-dependencies.temp-env]
version = "0.3"