supplement 0.1.12

The awesome supplement for your awesome CLI app
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"
name = "supplement"
version = "0.1.12"
authors = ["why8ther <lturtsamuel@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The awesome supplement for your awesome CLI app"
readme = "README.md"
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/david0u0/supplement"

[features]
clap-3 = ["clap3"]
clap-4 = ["clap4"]
default = ["clap-4"]

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

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

[dependencies.clap3]
version = "3"
optional = true
package = "clap"

[dependencies.clap4]
version = "4"
optional = true
package = "clap"

[dependencies.log]
version = "0.4.18"
default-features = false

[dependencies.supplement-proc-macro]
version = "0.1"

[dev-dependencies.env_logger]
version = "0.11"