# 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.73" name = "raumfi_library" version = "0.1.7" authors = [" tora "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Library Periphery for RaumFiDex" homepage = "https://github.com/Raum-Network/Raum-Core/contracts/lib" readme = "README.md" keywords = [ "raumfi", "dex", "soroban", ] license = "MIT" repository = "https://github.com/Raum-Network/Raum-Core/contracts/lib" [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] name = "raumfi_library" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.num-integer] version = "0.1.45" features = ["i128"] default-features = false [dependencies.soroban-sdk] version = "20.2.0" [dev-dependencies.soroban-sdk] version = "20.2.0" features = ["testutils"]