[package] name = "klozr-protobuf-notification" version = "0.0.48" edition = "2021" description = "Klozr notification API" categories = ["development-tools"] keywords = ["klozr", "soardigital", "grpc"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tonic = "0.9.2" prost = "0.11" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } grpc-build-core = "0.2.0" [build-dependencies] grpc-build = "4.2.0" [lib] path = "src/lib.rs" name = "klozr_notification"