[package] name = "navka_client" version = "0.2.0" edition = "2024" [dependencies] tokio = { version = "1.45", features = ["full", "fs"] } tonic = { version = "0.13", features = ["transport"] } tokio-stream = { version = "0.1", features = ["sync"] } anyhow = "1.0" navka_common = { path = "../common" } tracing = { version = "0.1", features = ["std"] } tracing-subscriber = "0.3" futures = "0.3" evdev = "0.13" [build-dependencies] prost-build = "0.13" [lib] name = "navka_client" path = "src/lib.rs"