thunder 0.2.0

Create simple commandline apps with *zero* boilerplate!
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 = "thunder"
version = "0.2.0"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
description = "Create simple commandline apps with *zero* boilerplate!"
documentation = "https://docs.rs/thunder"
readme = "README.md"
keywords = ["argument", "cli", "arg", "parser", "parse"]
categories = ["command-line-interface"]
license = "MIT/X11 OR Apache-2.0"
repository = "https://github.com/spacekookie/thunder"

[lib]
proc-macro = true
[dependencies.clap]
version = "2.0"

[dependencies.quote]
version = "0.4"

[dependencies.syn]
version = "0.12"
features = ["extra-traits", "full", "fold", "visit", "visit-mut"]