# 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 = "holochain_scaffolding_cli" version = "0.500.0-dev.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI to easily generate and modify holochain apps" homepage = "https://developer.holochain.org" documentation = "https://docs.rs/holochain_scaffolding_cli" readme = "README.md" license = "CAL-1.0" repository = "https://github.com/holochain/scaffolding" [lib] name = "holochain_scaffolding_cli" path = "src/lib.rs" [[bin]] name = "hc-scaffold" path = "src/bin/hc-scaffold.rs" [dependencies.anyhow] version = "1.0" [dependencies.build-fs-tree] version = "0.6.0" [dependencies.cargo_metadata] version = "0.18.0" [dependencies.colored] version = "2.1.0" [dependencies.convert_case] version = "0.6.0" [dependencies.dialoguer] version = "0.10.2" [dependencies.dirs] version = "5.0.1" [dependencies.dprint-plugin-typescript] version = "0.91.1" [dependencies.git2] version = "0.19.0" features = [ "https", "ssh_key_from_memory", "vendored-libgit2", "vendored-openssl", ] default-features = false [dependencies.handlebars] version = "4.3.5" [dependencies.holochain] version = "0.5.0-dev.3" features = ["hdk"] [dependencies.holochain_types] version = "0.5.0-dev.3" [dependencies.ignore] version = "0.4" [dependencies.include_dir] version = "0.7.3" [dependencies.itertools] version = "0.13.0" [dependencies.markup_fmt] version = "0.10.0" [dependencies.mr_bundle] version = "0.5.0-dev.0" [dependencies.path-clean] version = "1.0.1" [dependencies.pluralizer] version = "0.4.0" [dependencies.prettyplease] version = "0.2.15" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1.0.21" [dependencies.regex] version = "1.6.0" [dependencies.semver] version = "1.0" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_yml] version = "0.0.10" [dependencies.structopt] version = "0.3.11" [dependencies.syn] version = "2.0.39" features = [ "full", "extra-traits", ] [dependencies.thiserror] version = "1.0.22" [dependencies.tokio] version = "1.11" features = ["full"] [dependencies.toml] version = "0.8.14"