iced_plus 0.1.0

An opinionated companion toolkit for building desktop apps with iced
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"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An opinionated companion toolkit for building desktop apps with iced"
homepage = "https://docs.neullabs.com/iced-plus"
documentation = "https://docs.neullabs.com/iced-plus"
readme = "README.md"
keywords = [
    "iced",
    "gui",
    "desktop",
    "ui",
    "widgets",
]
categories = [
    "gui",
    "graphics",
    "rendering",
]
license = "MIT"
repository = "https://github.com/neul-labs/iced-plus"

[features]
components = [
    "dep:iced_plus_components",
    "theme",
    "layouts",
]
default = [
    "tokens",
    "theme",
    "layouts",
    "components",
]
full = [
    "tokens",
    "theme",
    "layouts",
    "components",
    "platform",
]
layouts = ["dep:iced_plus_layouts"]
platform = ["dep:iced_plus_platform"]
theme = [
    "dep:iced_plus_theme",
    "tokens",
]
tokens = ["dep:iced_plus_tokens"]

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

[dependencies.iced_plus_components]
version = "0.1.0"
optional = true

[dependencies.iced_plus_layouts]
version = "0.1.0"
optional = true

[dependencies.iced_plus_platform]
version = "0.1.0"
optional = true

[dependencies.iced_plus_theme]
version = "0.1.0"
optional = true

[dependencies.iced_plus_tokens]
version = "0.1.0"
optional = true

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

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