[badges.is-it-maintained-issue-resolution]
repository = "Tamschi/lignin"
[badges.is-it-maintained-open-issues]
repository = "Tamschi/lignin"
[badges.maintenance]
status = "actively-developed"
[dependencies.lazy_static]
optional = true
version = "1.4.0"
[dependencies.wasm-bindgen]
optional = true
version = "0.2.71"
[dependencies.web-sys]
features = ["Comment", "Element", "Event", "HtmlElement", "SvgElement", "Text"]
optional = true
version = "0.3.47"
[dev-dependencies.bumpalo]
version = "3.6.1"
[dev-dependencies.cargo-husky]
version = "1.5.0"
[dev-dependencies.crc32fast]
version = "1.2.1"
[dev-dependencies.doc-comment]
version = "0.3.3"
[dev-dependencies.git_info]
version = "0.1.2"
[dev-dependencies.intaglio]
version = "1.2.1"
[dev-dependencies.js-sys]
version = "0.3.49"
[dev-dependencies.static_assertions]
version = "1.1.0"
[dev-dependencies.version-sync]
version = "0.9.1"
[dev-dependencies.wasm-bindgen]
version = "0.2.73"
[dev-dependencies.wasm-bindgen-test]
version = "0.3.23"
[features]
callbacks = ["lazy_static", "wasm-bindgen", "web-sys"]
[package]
authors = ["Tamme Schichler <tamme@schichler.dev>"]
categories = ["data-structures"]
description = "A virtual DOM structure, primarily for web use."
documentation = "https://docs.rs/lignin/0.1.0"
edition = "2018"
homepage = "https://github.com/Tamschi/lignin/tree/v0.1.0"
include = ["**/*.rs", "!tests/unincluded_*.rs", "Cargo.toml", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE-*", "README.md", "SECURITY.md"]
keywords = ["VDOM", "tree", "no_std"]
license = "MIT OR Apache-2.0"
name = "lignin"
readme = "README.md"
repository = "https://github.com/Tamschi/lignin"
version = "0.1.0"
[package.metadata.docs.rs]
features = ["callbacks"]
targets = ["x86_64-unknown-linux-gnu"]
[package.metadata.playground]
features = ["callbacks"]