cortenforge-cli-support 0.5.0

Shared CLI argument helpers for CortenForge tools and apps (capture, warehouse, seeds, thresholds).
Documentation
[dependencies.bevy]
default-features = false
optional = true
version = "0.17.3"

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

[features]
bevy-resource = ["bevy"]
default = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "Shared CLI argument helpers for CortenForge tools and apps (capture, warehouse, seeds, thresholds)."
documentation = "https://docs.rs/cortenforge-cli-support"
edition = "2021"
homepage = "https://github.com/via-balaena/CortenForge"
keywords = ["cli", "args", "capture", "warehouse"]
license = "Apache-2.0"
name = "cortenforge-cli-support"
readme = "README.md"
repository = "https://github.com/via-balaena/CortenForge"
rust-version = "1.75"
version = "0.5.0"