envoke-cli 0.1.5

Resolve environment variables from a declarative YAML config file
# 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 = "envoke-cli"
version = "0.1.5"
authors = ["Glenn Bitar <glennbitar@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Resolve environment variables from a declarative YAML config file"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/glennib/envoke"

[[bin]]
name = "envoke"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.101"

[dependencies.chrono]
version = "0.4.43"
features = ["clock"]
default-features = false

[dependencies.clap]
version = "4.5.57"
features = ["derive"]

[dependencies.minijinja]
version = "2.15.1"
features = ["urlencode"]

[dependencies.schemars]
version = "1.2.1"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]

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

[profile.dist]
inherits = "release"

[profile.release]
lto = "fat"
codegen-units = 1
strip = true