van-compiler 0.1.15

Server-side HTML compiler for Van template engine (.van files)
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 = "van-compiler"
version = "0.1.15"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Server-side HTML compiler for Van template engine (.van files)"
homepage = "https://github.com/vanengine/van"
readme = "README.md"
keywords = [
    "van",
    "template",
    "compiler",
    "html",
    "ssr",
]
categories = [
    "template-engine",
    "compilers",
]
license = "MIT"
repository = "https://github.com/vanengine/van"

[package.metadata.wasm-pack.profile.release]
wasm-opt = false

[features]
default = []
wasm = ["wasm-bindgen"]

[lib]
name = "van_compiler"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.regex]
version = "1.12"

[dependencies.serde_json]
version = "1"

[dependencies.van-parser]
version = "0.1.15"

[dependencies.van-signal-gen]
version = "0.1.15"

[dependencies.wasm-bindgen]
version = "0.2"
optional = true