# 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 = "2021" name = "odilia-cache" version = "0.3.0" authors = [ "Tait Hoyem ", "Sam Tay ", ] description = "A caching layer for the Odilia screen reader." homepage = "https://odilia.app" readme = "README.md" keywords = [ "screen-reader", "accessibility", "a11y", "cache", "linux", ] categories = ["accessibility"] license = "GPL-3.0-only" repository = "https://github.com/odilia-app/odilia" resolver = "1" [[bench]] name = "load_test" harness = false [dependencies.async-trait] version = "0.1.64" [dependencies.atspi] version = "0.13.0" features = [ "tokio", "unstable-traits", ] [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] version = "1.0.1" features = ["serde"] [dependencies.tokio] version = "^1.22.0" features = [ "sync", "macros", "rt", "signal", "tracing", ] default-features = false [dependencies.tracing] version = "^0.1.37" [dependencies.zbus] version = "^3.6.2" features = ["tokio"] default-features = false [dev-dependencies.criterion] version = "0.4.0" features = [ "async_tokio", "html_reports", ] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_json] version = "1.0.89" [dev-dependencies.tokio] version = "^1.22.0" features = [ "sync", "macros", "rt", "signal", "tracing", "rt-multi-thread", ] default-features = false [dev-dependencies.tokio-test] version = "0.4.2"