# 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 = "workflow-d3" version = "0.18.0" authors = ["WORKFLOW-RS developers"] build = false exclude = [ "/.*", "/test", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ D3 visualization API bindings and utilities """ readme = "README.md" keywords = [ "wasm", "dom", "d3", "graph", "visualization", ] categories = [ "web-programming::http-client", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/workflow-rs/workflow-rs" [lib] name = "workflow_d3" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" doctest = false [dependencies.atomic_float] version = "1.0.0" [dependencies.js-sys] version = "0.3.64" [dependencies.thiserror] version = "1.0.50" [dependencies.wasm-bindgen] version = "0.2.93" [dependencies.web-sys] version = "0.3.70" features = [ "Element", "HtmlCanvasElement", "HtmlSelectElement", "DomRect", "Window", "CanvasRenderingContext2d", "TextMetrics", ] [dependencies.workflow-core] version = "0.18.0" default-features = false [dependencies.workflow-dom] version = "0.18.0" default-features = false [dependencies.workflow-log] version = "0.18.0" default-features = false [dependencies.workflow-wasm] version = "0.18.0" default-features = false [lints.clippy] empty_docs = "allow"