[package] name = "calder" version = "0.1.1" edition = "2021" description = "c@lder Static Site Generator" license = "MIT OR Apache-2.0" homepage = "https://github.com/jamolnng/calder" documentation = "https://github.com/jamolnng/calder" repository = "https://github.com/jamolnng/calder" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rocket = "0.5.0-rc.1" tera = "1.15.0" pulldown-cmark = "0.9.1" glob = "0.3.0" minifier = "0.0.43" tokio = "1.17.0" html-minifier = "3.0.15" clap = { version = "3.1.6", features = ["cargo"]} serde = "1.0.136" serde_yaml = "0.8.23" chrono = { version = "0.4.19", features = ["serde"] }