# 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" rust-version = "1.64" name = "sparklepost" version = "0.5.5" authors = [ "mygnu ", "Rob Ede ", ] description = "Bindings for Sparkpost email API v1" readme = "README.md" keywords = [ "email", "sparkpost", "reqwest", ] categories = [ "api-bindings", "web-programming", ] license = "MPL-2.0+/LGPL-3.0+" repository = "https://github.com/x52dev/sparklepost" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dev-dependencies.base64] version = "0.22" [dev-dependencies.dotenvy] version = "0.15" [dev-dependencies.pretty_assertions] version = "1" [lints.clippy.clone_on_ref_ptr] level = "deny" priority = 0 [lints.rust.future_incompatible] level = "deny" priority = 0 [lints.rust.missing_debug_implementations] level = "deny" priority = 1 [lints.rust.nonstandard_style] level = "deny" priority = 0 [lints.rust.rust_2018_idioms] level = "deny" priority = 0