payrail-core 0.1.0

Provider-neutral payment abstractions for PayRail
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 = "2024"
rust-version = "1.95"
name = "payrail-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provider-neutral payment abstractions for PayRail"
homepage = "https://github.com/boniface/payrail"
documentation = "https://docs.rs/payrail-core"
readme = "README.md"
keywords = [
    "payments",
    "checkout",
    "webhooks",
    "stripe",
    "paypal",
]
categories = [
    "api-bindings",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/boniface/payrail"
resolver = "2"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.http]
version = "1.4"

[dependencies.reqwest]
version = "0.13"
features = [
    "form",
    "json",
]
default-features = false

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.url]
version = "2.5"
features = ["serde"]

[dependencies.uuid]
version = "1.23"
features = [
    "v4",
    "serde",
]