# 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" name = "mdmg" version = "0.1.6" authors = ["himanoa "] description = "A scaffold prototype code tool" readme = "README.md" license = "MIT" [package.metadata.deb] assets = [ [ "target/release/mdmg", "usr/bin/", "755", ], [ "README.md", "usr/share/doc/mdmg/README", "644", ], ] copyright = "2021, himanoa " depends = "$auto" extended-description = "A markdown driven scaffolding tool. " license-file = [ "LICENSE.md", "4", ] maintainer = "himanoa " priority = "optional" section = "utility" [dependencies.Inflector] version = "0.11.4" [dependencies.anyhow] version = "1.0.44" features = ["backtrace"] [dependencies.comrak] version = "0.11" [dependencies.derive_more] version = "0.99.17" [dependencies.handlebars] version = "4.1.1" [dependencies.itertools] version = "0.12.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" default-features = false [dependencies.thiserror] version = "1.0.30" [dependencies.xdg] version = "2.5" [dependencies.yansi] version = "0.5.0" [dev-dependencies.indoc] version = "1.0" [dev-dependencies.pretty_assertions] version = "1.0" [features] fs-test = []