dioxus-flow 0.1.3

A react-flow-like node graph component library for Dioxus
Documentation
# 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 = "dioxus-flow"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A react-flow-like node graph component library for Dioxus"
readme = "README.md"
keywords = [
    "dioxus",
    "flow",
    "graph",
    "diagram",
    "node-editor",
]
categories = [
    "gui",
    "visualization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/XiangpengHao/dioxus-flow"

[features]
serde = ["dep:serde"]

[lib]
name = "dioxus_flow"
path = "src/lib.rs"

[dependencies.dioxus]
version = "0.7.10"
features = ["lib"]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.web-time]
version = "1"

[dev-dependencies.tracing]
version = "0.1"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["fmt"]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.futures-timer]
version = "3"

[target.'cfg(target_arch = "wasm32")'.dependencies.gloo-timers]
version = "0.3"
features = ["futures"]