# 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 = "soroban-math" version = "0.2.8" authors = ["Rahul Soshte "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fixed-Point Math Library for soroban smart contracts with advanced math and high precision" readme = "README.md" keywords = [ "stellar", "soroban", "rust", "math", "arithmetic", ] license = "Apache-2.0" repository = "https://github.com/rahul-soshte/soroban-math" [lib] name = "soroban_math" path = "src/lib.rs" [dependencies.soroban-sdk] version = "21.6.0"