# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rooting" version = "0.1.10" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Associate data with HTML elements in WASM" readme = "readme.md" license = "ISC" repository = "https://github.com/andrewbaxter/rooting" [lib] name = "rooting" path = "src/lib.rs" [dependencies.futures] version = "0.3" optional = true [dependencies.gloo-events] version = "0.1" [dependencies.gloo-utils] version = "0.1" [dependencies.js-sys] version = "0.3" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" optional = true [dependencies.web-sys] version = "0.3" features = [ "Element", "Document", "Window", "Node", "HtmlCollection", "DomTokenList", "HtmlElement", "ResizeObserver", "ResizeObserverEntry", "ResizeObserverSize", "ResizeObserverOptions", ] [features] futures = [ "dep:futures", "dep:wasm-bindgen-futures", ]