autocli 0.1.0

Rust port of the 'argumint' Python cli library.
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 = "autocli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust port of the 'argumint' Python cli library. "
readme = false
keywords = [
    "cli",
    "clap",
    "proc-macro",
    "codegen",
]
categories = [
    "command-line-interface",
    "development-tools",
]
license = "LGPL-3.0-only"
repository = "https://github.com/adalfarus/autocli.rs"
resolver = "2"

[features]
default = ["macros"]
macros = ["dep:autocli_macros"]

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

[dependencies.autocli_macros]
version = "0.1.0"
optional = true

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