[package] name = "rdom" description = "A Rust-based simulated DOM (browser-independent replacement for web_sys)" repository = "https://github.com/philip-peterson/rust-rdom/" version = "0.2.0" authors = ["Philip Peterson "] edition = "2018" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = "1.3.0" paste = "1.0.5" quote = { version = "1.0.9", optional = true } thiserror = "1"