teksilo-data 0.9.2

Reactive data models for Teksilo — list, tree, selection and sort-filter projections, with no GUI dependency.
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-data"
version = "0.9.2"
authors = ["Cyril Jacquet <cyril.jacquet@ferntech.eu>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reactive data models for Teksilo — list, tree, selection and sort-filter projections, with no GUI dependency."
homepage = "https://teksilo.rs"
documentation = "https://docs.rs/teksilo-data"
readme = false
keywords = [
    "data-structures",
    "reactive",
    "list-model",
    "tree-model",
    "selection",
]
categories = ["data-structures"]
license = "MPL-2.0"
repository = "https://github.com/FernTech-EU/teksilo.git"

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

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

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

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

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

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

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

[dependencies.slotmap]
version = "1"

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

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

[dev-dependencies.teksilo-tokens]
version = "0.9.2"