# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "sdoc" version = "0.8.11" authors = ["Matthew Woodruff "] include = ["**/*.rs", "Cargo.toml"] description = "Framework for building custom CLIs around shell, scripts, and executables" homepage = "https://github.com/matthewwoodruff/sdoc" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/matthewwoodruff/sdoc" [[bin]] name = "sdoc" path = "src/main.rs" [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" [badges.travis-ci] repository = "matthewwoodruff/sdoc"