struct-input 0.1.2

A Rust crate for mapping interactive CLI user input directly to structs with declarative validation and async support.
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 = "struct-input"
version = "0.1.2"
authors = ["Yunseong Jeong <me@yunseong.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust crate for mapping interactive CLI user input directly to structs with declarative validation and async support."
readme = "README.md"
license = "MIT"

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

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

[dependencies.regex]
version = "1.12.3"

[dependencies.struct-input-derive]
version = "0.1.1"

[dependencies.tokio]
version = "1.49.0"
features = ["full"]