leptos_notification 0.2.1

A beautiful notification system for Leptos applications with animated toasts
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.75"
name = "leptos_notification"
version = "0.2.1"
authors = ["flunas <flunas@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A beautiful notification system for Leptos applications with animated toasts"
homepage = "https://github.com/flunas/leptos_notification"
documentation = "https://docs.rs/leptos_notification"
readme = "README.md"
keywords = [
    "leptos",
    "notification",
    "toast",
    "webassembly",
    "wasm",
]
categories = [
    "gui",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/flunas/leptos_notification"

[lib]
name = "leptos_notification"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "demo"
path = "demo_app/demo.rs"

[dependencies.console_error_panic_hook]
version = "0.1.7"

[dependencies.leptos]
version = "0.8.19"
features = ["csr"]