# 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 = "sendgrid" version = "0.23.0" authors = ["Garrett Squire "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An unofficial client library for the SendGrid API" homepage = "https://sendgrid.com" documentation = "https://docs.rs/sendgrid" readme = "README.md" keywords = ["email"] license = "MIT" repository = "https://github.com/gsquire/sendgrid-rs" [lib] name = "sendgrid" path = "src/lib.rs" [[example]] name = "main" path = "examples/main.rs" required-features = ["blocking"] [[example]] name = "v3" path = "examples/v3.rs" required-features = ["blocking"] [[example]] name = "v3_async" path = "examples/v3_async.rs" [[example]] name = "v3_disable_tracking" path = "examples/v3_disable_tracking.rs" required-features = ["blocking"] [dependencies.data-encoding] version = "2.6" [dependencies.reqwest] version = "0.12" features = ["json"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.5" [dev-dependencies.tokio] version = "1.0" features = ["full"] [features] blocking = ["reqwest/blocking"] default = ["native-tls"] native-tls = ["reqwest/default-tls"] rustls = ["reqwest/rustls-tls"]