# 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 = "soroswap-library" version = "1.0.21" authors = ["esteblock "] publish = true description = "Library that enables efficient and optimized code execution across different contracts on the Soroswap.Finance protocol" homepage = "https://github.com/soroswap/core/tree/main/contracts/library" readme = "README.md" keywords = [ "no_std", "wasm", "soroswap", "amm", "soroban", ] license = "GPL-3.0" repository = "https://github.com/soroswap/core/tree/main/contracts/library" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 debug-assertions = false panic = "abort" overflow-checks = true strip = "symbols" [profile.release-with-logs] debug-assertions = true inherits = "release" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.num-integer] version = "0.1.45" features = ["i128"] default-features = false [dependencies.soroban-sdk] version = "21.0.1-preview.3" [dev-dependencies.soroban-sdk] version = "21.0.1-preview.3" features = ["testutils"]