serde-command-opts 0.1.1

A crate for serializing command line options (structopt in reverse).
Documentation
[package]
name = "serde-command-opts"
version = "0.1.1"
authors = ["fsyncd"]
description = "A crate for serializing command line options (structopt in reverse)."
repository = "https://github.com/fsyncd/serde-command-opts"
license = "Apache-2.0"
edition = "2018"

[dependencies]
serde = { version = "1.0.104", features = ["derive"] }
snafu = "0.6.2"

[dev-dependencies]
maplit = "1.0.2"