# 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" rust-version = "1.68.0" name = "tosspayments-rs" version = "0.2.0" authors = ["Seokju Na "] description = "API bindings for the Tosspayments HTTP API" homepage = "https://github.com/seokju-na/tosspayments-rs" documentation = "https://docs.rs/tosspayments-rs" readme = "README.md" keywords = [ "tosspayments", "api", "async", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/seokju-na/tosspayments-rs" [lib] name = "tosspayments" [dependencies.base64] version = "0.21" [dependencies.convert_case] version = "0.6" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = ">=1.0.79" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_qs] version = "0.12.0" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.34" [dependencies.typed-builder] version = "0.18" [dev-dependencies.httpmock] version = "0.6" [dev-dependencies.tokio] version = "1.34" features = ["full"]