cot-cli 0.6.0

Command-line interface for the Cot web framework
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 = "2024"
rust-version = "1.88"
name = "cot-cli"
version = "0.6.0"
authors = [
    "Mateusz Maćkowski <mateusz@mackowski.org>",
    "Marek Grzelak <marek.grzelak@seqre.dev>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the Cot web framework"
homepage = "https://cot.rs"
readme = "README.md"
keywords = [
    "web",
    "framework",
    "server",
    "backend",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cot-rs/cot"
resolver = "2"

[features]
test_utils = []

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

[[bin]]
name = "cot"
path = "src/main.rs"

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

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

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

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

[dependencies.anstyle]
version = "1.0.13"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.cargo_toml]
version = "0.22"

[dependencies.chrono]
version = "0.4.44"
default-features = false

[dependencies.clap]
version = "4.5.60"
features = [
    "deprecated",
    "derive",
    "env",
    "wrap_help",
    "string",
]

[dependencies.clap-verbosity-flag]
version = "3"
features = ["tracing"]
default-features = false

[dependencies.clap_complete]
version = "4"

[dependencies.clap_mangen]
version = "0.2.31"

[dependencies.cot]
version = "0.6.0"

[dependencies.cot_codegen]
version = "0.6.0"
features = ["symbol-resolver"]

[dependencies.darling]
version = "0.23"

[dependencies.glob]
version = "0.3"

[dependencies.heck]
version = "0.5"

[dependencies.hex]
version = "0.4"

[dependencies.petgraph]
version = "0.8"
default-features = false

[dependencies.prettyplease]
version = "0.2"

[dependencies.proc-macro2]
version = "1"
features = ["span-locations"]
default-features = false

[dependencies.quote]
version = "1"
default-features = false

[dependencies.rand]
version = "0.10"
features = [
    "std",
    "std_rng",
    "sys_rng",
]
default-features = false

[dependencies.syn]
version = "2"
default-features = false

[dependencies.tracing]
version = "0.1"
default-features = false

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

[dev-dependencies.insta]
version = "1"
features = ["filters"]

[dev-dependencies.insta-cmd]
version = "0.6"

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

[dev-dependencies.trybuild]
version = "1"
features = ["diff"]

[lints.clippy]
allow_attributes = "warn"
future_not_send = "warn"
needless_continue = "allow"

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

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

[lints.rust]
deprecated-safe = "warn"
keyword-idents = "warn"
missing_copy_implementations = "warn"
missing_debug_implementations = "warn"
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unreachable_pub = "warn"
unsafe_code = "warn"
unstable_features = "warn"
unused_import_braces = "warn"
unused_qualifications = "warn"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1