[dependencies.indexmap]
version = "2.12.1"
[dependencies.proc-macro2]
version = "1.0.103"
[dependencies.quote]
version = "1.0.42"
[dependencies.syn]
features = ["full"]
version = "2.0.108"
[lib]
name = "tusks_lib"
path = "src/lib.rs"
[package]
authors = ["Benjamin Schnitzler"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Easily build a CLI based on a Rust Module/Function Structure"
edition = "2024"
license = "MIT"
name = "tusks-lib"
readme = "README.md"
repository = "https://github.com/bschnitz/tusks"
version = "2.0.2"