[package] name = "check-if-email-exists-grpc" version = "1.0.0" edition = "2021" description = "A GRPC wrapper around check-if-email-exists" license = "AGPL-3.0" authors = ["J3A Solutions Ltd."] homepage = "https://gitlab.com/j3a-solutions/check-if-email-exists-grpc" repository = "https://gitlab.com/j3a-solutions/check-if-email-exists-grpc" keywords = ["email-validation", "validation", "grpc"] categories = ["email"] readme = "README.md" include = [ "**/*.rs", "**/*.proto", "Cargo.toml", "LICENSE" ] [dependencies] anyhow = "1.0.65" async-recursion = "1.0.0" check-if-email-exists = "0.9.0" prost = "0.11.0" redis = { version = "0.21.6", default-features = false, features = ["tokio-comp", "connection-manager" ] } serde_json = "1.0.85" tonic = "0.8.2" tonic-health = "0.7.1" tokio = { version = "1.21.1", default-features = false, features = ["sync"] } tracing = "0.1.36" tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }