workflow-d3 0.13.0

D3 visualization API bindings and utilities
Documentation
[dependencies.atomic_float]
version = "0.1.0"

[dependencies.js-sys]
version = "0.3.64"

[dependencies.thiserror]
version = "1.0.50"

[dependencies.wasm-bindgen]
version = "0.2.90"

[dependencies.web-sys]
features = ["Element", "HtmlCanvasElement", "HtmlSelectElement", "DomRect", "Window", "CanvasRenderingContext2d", "TextMetrics"]
version = "0.3.67"

[dependencies.workflow-core]
version = "0.13.0"

[dependencies.workflow-dom]
version = "0.13.0"

[dependencies.workflow-log]
version = "0.13.0"

[dependencies.workflow-wasm]
version = "0.13.0"

[lib]
crate-type = ["cdylib", "lib"]
doctest = false
[lints.clippy]
empty_docs = "allow"

[package]
authors = ["Anton Yemelyanov <anton.yemelyanov@gmail.com>", "Surinder Singh Matoo Mattaur <surinder83singh@gmail.com>"]
categories = ["web-programming::http-client", "wasm"]
description = "D3 visualization API bindings and utilities\n"
edition = "2021"
exclude = ["/.*", "/test"]
keywords = ["wasm", "dom", "d3", "graph", "visualization"]
license = "MIT OR Apache-2.0"
name = "workflow-d3"
readme = "README.md"
repository = "https://github.com/workflow-rs/workflow-rs"
version = "0.13.0"