sbg 0.0.2

generates boilerplate for a structopt-driven cli
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "sbg"
version = "0.0.2"
authors = ["Tshepang Lekhonkhobe <tshepang@gmail.com>"]
description = "generates boilerplate for a structopt-driven cli"
readme = "README.md"
keywords = ["cli", "clap", "structopt"]
categories = ["command-line-utilities"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tshepang/sbg"
[dependencies.handlebars]
version = "1"

[dependencies.heck]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.pretty_env_logger]
version = "0.2"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.serde_yaml]
version = "0.8"

[dependencies.structopt]
version = "0.2"
[dev-dependencies.url]
version = "1"
[badges.appveyor]
repository = "tshepang/sbg"

[badges.travis-ci]
repository = "tshepang/sbg"