cranpose-ui 0.1.113

UI primitives for Cranpose
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 = "2024"
name = "cranpose-ui"
version = "0.1.113"
authors = ["Dmitry Samoylenko"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "UI primitives for Cranpose"
homepage = "https://samoylenkodmitry.github.io/cranpose/"
readme = "README.md"
keywords = [
    "gui",
    "ui",
    "compose",
    "declarative",
    "framework",
]
categories = ["gui"]
license = "Apache-2.0"
repository = "https://github.com/samoylenkodmitry/cranpose"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
svg = ["dep:tiny-skia"]
test-helpers = []

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

[[example]]
name = "modifier_demo"
path = "examples/modifier_demo.rs"

[[example]]
name = "modifier_showcase"
path = "examples/modifier_showcase.rs"

[[example]]
name = "test_node_duplication"
path = "examples/test_node_duplication.rs"

[[test]]
name = "api_surface"
path = "tests/api_surface.rs"

[[test]]
name = "basic_text_field_style_integration"
path = "tests/basic_text_field_style_integration.rs"

[[test]]
name = "debug_and_draw_scopes"
path = "tests/debug_and_draw_scopes.rs"

[[test]]
name = "draw_scope_text_integration"
path = "tests/draw_scope_text_integration.rs"

[[test]]
name = "geometry_and_modifiers"
path = "tests/geometry_and_modifiers.rs"

[[test]]
name = "graphics_layer_backdrop_integration"
path = "tests/graphics_layer_backdrop_integration.rs"

[[test]]
name = "inspector_and_insets"
path = "tests/inspector_and_insets.rs"

[[test]]
name = "round_scaling_list_integration"
path = "tests/round_scaling_list_integration.rs"

[[test]]
name = "round_scroll_indicator_integration"
path = "tests/round_scroll_indicator_integration.rs"

[[test]]
name = "shadow_api_integration"
path = "tests/shadow_api_integration.rs"

[[test]]
name = "svg_painter_integration"
path = "tests/svg_painter_integration.rs"
required-features = ["svg"]

[[test]]
name = "text_hyphenation_contract_integration"
path = "tests/text_hyphenation_contract_integration.rs"

[[test]]
name = "text_options_contract_integration"
path = "tests/text_options_contract_integration.rs"

[[test]]
name = "wear_list_and_painters"
path = "tests/wear_list_and_painters.rs"

[[test]]
name = "widget_composition"
path = "tests/widget_composition.rs"

[[bench]]
name = "pipeline"
path = "benches/pipeline.rs"
harness = false

[[bench]]
name = "skip_recomposition"
path = "benches/skip_recomposition.rs"

[[bench]]
name = "slot_table_v2"
path = "benches/slot_table_v2.rs"
harness = false

[dependencies.cranpose-animation]
version = "0.1.113"

[dependencies.cranpose-core]
version = "0.1.113"
features = ["internal"]

[dependencies.cranpose-foundation]
version = "0.1.113"

[dependencies.cranpose-macros]
version = "0.1.113"

[dependencies.cranpose-ui-graphics]
version = "0.1.113"

[dependencies.cranpose-ui-layout]
version = "0.1.113"

[dependencies.futures-task]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.smallvec]
version = "1.15"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tiny-skia]
version = "0.11.4"
features = [
    "std",
    "simd",
]
optional = true
default-features = false

[dependencies.web-time]
version = "1.1"

[dev-dependencies.criterion]
version = "0.8"

[lints.clippy]
clone_on_copy = "deny"
dbg_macro = "deny"
redundant_locals = "deny"
todo = "deny"

[lints.rust]
linker_messages = "deny"
unsafe_code = "deny"