[package]
edition = "2021"
name = "verter_core"
version = "0.0.1-beta.1"
authors = ["pikax"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vue 3 SFC compiler - transforms Vue Single File Components to render functions with TypeScript support"
homepage = "https://verterjs.dev/"
documentation = "https://github.com/pikax/verter"
readme = "README.md"
keywords = [
"vue",
"compiler",
"sfc",
"typescript",
"codegen",
]
categories = [
"compilers",
"template-engine",
]
license = "MIT"
repository = "https://github.com/pikax/verter"
[features]
bench = []
dhat-heap = []
hotpath = [
"dep:hotpath",
"hotpath/hotpath",
]
hotpath-alloc = [
"hotpath",
"hotpath/hotpath-alloc",
]
[lib]
name = "verter_core"
path = "src/lib.rs"
[dependencies.allocator-api2]
version = "0.4.0"
[dependencies.base64]
version = "0.22"
[dependencies.bitflags]
version = "2"
[dependencies.bumpalo]
version = "3.15.0"
features = ["collections"]
[dependencies.hex]
version = "0.4"
[dependencies.hotpath]
version = "0.13"
optional = true
[dependencies.lazy_static]
version = "1.5"
[dependencies.lightningcss]
version = "1.0.0-alpha.71"
features = ["visitor"]
[dependencies.memchr]
version = "2.7.6"
[dependencies.oxc_allocator]
version = "0.117.0"
[dependencies.oxc_ast]
version = "0.117.0"
[dependencies.oxc_diagnostics]
version = "0.117.0"
[dependencies.oxc_parser]
version = "0.117.0"
[dependencies.oxc_sourcemap]
version = "6.0.2"
[dependencies.oxc_span]
version = "0.117.0"
[dependencies.phf]
version = "0.13"
features = ["macros"]
[dependencies.rustc-hash]
version = "2.1"
[dependencies.serde]
version = "1.0"
features = [
"derive",
"rc",
]
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_repr]
version = "0.1"
[dependencies.sha2]
version = "0.10"
[dependencies.smallvec]
version = "1.13"
[dependencies.verter_span]
version = "0.0.1-beta.1"
[dev-dependencies.dhat]
version = "0.3"
[target.'cfg(target_arch = "wasm32")'.dependencies.web-time]
version = "1"