[package]
edition = "2021"
rust-version = "1.63"
name = "tomba"
version = "1.1.0"
authors = ["Mohamed Ben <b.mohamed@tomba.io>"]
build = false
exclude = [
".gitignore",
".cargo/config",
".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official Rust client library for the Tomba Email Finder API"
homepage = "https://tomba.io/"
readme = "README.md"
keywords = [
"email",
"email-finder",
"tomba",
"email-verifier",
"email-validation",
]
categories = [
"email",
"api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/tomba-io/rust"
[lib]
name = "tomba"
path = "src/lib.rs"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"
[dependencies.reqwest]
version = "0.12"
features = [
"blocking",
"json",
]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dev-dependencies.mockito]
version = "1"
[profile.release]
lto = true
overflow-checks = true