teksilo-widgets 0.9.1

Widget library for Teksilo — over a hundred widgets and layout primitives, from Button to TreeTableView.
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-widgets"
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 = "Widget library for Teksilo — over a hundred widgets and layout primitives, from Button to TreeTableView."
homepage = "https://teksilo.rs"
documentation = "https://docs.rs/teksilo-widgets"
readme = false
keywords = [
    "gui",
    "widgets",
    "layout",
    "desktop",
    "components",
]
categories = ["gui"]
license = "MPL-2.0"
repository = "https://github.com/FernTech-EU/teksilo.git"

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

[features]
debug-traces = []
preview = ["dep:teksilo-preview"]
telemetry = [
    "dep:teksilo-telemetry",
    "dep:serde_json",
]

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

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

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

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

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

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

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

[dependencies.jiff]
version = "0.2"
features = ["serde"]

[dependencies.open]
version = "5.3"

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

[dependencies.serde_json]
version = "1"
optional = true

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

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

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

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

[dependencies.teksilo-platform]
version = "0.9.1"
features = [
    "file-dialog",
    "native-menu",
]

[dependencies.teksilo-preview]
version = "0.9.1"
optional = true

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

[dependencies.teksilo-telemetry]
version = "0.9.1"
optional = true

[dependencies.teksilo-text]
version = "0.9.1"
default-features = false

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

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.fluent-syntax]
version = "0.12"

[dev-dependencies.png]
version = "0.18"

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

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

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.toml]
version = "1.1"