# 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-common" version = "0.3.0" authors = [ "Michael Connor Buchan ", "Tait Hoyem ", "Alberto Tirla ", ] description = "Common algorithms and data structures shared by multiple Odilia screen reader crates." homepage = "https://odilia.app" readme = "README.md" keywords = [ "screen-reader", "accessibility", "a11y", "data-structures", "linux", ] categories = ["accessibility"] license = "GPL-3.0-only" repository = "https://github.com/odilia-app/odilia" resolver = "1" [dependencies.atspi] version = "0.13.0" features = [ "tokio", "unstable-traits", ] [dependencies.bitflags] version = "1.3.2" [dependencies.serde] version = "1.0.147" [dependencies.serde_plain] version = "1.0.1" [dependencies.smartstring] version = "1.0.1" [dependencies.thiserror] version = "1.0.37" [dependencies.tini] version = "^1.3.0" [dependencies.zbus] version = "^3.6.2" features = ["tokio"] default-features = false