[package] name = "clia" version = "0.1.3" edition = "2021" description = "Rust command line argument parser with no extra dependencies." readme = "README.md" repository = "https://github.com/AnthonyMichaelTDM/CLIA" license = "GPL-3.0" keywords = ["cli", "clia", "parser", "argument-parser"] categories = ["command-line-interface"] exclude = ["/src/main.rs", ".github/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]