ruitl_compiler 0.2.2

Parser and code generator for the RUITL (Rust UI Template Language)
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 = "ruitl_compiler"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser and code generator for the RUITL (Rust UI Template Language)"
documentation = "https://docs.rs/ruitl_compiler"
readme = "README.md"
keywords = [
    "html",
    "template",
    "codegen",
    "parser",
    "templ",
]
categories = [
    "compilers",
    "template-engine",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sirhco/ruitl"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["parallel"]
parallel = ["dep:rayon"]

[lib]
name = "ruitl_compiler"
path = "src/lib.rs"

[[test]]
name = "parser_edge_cases"
path = "tests/parser_edge_cases.rs"

[dependencies.md5]
version = "0.7"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.rayon]
version = "1.10"
optional = true

[dependencies.strsim]
version = "0.11"

[dependencies.syn]
version = "2.0"
features = ["full"]

[dependencies.thiserror]
version = "1.0"

[dependencies.walkdir]
version = "2.3"