[[example]]
name = "cargo"
path = "examples/cargo.rs"
[[example]]
name = "hello"
path = "examples/hello.rs"
[[example]]
name = "nonstandard"
path = "examples/nonstandard.rs"
[[example]]
name = "pico_test_app"
path = "examples/pico_test_app.rs"
[[example]]
name = "posixly_correct"
path = "examples/posixly_correct.rs"
[lib]
name = "lexopt"
path = "src/lib.rs"
[package]
authors = ["Jan Verbeek <jan.verbeek@posteo.nl>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "Minimalist pedantic command line parser"
documentation = "https://docs.rs/lexopt"
edition = "2018"
exclude = [".github", ".gitignore"]
keywords = ["args", "arguments", "cli", "parser", "getopt"]
license = "MIT"
name = "lexopt"
readme = "README.md"
repository = "https://github.com/blyxxyz/lexopt"
version = "0.3.1"
[profile.test]
opt-level = 2