[package]
edition = "2021"
name = "oxirast-parser"
version = "1.0.0"
authors = ["Michael Kinuthia <michaelkinuthia708@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, fine-grained WebAssembly frontend framework for Rust."
readme = "README.md"
keywords = [
"wasm",
"frontend",
"webassembly",
"framework",
"reactivity",
]
categories = [
"wasm",
"web-programming",
]
license = "MIT"
repository = "https://github.com/Michaelmk708/oxirast-rust_web_framework"
[lib]
name = "oxirast_parser"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
features = [
"full",
"extra-traits",
"parsing",
]