structopt-toml-derive 0.4.0

A derive crate of structopt-toml
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.quote]
version = "0.4.2"

[dependencies.syn]
version = "0.12.14"

[lib]
proc-macro = true

[package]
authors = ["dalance@gmail.com"]
categories = ["command-line-interface"]
description = "A derive crate of structopt-toml"
keywords = ["cli", "structopt", "clap", "derive"]
license = "MIT OR Apache-2.0"
name = "structopt-toml-derive"
repository = "https://github.com/dalance/structopt"
version = "0.4.0"