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