# 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 = "stuart_core" version = "0.3.1" description = "A Blazingly-Fast Static Site Generator." homepage = "https://github.com/w-henderson/Stuart" readme = "README.md" keywords = ["ssg"] categories = [ "template-engine", "web-programming", ] license = "MIT" repository = "https://github.com/w-henderson/Stuart" resolver = "1" [lib] doctest = false [dependencies.chrono] version = "^0.4" optional = true [dependencies.dateparser] version = "0.1.7" optional = true [dependencies.humphrey_json] version = "^0.2.0" default-features = false [dependencies.lazy_static] version = "^1.4.0" [dependencies.pulldown-cmark] version = "^0.9.2" default-features = false [features] date = [ "chrono", "dateparser", ] default = ["date"]