impulse-ui-kit 1.0.0-alpha.9

Powerful frontend framework based on Leptos
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 = "impulse-ui-kit"
version = "1.0.0-alpha.9"
authors = ["Klimenty Titov <aclo.create@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Powerful frontend framework based on Leptos"
readme = "README.md"
license = "MIT"
resolver = "2"

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

[dependencies.console_error_panic_hook]
version = "0.1.7"

[dependencies.console_log]
version = "1"

[dependencies.impulse-utils]
version = "1.0.0-alpha.9"
features = ["cresult"]
default-features = false

[dependencies.leptos]
version = "0.8.12"
features = ["csr"]
default-features = false

[dependencies.leptos-use]
version = "0.16"
features = ["use_color_mode"]
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.web-sys]
version = "0.3.82"
features = [
    "KeyboardEvent",
    "Navigator",
    "Storage",
    "Window",
]
default-features = false