# 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 = "2018" name = "sendgrid-async" version = "0.1.1" authors = ["Infinyon Contributors "] description = "An async-std based client for sending emails with SendGrid" documentation = "https://docs.rs/sendgrid-async" categories = [ "api-bindings", "asynchronous", "email", ] license = "Apache-2.0" repository = "https://github.com/infinyon/sendgrid-async" [dependencies.anyhow] version = "1.0" [dependencies.async-h1] version = "2.1" [dependencies.async-std] version = "1.6" [dependencies.async-tls] version = "0.10.0" features = ["client"] default-features = false [dependencies.data-encoding] version = "2.3" [dependencies.http-types] version = "2.4" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"