# 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 = "1.1.0" 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" [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.mockito] version = "1.0.2"