odilia-cache 0.3.0

A caching layer for the Odilia screen reader.
Documentation
[[bench]]
harness = false
name = "load_test"

[dependencies.async-trait]
version = "0.1.64"

[dependencies.atspi]
features = ["tokio", "unstable-traits"]
version = "0.13.0"

[dependencies.dashmap]
version = "5.4.0"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.odilia-common]
version = "0.3.0"

[dependencies.serde]
version = "1.0.147"

[dependencies.smartstring]
features = ["serde"]
version = "1.0.1"

[dependencies.tokio]
default-features = false
features = ["sync", "macros", "rt", "signal", "tracing"]
version = "^1.22.0"

[dependencies.tracing]
version = "^0.1.37"

[dependencies.zbus]
default-features = false
features = ["tokio"]
version = "^3.6.2"

[dev-dependencies.criterion]
features = ["async_tokio", "html_reports"]
version = "0.4.0"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.serde_json]
version = "1.0.89"

[dev-dependencies.tokio]
default-features = false
features = ["sync", "macros", "rt", "signal", "tracing", "rt-multi-thread"]
version = "^1.22.0"

[dev-dependencies.tokio-test]
version = "0.4.2"

[package]
authors = ["Tait Hoyem <tait@tait.tech>", "Sam Tay <samctay@pm.me>"]
categories = ["accessibility"]
description = "A caching layer for the Odilia screen reader."
edition = "2021"
homepage = "https://odilia.app"
keywords = ["screen-reader", "accessibility", "a11y", "cache", "linux"]
license = "GPL-3.0-only"
name = "odilia-cache"
readme = "README.md"
repository = "https://github.com/odilia-app/odilia"
resolver = "1"
version = "0.3.0"