# 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 = "2018" name = "xyk" version = "0.10.1" authors = ["Johanna Johansson "] description = "Constant product AMM calculator used for Sencha." homepage = "https://sencha.so" keywords = ["solana", "anchor", "amm", "sencha", "swap"] license = "AGPL-3.0" repository = "https://github.com/SenchaHQ/sencha" [lib] name = "xyk" crate-type = ["cdylib", "lib"] [dependencies.num-traits] version = "0.2" [dependencies.spl-math] version = "0.1" features = ["no-entrypoint"] [dependencies.u128] version = "0.1" [dev-dependencies.proptest] version = "1.0"