cabinpkg-env 0.15.0

Environment variable conventions for Cabin
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"
rust-version = "1.95"
name = "cabinpkg-env"
version = "0.15.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Environment variable conventions for Cabin"
readme = false
license = "Apache-2.0"
repository = "https://github.com/cabinpkg/cabin"

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

[dependencies.shlex]
version = "2"

[dependencies.thiserror]
version = "2"

[lints.clippy]
must_use_candidate = "allow"

[lints.clippy.pedantic]
level = "deny"
priority = -1