[package] name = "simon" description = "Library for declaratively specifying and parsing command line arguments" version = "0.4.0" authors = ["Stephen Sherratt "] license = "MIT" readme = "README.md" homepage = "https://github.com/stevebob/simon.git" repository = "https://github.com/stevebob/simon.git" documentation = "https://docs.rs/simon" edition = "2018" [dependencies] getopts = "0.2" [[example]] name = "dimensions" [[example]] name = "hello" [[example]] name = "area"