# 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_thin" version = "0.4.5" authors = ["OLoKo64 "] description = "A small unofficial library to send emails using Sendgrid." homepage = "https://sendgrid.com" readme = "README.md" categories = ["api-bindings"] license = "MIT" repository = "https://github.com/OLoKo64/sendgrid_thin" [dependencies.reqwest] version = "0.11.16" features = ["blocking"] [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dev-dependencies.tokio] version = "1.28.0" features = [ "macros", "rt", ] [features] blocking = [] default = ["blocking"]