# 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 = "preamble" version = "0.1.60" authors = ["refcell"] include = [ "src/", "etc/", ] description = "First class, scalable rust project generator with batteries included." homepage = "https://github.com/refcell/amble" license = "MIT" repository = "https://github.com/refcell/amble" [lib] path = "src/lib.rs" [dependencies.aho-corasick] version = "1.1" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.gitignores] version = "2.3" [dependencies.image] version = "0.24" [dependencies.inquire] version = "0.6" [dependencies.leon] version = "2.0" [dependencies.lice] version = "0.1" [dependencies.prettytable] version = "0.10" [dependencies.ptree] version = "0.4" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.semver] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.11" features = ["full"] [dependencies.toml_edit] version = "0.20" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.whoami] version = "1.4" [dev-dependencies.tempfile] version = "3.8"