reinhardt-admin-cli 0.1.0-alpha.3

Command-line tool for Reinhardt project management
# 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 = "reinhardt-admin-cli"
version = "0.1.0-alpha.3"
authors = ["kent8192 <51869472+kent8192@users.noreply.github.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for Reinhardt project management"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/kent8192/reinhardt-web"

[features]
full = []

[[bin]]
name = "reinhardt-admin"
path = "src/main.rs"

[dependencies.aquamarine]
version = "0.5"

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

[dependencies.colored]
version = "2.1"

[dependencies.prettyplease]
version = "0.2"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1.10"

[dependencies.reinhardt-commands]
version = "0.1.0-alpha.6"
features = ["plugins"]

[dependencies.reinhardt-dentdelion]
version = "0.1.0-alpha.3"
features = ["cli"]

[dependencies.reinhardt-pages]
version = "0.1.0-alpha.6"
features = ["ast"]

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "parsing",
    "visit",
]

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

[dependencies.walkdir]
version = "2.5"