iced_plus_layouts 0.1.0

Layout primitives for iced-plus: HStack, VStack, Split, AppShell
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_layouts"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Layout primitives for iced-plus: HStack, VStack, Split, AppShell"
homepage = "https://docs.neullabs.com/iced-plus"
documentation = "https://docs.neullabs.com/iced-plus"
readme = "README.md"
keywords = [
    "iced",
    "layout",
    "ui",
    "gui",
    "widgets",
]
categories = [
    "gui",
    "graphics",
]
license = "MIT"
repository = "https://github.com/neul-labs/iced-plus"

[features]
default = [
    "stacks",
    "shell",
    "overlay",
    "responsive",
]
full = [
    "stacks",
    "shell",
    "overlay",
    "responsive",
    "split",
]
overlay = []
responsive = []
shell = []
split = []
stacks = []

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

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

[dependencies.iced_plus_tokens]
version = "0.1.0"

[dependencies.smallvec]
version = "1.13"
features = ["union"]

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

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