# 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 = "resend-rust" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Resend client implemented in Rust" readme = "README.md" license = "MIT" [lib] name = "resend_rust" path = "src/lib.rs" [[test]] name = "api_keys" path = "tests/api_keys.rs" [[test]] name = "batch" path = "tests/batch.rs" [[test]] name = "domains" path = "tests/domains.rs" [[test]] name = "emails" path = "tests/emails.rs" [dependencies.dotenvy] version = "0.15.7" [dependencies.hashbrown] version = "0.14.3" features = ["serde"] [dependencies.reqwest] version = "0.12.7" features = ["rustls-tls"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.anyhow] version = "1.0.79" [dev-dependencies.tokio] version = "1.35.1" features = ["full"] [dev-dependencies.uuid] version = "1.6.1" features = [ "v4", "fast-rng", ] [features] default = ["reqwest"] reqwest = [] rustls-tls = ["reqwest/rustls-tls"] serde = ["hashbrown/serde"]