iced_toasts 0.1.1

An add-on crate for iced that provides toast notifications
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 = "iced_toasts"
version = "0.1.1"
build = false
exclude = [
    "src/main.rs",
    "docs/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An add-on crate for iced that provides toast notifications"
readme = "README.md"
keywords = [
    "gui",
    "ui",
    "iced",
    "toasts",
    "notifications",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/Gomango999/iced-toasts"

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

[dependencies.iced]
version = "0.13.1"
features = ["advanced"]