cargo-rustango 0.43.1

`cargo rustango new <name>` — Django-style project scaffolder for the rustango framework.
# 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"
rust-version = "1.88"
name = "cargo-rustango"
version = "0.43.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "`cargo rustango new <name>` — Django-style project scaffolder for the rustango framework."
homepage = "https://github.com/ujeenet/rustango"
documentation = "https://docs.rs/rustango"
readme = false
keywords = [
    "orm",
    "django",
    "scaffolder",
    "cli",
    "postgres",
]
categories = [
    "database",
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ujeenet/rustango"

[[bin]]
name = "cargo-rustango"
path = "src/main.rs"

[dependencies]

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"