[package]
edition = "2024"
rust-version = "1.95.0"
name = "vize_atelier_core"
version = "0.258.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Atelier Core - The core workshop for Vize Vue template parsing, transform lanes, and code generation"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ubugeeei-prod/vize"
[features]
legacy = [
"vize_relief/_legacy",
"vize_armature/legacy",
]
[lib]
name = "vize_atelier_core"
path = "src/lib.rs"
[[test]]
name = "legacy_event_modifiers"
path = "tests/legacy_event_modifiers.rs"
[[test]]
name = "legacy_filters"
path = "tests/legacy_filters.rs"
[[test]]
name = "legacy_template_sugar"
path = "tests/legacy_template_sugar.rs"
[[test]]
name = "scoped_slot_shadowing"
path = "tests/scoped_slot_shadowing.rs"
[dependencies.bumpalo]
version = "=3.20.2"
features = [
"collections",
"boxed",
]
[dependencies.compact_str]
version = "=0.9.0"
features = ["serde"]
[dependencies.memoffset]
version = "=0.9.1"
[dependencies.oxc_allocator]
version = "=0.127.0"
[dependencies.oxc_ast]
version = "=0.127.0"
[dependencies.oxc_ast_visit]
version = "=0.127.0"
[dependencies.oxc_codegen]
version = "=0.127.0"
[dependencies.oxc_diagnostics]
version = "=0.127.0"
[dependencies.oxc_parser]
version = "=0.127.0"
[dependencies.oxc_semantic]
version = "=0.127.0"
[dependencies.oxc_span]
version = "=0.127.0"
[dependencies.oxc_syntax]
version = "=0.127.0"
[dependencies.oxc_transformer]
version = "=0.127.0"
[dependencies.serde]
version = "=1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "=1.0.149"
[dependencies.thiserror]
version = "=2.0.18"
[dependencies.vize_armature]
version = "=0.258.0"
[dependencies.vize_carton]
version = "=0.258.0"
[dependencies.vize_croquis]
version = "=0.258.0"
[dependencies.vize_relief]
version = "=0.258.0"
[dev-dependencies.insta]
version = "=1.47.2"
features = ["toml"]