init4-from-env-derive 0.2.0

A derive macro for `init4_bin_base::FromEnv`
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"
rust-version = "1.81"
name = "init4-from-env-derive"
version = "0.2.0"
authors = [
    "init4",
    "James Prestwich",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A derive macro for `init4_bin_base::FromEnv`"
homepage = "https://github.com/init4tech/bin-base"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/init4tech/bin-base"

[lib]
name = "init4_from_env_derive"
path = "src/lib.rs"
proc-macro = true

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

[dependencies.proc-macro2]
version = "1.0.95"

[dependencies.quote]
version = "1.0.40"

[dependencies.syn]
version = "2.0.100"
features = [
    "full",
    "parsing",
]

[dev-dependencies]