[package] name = "sdoc" version = "0.8.11" authors = ["Matthew Woodruff "] description = "Framework for building custom CLIs around shell, scripts, and executables" repository = "https://github.com/matthewwoodruff/sdoc" homepage = "https://github.com/matthewwoodruff/sdoc" readme = "README.md" license = "GPL-3.0" include = [ "**/*.rs", "Cargo.toml", ] [badges] travis-ci = { repository = "matthewwoodruff/sdoc" } [[bin]] name = "sdoc" path = "src/main.rs" [dependencies] serde_derive = "1.0.130" serde = "1.0.130" serde_yaml = "0.8.21" ansi_term = "0.12.1" [dev-dependencies] assert_cmd = "1.0.8" tempfile = "3.2"