harper 0.0.2

A library to implement SSGs.
Documentation
# 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 = "harper"
version = "0.0.2"
authors = ["Sergio Benitez <sb@sergio.bz>"]
description = "A library to implement SSGs."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rwf2/harper"

[dependencies.boxcar]
version = "0.2.4"

[dependencies.chrono]
version = "0.4"
features = [
    "alloc",
    "std",
]
default-features = false

[dependencies.dashmap]
version = "5.4"
features = [
    "rayon",
    "inline",
]

[dependencies.deunicode]
version = "1.3"

[dependencies.either]
version = "1.10"

[dependencies.grass]
version = "0.13"
features = ["random"]
optional = true
default-features = false

[dependencies.jwalk]
version = "0.8"

[dependencies.memchr]
version = "2"

[dependencies.minijinja]
version = "=0.0.2"
features = [
    "speedups",
    "loader",
    "builtins",
    "debug",
    "deserialization",
    "macros",
    "multi_template",
]
default-features = false
package = "unified-minijinja"

[dependencies.mlua]
version = "0.9.5"
features = [
    "send",
    "luau",
    "serialize",
]
optional = true

[dependencies.once_cell]
version = "1.12.0"

[dependencies.parking_lot]
version = "0.12"

[dependencies.pulldown-cmark]
version = "0.10"
features = [
    "simd",
    "html",
]
default-features = false

[dependencies.rayon]
version = "1.5"

[dependencies.rustc-hash]
version = "1.1"

[dependencies.serde]
version = "1"
features = [
    "rc",
    "derive",
]

[dependencies.serde_json]
version = "1.0"

[dependencies.svgbobdoc]
version = "0.3"
features = ["enable"]

[dependencies.syntect]
version = "5"
features = [
    "html",
    "default-syntaxes",
    "regex-onig",
    "plist-load",
]
default-features = false

[dependencies.thread_local]
version = "1.1"
optional = true

[dependencies.toml]
version = "0.8"
features = ["preserve_order"]

[dev-dependencies.static_assertions]
version = "1.1"

[features]
default = ["sass"]
plugins = [
    "mlua",
    "thread_local",
]
sass = ["grass"]