[package] name = "oxvg_ast" version = "0.0.1-alpha.1" edition = "2021" license.workspace = true repository.workspace = true authors.workspace = true description = "Deserialization wrappers for rcdom" [lints] workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] oxvg_diagnostics = { workspace = true } markup5ever = { workspace = true } serde = { workspace = true, features = ["derive"] }