# 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 = "2021" name = "calder" version = "0.1.1" description = "c@lder Static Site Generator" homepage = "https://github.com/jamolnng/calder" documentation = "https://github.com/jamolnng/calder" license = "MIT OR Apache-2.0" repository = "https://github.com/jamolnng/calder" resolver = "2" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.clap] version = "3.1.6" features = ["cargo"] [dependencies.glob] version = "0.3.0" [dependencies.html-minifier] version = "3.0.15" [dependencies.minifier] version = "0.0.43" [dependencies.pulldown-cmark] version = "0.9.1" [dependencies.rocket] version = "0.5.0-rc.1" [dependencies.serde] version = "1.0.136" [dependencies.serde_yaml] version = "0.8.23" [dependencies.tera] version = "1.15.0" [dependencies.tokio] version = "1.17.0"