dioxus-sdk-sync 0.7.0

Synchronization primitives for your Dioxus app.
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 = "2024"
name = "dioxus-sdk-sync"
version = "0.7.0"
authors = [
    "Dioxus Labs",
    "Jonathan Kelley",
    "DogeDark",
    "marc2332",
    "ealmloff",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Synchronization primitives for your Dioxus app."
homepage = "https://dioxuslabs.com"
readme = "README.md"
keywords = [
    "gui",
    "dioxus",
    "hooks",
]
categories = [
    "gui",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/DioxusLabs/sdk/"

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

[dependencies.async-broadcast]
version = "0.7.1"

[dependencies.dioxus]
version = "0.7.0"

[dependencies.uuid]
version = "1.3.2"
features = ["v4"]

[target.'cfg(target_family = "wasm")'.dependencies.uuid]
version = "1.3.2"
features = [
    "v4",
    "js",
]