sdoc 0.8.11

Framework for building custom CLIs around shell, scripts, and executables
Documentation
[[bin]]
name = "sdoc"
path = "src/main.rs"
[badges.travis-ci]
repository = "matthewwoodruff/sdoc"
[dependencies.ansi_term]
version = "0.12.1"

[dependencies.serde]
version = "1.0.130"

[dependencies.serde_derive]
version = "1.0.130"

[dependencies.serde_yaml]
version = "0.8.21"
[dev-dependencies.assert_cmd]
version = "1.0.8"

[dev-dependencies.tempfile]
version = "3.2"

[package]
authors = ["Matthew Woodruff <mwoodruf@thoughtworks.com>"]
description = "Framework for building custom CLIs around shell, scripts, and executables"
homepage = "https://github.com/matthewwoodruff/sdoc"
include = ["**/*.rs", "Cargo.toml"]
license = "GPL-3.0"
name = "sdoc"
readme = "README.md"
repository = "https://github.com/matthewwoodruff/sdoc"
version = "0.8.11"