[dependencies.oxc_allocator]
version = "0.104.0"
[dependencies.oxc_diagnostics]
version = "0.104.0"
[dependencies.umc_span]
version = "0.0.0-alpha.14"
[lib]
name = "umc_parser"
path = "src/lib.rs"
[package]
authors = ["Liang Mi <https://github.com/liangmiQwQ>", "contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers", "development-tools", "web-programming"]
description = "The Universal Markup-language Compiler, Rust-based."
edition = "2024"
keywords = ["UMC", "parser", "HTML", "AST"]
license = "MIT"
name = "umc_parser"
readme = false
repository = "https://github.com/liangmiQwQ/umc"
rust-version = "1.89.0"
version = "0.0.0"