{"id":20458723,"url":"https://github.com/resend/resend-rust","last_synced_at":"2026-02-23T22:22:11.134Z","repository":{"id":180009756,"uuid":"664442829","full_name":"resend/resend-rust","owner":"resend","description":"Resend's Official Rust SDK","archived":false,"fork":false,"pushed_at":"2025-03-27T14:29:12.000Z","size":275,"stargazers_count":43,"open_issues_count":3,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-28T12:54:38.349Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/resend.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-10T01:45:39.000Z","updated_at":"2025-03-24T13:43:03.000Z","dependencies_parsed_at":"2024-04-30T23:44:56.480Z","dependency_job_id":"0af7b59b-01bd-45c8-8c39-1148d0081dae","html_url":"https://github.com/resend/resend-rust","commit_stats":null,"previous_names":["antoniosbarotsis/resend-rs","resend/resend-rs","resend/resend-rust"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resend%2Fresend-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resend%2Fresend-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resend%2Fresend-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resend%2Fresend-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/resend","download_url":"https://codeload.github.com/resend/resend-rust/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247361600,"owners_count":20926641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T12:13:38.125Z","updated_at":"2026-02-23T22:22:11.078Z","avatar_url":"https://github.com/resend.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## resend-rs\n\n[![Build Status][action-badge]][action-url]\n[![Crate Docs][docs-badge]][docs-url]\n[![Crate Version][crates-badge]][crates-url]\n\nA minimal [Resend](https://resend.com) client.\n\nAdd with:\n\n```sh\ncargo add resend-rs\ncargo add tokio -F macros,rt-multi-thread\n```\n\nEmails are sent via the `Resend` client which provides both a synchronous and\nasynchronous send method. The two are mutually exclusive and accessible via the\n`blocking` feature. The crate uses [reqwest][reqwest] and [serde][serde]\ninternally.\n\n### Documentation\n\nCrate documentation is available in [docsrs][docs-url]. Example usage is available in the\n[get started guide][get-started] on the Resend website, you can also find examples in the\n[API reference][resend-api-ref].\n\n### Features\n\n- `blocking` to enable the blocking client.\n- `native-tls` to use system-native TLS. **Enabled by default**.\n- `rustls-tls` to use TLS backed by `rustls`.\n- WASM support (see [example](https://github.com/resend/resend-rust/tree/main/examples/cf-worker))\n\n### Variables\n\n- `RESEND_API_KEY` to enable `impl Default` for a `Resend` client (Required).\n- `RESEND_BASE_URL` to override the default base address:\n  `https://api.resend.com` (Optional).\n- `RESEND_RATE_LIMIT` to set the maximum amount of requests you can send per second. By default, this is\n  9 (Resend defaults to 10). See [the docs](https://docs.rs/resend-rs/latest/resend_rs/#rate-limits)\n  for more information.\n\n\u003e \u003cdiv class=\"warning\"\u003eWARNING: Rate limiting only works when using the async version (default) of the crate\u003c/div\u003e\n\n[action-badge]: https://img.shields.io/github/actions/workflow/status/resend/resend-rust/ci.yml\n[action-url]: https://github.com/resend/resend-rust/actions/workflows/ci.yml\n[crates-badge]: https://img.shields.io/crates/v/resend-rs\n[crates-url]: https://crates.io/crates/resend-rs\n[docs-badge]: https://img.shields.io/docsrs/resend-rs\n[docs-url]: https://docs.rs/resend-rs\n[reqwest]: https://github.com/seanmonstar/reqwest\n[serde]: https://github.com/serde-rs/serde\n[get-started]: https://resend.com/docs/send-with-rust\n[resend-api-ref]: https://resend.com/docs/api-reference/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresend%2Fresend-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fresend%2Fresend-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresend%2Fresend-rust/lists"}