# 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 = "multisafepay" version = "0.2.4" authors = ["Rick Arendsen"] description = "A MultiSafePay SDK for the Rust Programming Language" documentation = "https://docs.rs/multisafepay-rust-sdk" readme = "README.md" keywords = [ "multisafepay", "ecommerce", ] categories = [ "sdk", "multisafepay", ] license-file = "LICENSE.txt" repository = "https://github.com/rikkertthedeveloper/multisafepay-rust-sdk" [profile.production] lto = true codegen-units = 1 panic = "abort" inherits = "release" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [dependencies.curl] version = "0.4.44"