# 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 = "amble" version = "0.1.60" authors = ["refcell"] description = "First class, scalable rust project generator with batteries included." homepage = "https://github.com/refcell/amble" readme = "README.md" license = "MIT" repository = "https://github.com/refcell/amble" [[bin]] name = "amble" path = "src/main.rs" bench = false [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.inquire] version = "0.6" [dependencies.preamble] version = "0.1" [dependencies.ptree] version = "0.4" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [build-dependencies.vergen] version = "8.0.0" features = [ "build", "cargo", "git", "gitcl", ] [features] default = ["jemalloc"] jemalloc = [ "dep:jemallocator", "dep:jemalloc-ctl", ] jemalloc-prof = [ "jemalloc", "jemallocator?/profiling", ] [target."cfg(not(windows))".dependencies.jemalloc-ctl] version = "0.5.0" optional = true [target."cfg(not(windows))".dependencies.jemallocator] version = "0.5.0" optional = true