payabli_api 0.0.612

Rust SDK for payabli_api generated by Fern
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 = "payabli_api"
version = "0.0.612"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for payabli_api generated by Fern"
documentation = "https://docs.rs/payabli_api"
readme = "README.md"
license = "MIT"
repository = "https://github.com/fern-api/fern"

[features]
default = ["multipart"]
multipart = ["reqwest/multipart"]
sse = []

[lib]
name = "payabli_api"
path = "src/lib.rs"
doctest = false

[[test]]
name = "bill_test"
path = "tests/bill_test.rs"

[[test]]
name = "boarding_test"
path = "tests/boarding_test.rs"

[[test]]
name = "charge_backs_test"
path = "tests/charge_backs_test.rs"

[[test]]
name = "check_capture_test"
path = "tests/check_capture_test.rs"

[[test]]
name = "cloud_test"
path = "tests/cloud_test.rs"

[[test]]
name = "customer_test"
path = "tests/customer_test.rs"

[[test]]
name = "export_test"
path = "tests/export_test.rs"

[[test]]
name = "hosted_payment_pages_test"
path = "tests/hosted_payment_pages_test.rs"

[[test]]
name = "import_test"
path = "tests/import_test.rs"

[[test]]
name = "invoice_test"
path = "tests/invoice_test.rs"

[[test]]
name = "line_item_test"
path = "tests/line_item_test.rs"

[[test]]
name = "money_in_test"
path = "tests/money_in_test.rs"

[[test]]
name = "money_out_test"
path = "tests/money_out_test.rs"

[[test]]
name = "notification_test"
path = "tests/notification_test.rs"

[[test]]
name = "notificationlogs_test"
path = "tests/notificationlogs_test.rs"

[[test]]
name = "ocr_test"
path = "tests/ocr_test.rs"

[[test]]
name = "organization_test"
path = "tests/organization_test.rs"

[[test]]
name = "payment_link_test"
path = "tests/payment_link_test.rs"

[[test]]
name = "payment_method_domain_test"
path = "tests/payment_method_domain_test.rs"

[[test]]
name = "paypoint_test"
path = "tests/paypoint_test.rs"

[[test]]
name = "query_test"
path = "tests/query_test.rs"

[[test]]
name = "statistic_test"
path = "tests/statistic_test.rs"

[[test]]
name = "subscription_test"
path = "tests/subscription_test.rs"

[[test]]
name = "templates_test"
path = "tests/templates_test.rs"

[[test]]
name = "token_storage_test"
path = "tests/token_storage_test.rs"

[[test]]
name = "user_test"
path = "tests/user_test.rs"

[[test]]
name = "vendor_test"
path = "tests/vendor_test.rs"

[[test]]
name = "wallet_test"
path = "tests/wallet_test.rs"

[[test]]
name = "wire_test_utils"
path = "tests/wire_test_utils.rs"

[dependencies.bytes]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.futures]
version = "0.3"

[dependencies.num-bigint]
version = "0.4"
features = ["serde"]

[dependencies.ordered-float]
version = "4.5"
features = ["serde"]

[dependencies.percent-encoding]
version = "2.3"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

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

[dev-dependencies.ctor]
version = "0.2"

[dev-dependencies.tokio-test]
version = "0.4"