cobalt.rs/crates/core/Cargo.toml
2024-07-05 13:53:10 -05:00

34 lines
817 B
TOML

[package]
name = "cobalt-core"
version = "0.19.4"
description = "Static site generator written in Rust"
readme = "../../README.md"
keywords = ["static", "site", "generator"]
categories = ["command-line-utilities"]
license.workspace = true
repository.workspace = true
edition.workspace = true
rust-version.workspace = true
include.workspace = true
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[features]
unstable = []
preview_unstable = []
[dependencies]
cobalt-config = { version = "=0.19.4", path = "..//config", features = ["unstable"] }
ignore = "0.4"
walkdir = "2.5"
liquid-core = "0.26"
log = "0.4"
serde = "1.0"
once_cell = "1.19"
status = { version = "0.0.10", features = ["send_sync"] }
relative-path = { version = "1", features = ["serde"] }
[lints]
workspace = true