arcature-cli 2026.2.0

Developer lifecycle CLI for Arcature applications.
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.97.1"
name = "arcature-cli"
version = "2026.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Developer lifecycle CLI for Arcature applications."
homepage = "https://github.com/ArcatureLabs/Arcature"
documentation = "https://docs.rs/arcature-cli"
readme = "README.md"
keywords = [
    "arcature",
    "cli",
    "axum",
    "inertia",
    "vite",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/ArcatureLabs/Arcature"

[package.metadata.arcature]
publish = true
role = "subsystem"
release-unit = "arcature-cli"

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

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

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

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

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

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

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

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

[dependencies.arcature]
version = "~2026.2.0"
features = [
    "serde",
    "observe",
]
default-features = false

[dependencies.arcature-build]
version = "~2026.1.0"
features = ["uag-schema"]
default-features = false

[dependencies.arcature-data]
version = "~2026.2.0"

[dependencies.arcature-db]
version = "~2026.1.0"

[dependencies.arcature-observe]
version = "~2026.1.0"

[dependencies.arcature-templates]
version = "~2026.2.0"

[dependencies.clap]
version = "4.6.6"
features = [
    "std",
    "help",
    "usage",
    "error-context",
    "suggestions",
]
default-features = false

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

[dependencies.serde_json]
version = "=1.0.145"

[dependencies.sha2]
version = "0.10.9"
default-features = false

[dependencies.tokio]
version = "1.53.1"
features = [
    "net",
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
    "io-util",
    "signal",
]
default-features = false

[dependencies.toml]
version = "1.1.4"
features = [
    "std",
    "parse",
    "serde",
]
default-features = false

[dev-dependencies.tempfile]
version = "3.23.0"
default-features = false

[lints.rust]
unsafe_code = "forbid"