# 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 = "LibCulqi28" version = "1.0.3" authors = ["Team Culqi"] exclude = [ "src/main.rs", "examples/new_charge.rs", "tests/test.rs", ] include = [ "src/encrypt.rs", "src/lib.rs", "src/token.rs", ] description = "API bindings for the Culqi v2 HTTP API" documentation = "https://docs.rs/culqi/0.1.0/culqi_rust/" readme = "README.md" keywords = [ "culqi", "v2", "api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/culqi/culqi-rust" [dependencies.aes] version = "0.7.4" [dependencies.aes-gcm] version = "0.9.3" [dependencies.base64] version = "0.13.0" [dependencies.crypto] version = "0.5.1" [dependencies.openssl] version = "0.10" [dependencies.pem] version = "1.1.1" [dependencies.pkcs8] version = "0.7" [dependencies.rand] version = "0.8.4" [dependencies.regex] version = "1.5.4" [dependencies.reqwest] version = "0.11" [dependencies.rsa] version = "0.5.0" [dependencies.serde_json] version = "1.0.66" [dependencies.sha2] version = "0.9.8" [dependencies.tokio] version = "1" features = ["full"] [dependencies.x509-parser] version = "0.9.0"