[package] name = "simple_getopt" version = "0.1.1" authors = ["timothy adigun <2teezrust@gmail.com>"] description = "Yet Another GetOpt Parse Command Options Utility But Easy And Simple - (YAGPCUBEAS)." readme = "README.md" license = "MIT" repository = "https://github.com/2teez/simple_getopt" documentation = "https://github.com/2teez/simple_getopt" keywords = ["getopt", "cli", "parser", "args", "env"] categories = ["command-line-utilities", "config"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] arraylist = "0.1.5"