# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "maple-core" version = "0.4.3" authors = ["Luke Chu <37006668+lukechu10@users.noreply.github.com>"] description = "A VDOM-less web library with fine grained reactivity" homepage = "https://github.com/lukechu10/maple" readme = "../README.md" keywords = ["wasm", "gui", "reactive"] categories = ["gui", "wasm", "web-programming"] license = "MIT" repository = "https://github.com/lukechu10/maple" [[bench]] name = "reactivity" harness = false [dependencies.maple-core-macro] version = "0.4.3" [dependencies.serde] version = "1.0" optional = true [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = ["console", "Comment", "Document", "DocumentFragment", "Element", "Event", "HtmlElement", "Node", "Text", "Window"] [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.wasm-bindgen-test] version = "0.3"