iced_plus_components 0.1.0

Component library for iced-plus: Button, TextInput, Card, Modal, and 30+ widgets
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_components"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Component library for iced-plus: Button, TextInput, Card, Modal, and 30+ widgets"
homepage = "https://docs.neullabs.com/iced-plus"
documentation = "https://docs.neullabs.com/iced-plus"
readme = "README.md"
keywords = [
    "iced",
    "widgets",
    "components",
    "ui",
    "gui",
]
categories = [
    "gui",
    "graphics",
]
license = "MIT"
repository = "https://github.com/neul-labs/iced-plus"

[features]
button = ["iced_plus_theme/button"]
default = [
    "button",
    "text",
    "input",
]
feedback = []
form = ["input"]
full = [
    "button",
    "text",
    "input",
    "form",
    "feedback",
    "modal",
]
input = ["iced_plus_theme/text-input"]
modal = ["iced_plus_layouts/overlay"]
text = []

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

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

[dependencies.iced_plus_layouts]
version = "0.1.0"

[dependencies.iced_plus_theme]
version = "0.1.0"

[dependencies.iced_plus_tokens]
version = "0.1.0"

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

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