[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"]