cmdparser 0.2.0

A simple argument parser for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "cmdparser"
version = "0.2.0"
authors = ["Nenad Lukic <nenadspp@gmail.com>"]
exclude = ["src/main.rs", "benchargs.txt"]
description = "A simple argument parser for Rust"
homepage = "https://github.com/lnenad/cmd-parser-rs"
documentation = "https://github.com/lnenad/cmd-parser-rs"
readme = "README.md"
keywords = ["args", "parser", "arguments", "cmd", "flags"]
categories = ["command-line-utilities", "development-tools", "parsing"]
license = "WTFPL"
repository = "https://github.com/lnenad/cmd-parser-rs"

[dependencies]