thaw/thaw_components/Cargo.toml
2024-08-15 22:50:23 +08:00

25 lines
691 B
TOML

[package]
name = "thaw_components"
version = "0.2.0-beta"
edition = "2021"
keywords = ["leptos", "thaw", "components"]
readme = "../README.md"
authors = ["luoxiaozero"]
description = "Shared Thaw internal components"
repository = "https://github.com/thaw-ui/thaw"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
leptos = { workspace = true }
thaw_utils = { workspace = true }
web-sys = { version = "0.3.70", features = ["DomRect"] }
cfg-if = "1.0.0"
uuid = { version = "1.10.0", features = ["v4", "js"] }
send_wrapper = "0.6"
[features]
csr = ["leptos/csr"]
ssr = ["leptos/ssr"]
hydrate = ["leptos/hydrate"]