2021-01-14 07:56:41 +00:00
|
|
|
[package]
|
|
|
|
name = "dioxus-hooks"
|
2023-05-18 11:42:15 +00:00
|
|
|
version = "0.3.1"
|
2021-12-15 21:04:27 +00:00
|
|
|
authors = ["Jonathan Kelley"]
|
2021-01-14 07:56:41 +00:00
|
|
|
edition = "2018"
|
2023-06-29 15:27:54 +00:00
|
|
|
description = "Basic useful hooks for Dioxus."
|
2022-01-03 07:21:56 +00:00
|
|
|
license = "MIT/Apache-2.0"
|
2021-12-15 21:04:27 +00:00
|
|
|
repository = "https://github.com/DioxusLabs/dioxus/"
|
|
|
|
homepage = "https://dioxuslabs.com"
|
|
|
|
documentation = "https://dioxuslabs.com"
|
2023-01-10 16:16:11 +00:00
|
|
|
keywords = ["dom", "ui", "gui", "react"]
|
2021-01-14 07:56:41 +00:00
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
2021-01-22 20:50:16 +00:00
|
|
|
[dependencies]
|
2023-06-19 19:29:11 +00:00
|
|
|
dioxus-core = { workspace = true }
|
|
|
|
futures-channel = { workspace = true }
|
|
|
|
log = { workspace = true }
|
2022-01-26 07:29:42 +00:00
|
|
|
|
|
|
|
|
|
|
|
[dev-dependencies]
|
2023-06-19 19:29:11 +00:00
|
|
|
futures-util = { workspace = true, default-features = false }
|
|
|
|
dioxus-core = { workspace = true }
|
|
|
|
dioxus = { workspace = true }
|