# 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 = "pogpen" version = "0.2.0" authors = ["Liam Dawson "] description = "renders parameter inputs and a markdown file to an easy-to-use operations game plan" readme = "README.md" categories = ["command-line-utilities"] license = "Apache-2.0/MIT" [dependencies.serde_json] version = "1.0.2" features = ["preserve_order"] [dependencies.handlebars] version = "0.26.2" [dependencies.linked-hash-map] version = "0.5" features = ["serde_impl"] [dependencies.serde_yaml] version = "0.7" [dependencies.serde] version = "1.0" [dependencies.pulldown-cmark] version = "0.0.14" [dependencies.serde_derive] version = "1.0" [dependencies.clap] version = "2.26.0" [badges.appveyor] service = "github" repository = "liamdawson/pogpen" [badges.travis-ci] repository = "liamdawson/pogpen"