atb-cli-utils 2.0.0

Common CLI metadata, environment, and logging helpers
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.88"
name = "atb-cli-utils"
version = "2.0.0"
authors = ["Denis Tsai <denistsai@aetheras.io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common CLI metadata, environment, and logging helpers"
homepage = "https://github.com/aetheras-io/atb-rs"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/aetheras-io/atb-rs"

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
    "cargo",
    "string",
]

[dependencies.once_cell]
version = "1"

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

[dependencies.strum]
version = "0.27"

[dependencies.strum_macros]
version = "0.27"