# 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"
rust-version = "1.82.0"
name = "zu-util"
version = "0.3.5"
authors = ["Xu Shaohua <shaohua@biofan.org>"]
build = false
publish = true
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for zu component"
homepage = "https://github.com/RustVis/zu/crates/zu-util"
documentation = "https://docs.rs/zu-util"
readme = "README.md"
keywords = [
    "yew",
    "web",
    "wasm",
    "material-design",
]
categories = [
    "gui",
    "wasm",
    "web-programming",
]
license = "LGPL-3.0"
repository = "https://github.com/RustVis/zu"

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

[dependencies.float-cmp]
version = "0.10.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.roxmltree]
version = "0.20.0"
optional = true

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

[dependencies.web-sys]
version = "0.3.72"
features = ["HtmlImageElement"]

[dependencies.yew]
version = "0.21.0"

[features]
default = []
icon = ["roxmltree"]