# 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-input" version = "0.0.3" authors = [ "Michael Connor Buchan ", "Tait Hoyem ", "Alberto Tirla ", ] description = "Input subsystem for the Odilia screen reader." homepage = "https://odilia.app" readme = "README.md" keywords = [ "accessibility", "a11y", "input", "api", "linux", ] categories = ["accessibility"] license = "GPL-3.0-only" repository = "https://github.com/odilia-app/odilia" resolver = "1" [dependencies.eyre] version = "0.6.8" [dependencies.lazy_static] version = "1.4.0" [dependencies.nix] version = "0.26.2" [dependencies.odilia-common] version = "0.3.0" [dependencies.once_cell] version = "1.16.0" [dependencies.serde_json] version = "1.0.89" [dependencies.sysinfo] version = "0.26.8" default_features = false [dependencies.tokio] version = "^1.22.0" features = [ "sync", "macros", "rt", "signal", "tracing", ] default-features = false [dependencies.tracing] version = "^0.1.37"