async-payjp-shared 0.0.1

Payjp SDK based on arlyon/async-stripe
Documentation
[dependencies.async-payjp-types]
version = ">=0.0.1"

[dependencies.miniserde]
version = "0.1.34"

[dependencies.serde]
features = ["derive"]
version = ">=1.0.79"

[dependencies.serde_json]
optional = true
version = "1.0.115"

[dependencies.smol_str]
features = ["serde"]
version = "0.2.0"

[features]
deserialize = ["async-payjp-types/deserialize", "dep:serde_json"]
serialize = ["async-payjp-types/serialize"]

[lib]
name = "payjp_shared"
path = "src/mod.rs"

[package]
authors = ["darai <darai0512@yahoo.co.jp>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "Payjp SDK based on arlyon/async-stripe"
edition = "2021"
homepage = "https://github.com/darai0512/payjp-rust-with-openapi"
keywords = ["payjp", "api", "async", "openapi"]
license = "MIT OR Apache-2.0"
name = "async-payjp-shared"
readme = false
repository = "https://github.com/darai0512/payjp-rust-with-openapi"
rust-version = "1.75.0"
version = "0.0.1"