# 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] edition = "2021" rust-version = "1.58" name = "sbg" version = "0.0.3" authors = ["Tshepang Mbambo "] description = "generates CLI boilerplate" readme = "README.md" keywords = [ "cli", "clap", "structopt", ] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/tshepang/sbg" [dependencies.anyhow] version = "1" [dependencies.clap] version = "3" features = [ "derive", "deprecated", ] [dependencies.handlebars] version = "4" [dependencies.heck] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_yaml] version = "0.9"