# 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 = "tinkoffpay" version = "1.0.3" description = "Simple tinkoff integration (the seller receives a link to the payment form and redirect the buyer to it); NB: with callback method" homepage = "https://km8oz.github.io/tinkoffpay-rs" readme = "README.md" keywords = [ "tinkoff", "acquiring", "api", "bank", "opensource", ] license = "Apache-2.0" license-file = "LICENCE.md" repository = "https://github.com/KM8Oz/tinkoffpay-rs.git" resolver = "2" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.hyper-tls] version = "0.5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dependencies.tokio] version = "1" features = ["full"]