[package] name = "rfkpos" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tonic = { version = "0.8.2", features = ["tls", "tls-roots"] } tonic-reflection = "0.5.0" tonic-health = "0.7.1" tokio = { version = "1.21.2", features = ["full"] } prost = "0.11.0" redis_rs = "0.9.0" rand = "0.8.5" openssl = "0.10.42" sqlite = "0.30.2" [build-dependencies] tonic-build = "0.8.2"