[build-dependencies.napi-build]
version = "2"
[dependencies.napi]
version = "3.0.0"
[dependencies.napi-derive]
version = "3.0.0"
[lib]
crate-type = ["cdylib"]
name = "umc_parser_napi"
path = "src/lib.rs"
[package]
authors = ["Liang Mi <https://github.com/liangmiQwQ>", "contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["compilers", "development-tools", "web-programming"]
description = "The Universal Markup-language Compiler, Rust-based."
edition = "2024"
include = ["/src", "build.rs"]
keywords = ["UMC", "parser", "HTML", "AST"]
license = "MIT"
name = "umc_parser_napi"
publish = true
readme = false
repository = "https://github.com/liangmiQwQ/umc"
rust-version = "1.89.0"
version = "0.0.0-alpha.8"
[package.metadata.cargo-shear]
ignored = ["napi"]