create-django-bolt 0.18.2

Ultra-fast CLI tool to scaffold production-ready Django-Bolt applications with Docker, Kubernetes, and Fly.io
# 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-django-bolt"
version = "0.18.2"
authors = ["Brandon Martel <brandonmartel@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ultra-fast CLI tool to scaffold production-ready Django-Bolt applications with Docker, Kubernetes, and Fly.io"
readme = false
license = "MIT"
repository = "https://github.com/bmartel/django-lightning"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.colored]
version = "3.1"

[dependencies.dialoguer]
version = "0.12"

[dependencies.walkdir]
version = "2.5"