mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-10 14:24:12 +00:00
34 lines
817 B
TOML
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
|