env-type 0.4.1

env-type is a library to define environment variables as types.
Documentation
[[bin]]
name = "env-type"
path = "src/main.rs"

[dependencies.shuttle-runtime]
optional = true
version = "0.47.0"

[dependencies.strum]
features = ["derive"]
version = "0.26.3"

[dependencies.thiserror]
version = "1.0.68"

[features]
all = ["shuttle"]
default = []
shuttle = ["shuttle-runtime"]

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

[package]
authors = ["Yutaka Nishimura <ytk.nishimura@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "env-type is a library to define environment variables as types."
documentation = "https://docs.rs/env-type"
edition = "2021"
license = "MIT"
name = "env-type"
readme = "README.md"
repository = "https://github.com/ynishi/env-type"
version = "0.4.1"