[dependencies.bytes]
version = "1"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.reqwest]
features = ["json", "stream"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.tracing]
optional = true
version = "0.1"
[dependencies.url]
version = "2"
[dev-dependencies.anyhow]
version = "1"
[dev-dependencies.dotenvy]
version = "0.15"
[dev-dependencies.once_cell]
version = "1"
[dev-dependencies.pretty_assertions]
version = "1"
[dev-dependencies.tokio-test]
version = "0.4"
[dev-dependencies.wiremock]
version = "0.6"
[[example]]
name = "basic_customers"
path = "examples/basic_customers.rs"
[[example]]
name = "customer_metadata"
path = "examples/customer_metadata.rs"
[[example]]
name = "error_handling"
path = "examples/error_handling.rs"
[features]
default = []
tracing = ["dep:tracing"]
[lib]
name = "flowglad"
path = "src/lib.rs"
[package]
authors = ["Tynan Daly"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming::http-client"]
description = "Rust SDK for FlowGlad - Open source billing infrastructure"
documentation = "https://docs.rs/flowglad"
edition = "2021"
exclude = [".env", ".env.*"]
homepage = "https://flowglad.com"
keywords = ["billing", "payments", "api", "flowglad"]
license = "MIT"
name = "flowglad"
readme = "README.md"
repository = "https://github.com/hdresearch/flowglad-rs"
version = "0.1.0"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"