create-commonpub 0.4.0

CLI tool for scaffolding new CommonPub instances
Documentation
# 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 = "create-commonpub"
version = "0.4.0"
build = false
include = [
    "src/**/*",
    "tests/**/*",
    "Cargo.toml",
    "README.md",
    "reference-app/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for scaffolding new CommonPub instances"
homepage = "https://commonpub.dev"
readme = "README.md"
keywords = [
    "commonpub",
    "activitypub",
    "federation",
    "scaffold",
    "nuxt",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/commonpub/commonpub"

[lib]
name = "create_commonpub"
path = "src/lib.rs"

[[bin]]
name = "create-commonpub"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.console]
version = "0.15"

[dependencies.dialoguer]
version = "0.11"
features = ["fuzzy-select"]

[dependencies.include_dir]
version = "0.7"

[dependencies.indicatif]
version = "0.17"

[dependencies.toml]
version = "0.8"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "3"