[dependencies.base64]
version = "0.12.3"
[dependencies.chrono]
features = ["serde"]
version = "0.4.19"
[dependencies.hex]
version = "0.4.3"
[dependencies.md-5]
version = "0.10.5"
[dependencies.reqwest]
features = ["json", "native-tls"]
version = "0.11"
[dependencies.rust_decimal]
version = "1.8.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_repr]
version = "0.1"
[lib]
name = "adyen"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A library for integrating with the Adyen payment provider."
edition = "2021"
license = "MIT"
name = "adyen"
readme = false
repository = "https://github.com/third-act/adyen/"
version = "0.1.3"