teksilo-settings 0.9.3

Persistent reactive settings for Teksilo — key-value store, versioned setting files, MRU lists and window state.
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-settings"
version = "0.9.3"
authors = ["Cyril Jacquet <cyril.jacquet@ferntech.eu>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Persistent reactive settings for Teksilo — key-value store, versioned setting files, MRU lists and window state."
homepage = "https://teksilo.rs"
documentation = "https://docs.rs/teksilo-settings"
readme = false
keywords = [
    "settings",
    "persistence",
    "config",
    "reactive",
    "mru",
]
categories = [
    "config",
    "gui",
]
license = "MPL-2.0"
repository = "https://github.com/FernTech-EU/teksilo.git"

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

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

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

[dependencies.etcetera]
version = "0.11"

[dependencies.fs2]
version = "0.4"

[dependencies.notify]
version = "8.2.0"

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

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

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

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "1.1"

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