impulse-thaw 0.4.5-ui-kit-3

An easy to use leptos component library. Edited for Impulse
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"
rust-version = "1.79"
name = "impulse-thaw"
version = "0.4.5-ui-kit-3"
authors = ["luoxiaozero"]
build = false
exclude = ["src/**/*.md"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An easy to use leptos component library. Edited for Impulse"
homepage = "https://github.com/thaw-ui/thaw"
readme = "README.md"
keywords = [
    "web",
    "leptos",
    "ui",
    "thaw",
    "component",
]
license = "MIT"
repository = "https://github.com/impulse-sw/thaw"

[features]
csr = [
    "leptos/csr",
    "thaw_components/csr",
    "thaw_utils/csr",
]
hydrate = [
    "leptos/hydrate",
    "thaw_components/hydrate",
    "thaw_utils/hydrate",
]
nightly = [
    "leptos/nightly",
    "thaw_utils/nightly",
]
ssr = [
    "leptos/ssr",
    "thaw_components/ssr",
    "thaw_utils/ssr",
]

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

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.chrono]
version = "0.4.38"

[dependencies.icondata_ai]
version = "0.0.10"

[dependencies.icondata_core]
version = "0.1.0"

[dependencies.leptos]
version = "0.7.7"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.palette]
version = "0.7.6"

[dependencies.send_wrapper]
version = "0.6"

[dependencies.slotmap]
version = "1.0"

[dependencies.thaw_components]
version = "0.3.1"

[dependencies.thaw_macro]
version = "0.1.0"

[dependencies.thaw_utils]
version = "0.1.1"

[dependencies.uuid]
version = "1.10.0"
features = [
    "v4",
    "js",
]

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

[dependencies.web-sys]
version = "0.3.70"
features = [
    "DomRect",
    "File",
    "FileList",
    "DataTransfer",
    "ScrollToOptions",
    "ScrollBehavior",
    "TreeWalker",
    "NodeFilter",
]