# 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 = "stable-swap-math" version = "1.8.1" authors = ["michaelhly "] description = "Calculations for the StableSwap invariant" homepage = "https://saber.so" keywords = ["solana", "saber", "math"] license = "Apache-2.0" repository = "https://github.com/saber-hq/stable-swap" [dependencies.borsh] version = "0.9.2" [dependencies.num-traits] version = "0.2" [dependencies.stable-swap-client] version = "^1" [dependencies.uint] version = "=0.9.1" default-features = false [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.stable-swap-sim] version = "^0.1"