# 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 = "lignin-dom" version = "0.0.3" authors = ["Tamme Schichler "] include = ["**/*.rs", "!tests/unincluded_*.rs", "Cargo.toml", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE-*", "README.md"] description = "A DOM differ for lignin. Aside from diffing lignin Nodes to adjust HTML elements, it's also possible to construct Node trees from HTML elements." homepage = "https://github.com/Tamschi/lignin-dom/tree/v0.0.3" documentation = "https://docs.rs/lignin-dom/0.0.3" readme = "README.md" keywords = ["VDOM", "DOM", "diff", "two-way"] categories = ["web-programming", "wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/Tamschi/lignin-dom" [dependencies.holyhashmap] version = "0.1.2" [dependencies.lignin] version = "0.0.3" [dependencies.log] version = "0.4.8" [dependencies.wasm-bindgen] version = "0.2.68" [dependencies.web-sys] version = "0.3.33" features = ["Attr", "CharacterData", "Comment", "Document", "Element", "EventTarget", "NamedNodeMap", "Node", "NodeList", "Text"] [dev-dependencies.cargo-husky] version = "1.5.0" [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.git_info] version = "0.1.2" [dev-dependencies.version-sync] version = "0.9.1" [features] bumpalo-collections = ["lignin/bumpalo-collections"] debug = ["lignin/debug"] [badges.is-it-maintained-issue-resolution] repository = "Tamschi/lignin-dom" [badges.is-it-maintained-open-issues] repository = "Tamschi/lignin-dom" [badges.maintenance] status = "experimental"