[package] name = "cli" version = "0.0.1" authors = ["Shipeng Feng "] license = "BSD" readme = "README.md" repository = "https://github.com/fengsp/cli" homepage = "https://github.com/fengsp/cli" documentation = "http://fengsp.github.io/cli" description = "One Rust crate for creating beautiful command line applications." [dependencies] getopts = "*"