tinkoffpay 1.0.2

Simple tinkoff integration (the seller receives a link to the payment form and redirect the buyer to it); NB: with callback method
Documentation
[dependencies.hyper]
features = ["full"]
version = "0.14"

[dependencies.hyper-tls]
version = "0.5.0"

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

[dependencies.serde_json]
default-features = false
features = ["alloc"]
version = "1.0"

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

[package]
description = "Simple tinkoff integration (the seller receives a link to the payment form and redirect the buyer to it); NB: with callback method"
edition = "2021"
homepage = "https://km8oz.github.io/tinkoffpay-rs"
keywords = ["tinkoff", "acquiring", "api", "bank", "opensource"]
license = "Apache-2.0"
license-file = "LICENCE.md"
name = "tinkoffpay"
readme = "README.md"
repository = "https://github.com/KM8Oz/tinkoffpay-rs.git"
resolver = "2"
version = "1.0.2"