zero-bounce 2.0.11

Wrapper library over the ZeroBounce API v2
Documentation
# 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 = "zero-bounce"
version = "2.0.11"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wrapper library over the ZeroBounce API v2"
homepage = "https://www.zerobounce.net"
documentation = "https://docs.rs/zero-bounce"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/zerobounce/zerobounce-rust-api"

[lib]
name = "zero_bounce"
path = "src/lib.rs"

[[example]]
name = "activity_data"
path = "examples/activity_data.rs"

[[example]]
name = "ai_scoring"
path = "examples/ai_scoring.rs"

[[example]]
name = "api_usage"
path = "examples/api_usage.rs"

[[example]]
name = "batch_validate"
path = "examples/batch_validate.rs"

[[example]]
name = "bulk_validation"
path = "examples/bulk_validation.rs"

[[example]]
name = "config_options"
path = "examples/config_options.rs"

[[example]]
name = "domain_search"
path = "examples/domain_search.rs"

[[example]]
name = "domain_search_v2"
path = "examples/domain_search_v2.rs"

[[example]]
name = "find_email_v2"
path = "examples/find_email_v2.rs"

[[example]]
name = "find_mail"
path = "examples/find_mail.rs"

[[example]]
name = "get_credits"
path = "examples/get_credits.rs"

[[test]]
name = "mod"
path = "tests/mod.rs"

[dependencies.bytes]
version = "1.4.0"

[dependencies.chrono]
version = "0.4.24"

[dependencies.reqwest]
version = "0.11.16"
features = [
    "blocking",
    "multipart",
]

[dependencies.serde]
version = "1.0.159"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.95"

[dev-dependencies.dotenv]
version = "0.15"

[dev-dependencies.mockito]
version = "1.0.2"