plates-cli 0.5.0

Command-line static site generator over a prov archive: build, watch, serve and clean.
# 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 = "plates-cli"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line static site generator over a prov archive: build, watch, serve and clean."
homepage = "https://github.com/diaryx-org/plates"
readme = "README.md"
keywords = [
    "static-site-gen",
    "prov",
    "cli",
    "publishing",
    "website",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/diaryx-org/plates"
resolver = "2"

[features]
default = ["yaml"]
fig-lang = [
    "plates/fig-lang",
    "plates-render/fig-lang",
]
json = [
    "plates/json",
    "plates-render/json",
]
toml = [
    "plates/toml",
    "plates-render/toml",
]
yaml = [
    "plates/yaml",
    "plates-render/yaml",
]

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

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

[dependencies.plates]
version = "0.5.0"
default-features = false

[dependencies.plates-render]
version = "0.5.0"
features = [
    "templating",
    "syntax-highlighting",
]
default-features = false

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