seam-cli 0.5.31

CLI for the SeamJS compile-time rendering 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 = "2024"
name = "seam-cli"
version = "0.5.31"
authors = ["Canmi(Canmi21) <t@canmi.icu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the SeamJS compile-time rendering framework"
readme = "README.md"
keywords = [
    "seam",
    "ctr",
    "cli",
    "codegen",
    "skeleton",
]
categories = [
    "command-line-utilities",
    "development-tools::build-utils",
]
license = "MIT"
repository = "https://github.com/canmi21/seam"

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

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8"

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

[dependencies.indicatif]
version = "0.17"

[dependencies.notify]
version = "8"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "stream",
]

[dependencies.seam-codegen]
version = "0.5.31"

[dependencies.seam-server]
version = "0.5.31"

[dependencies.seam-skeleton]
version = "0.5.31"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "1.0"

[dependencies.tower-http]
version = "0.6"
features = ["fs"]

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

[lints.clippy]
cloned_instead_of_copied = "warn"
dbg_macro = "deny"
explicit_iter_loop = "warn"
implicit_clone = "warn"
inefficient_to_string = "warn"
manual_let_else = "warn"
needless_pass_by_value = "warn"
print_stderr = "warn"
print_stdout = "warn"
redundant_closure_for_method_calls = "warn"
todo = "warn"
too_many_lines = "warn"
uninlined_format_args = "warn"
unnecessary_wraps = "warn"
unused_self = "warn"
unwrap_used = "warn"