iced_plus_theme 0.1.0

Theme bridge for iced-plus: adapts tokens to iced's styling system
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 = "iced_plus_theme"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Theme bridge for iced-plus: adapts tokens to iced's styling system"
homepage = "https://docs.neullabs.com/iced-plus"
documentation = "https://docs.neullabs.com/iced-plus"
readme = "README.md"
keywords = [
    "iced",
    "theme",
    "styling",
    "ui",
    "gui",
]
categories = [
    "gui",
    "graphics",
]
license = "MIT"
repository = "https://github.com/neul-labs/iced-plus"

[features]
all-widgets = [
    "button",
    "text",
    "text-input",
    "container",
    "checkbox",
    "slider",
]
button = []
checkbox = []
container = []
default = [
    "button",
    "text",
    "text-input",
    "container",
]
slider = []
text = []
text-input = []

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

[dependencies.iced]
version = "0.13"
features = [
    "advanced",
    "image",
    "canvas",
    "tokio",
]

[dependencies.iced_plus_tokens]
version = "0.1.0"

[lints.clippy]
all = "warn"
nursery = "warn"
pedantic = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "warn"