dodopayments_rust 2.0.0

Rust SDK for Dodo Payments API
Documentation
# 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 = "dodopayments_rust"
version = "2.0.0"
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for Dodo Payments API"
homepage = "https://github.com/Muhammad-Owais-Warsi/dodpayments_rust_sdk"
documentation = "https://docs.rs/dodopayments_rust"
readme = "README.md"
keywords = [
    "payments",
    "api",
    "sdk",
]
categories = [
    "api-bindings",
    "finance",
]
license = "MIT"
repository = "https://github.com/Muhammad-Owais-Warsi/dodpayments_rust_sdk"

[lib]
name = "dodopayments_rust"
path = "src/lib.rs"

[dependencies.bytes]
version = "1.10.1"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "blocking",
    "rustls-tls",
]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.16"

[dependencies.uuid]
version = "1.22.0"
features = ["serde"]

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]