teksilo-core 0.9.1

Core of the Teksilo GUI framework — widget trait, arena, layout engine, event dispatch, focus, signals and theming.
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 = "teksilo-core"
version = "0.9.1"
authors = ["Cyril Jacquet <cyril.jacquet@ferntech.eu>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core of the Teksilo GUI framework — widget trait, arena, layout engine, event dispatch, focus, signals and theming."
homepage = "https://teksilo.rs"
documentation = "https://docs.rs/teksilo-core"
readme = false
keywords = [
    "gui",
    "widgets",
    "layout",
    "reactive",
    "theming",
]
categories = [
    "gui",
    "data-structures",
]
license = "MPL-2.0"
repository = "https://github.com/FernTech-EU/teksilo.git"

[package.metadata.docs.rs]
all-features = true

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

[dependencies.accesskit]
version = "0.25.0"

[dependencies.raw-window-handle]
version = "0.6"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.slotmap]
version = "1"

[dependencies.teksilo-canvas]
version = "0.9.1"

[dependencies.teksilo-tokens]
version = "0.9.1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.accesskit_consumer]
version = "0.39.0"

[dev-dependencies.proptest]
version = "1"