# 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 = "bonds-token-swap" version = "3.0.6" description = "Solana Program Library Token Swap" license = "MIT" resolver = "1" [lib] name = "spl_token_swap" crate-type = [ "cdylib", "lib", ] [dependencies.arbitrary] version = "1.3" features = ["derive"] optional = true [dependencies.arrayref] version = "0.3.7" [dependencies.enum_dispatch] version = "0.3.12" [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.roots] version = "0.0.8" optional = true [dependencies.solana-program] version = ">=1.17.17,<=2" [dependencies.spl-math] version = "0.2.0" features = ["no-entrypoint"] [dependencies.spl-token] version = "4.0.1" features = ["no-entrypoint"] [dependencies.spl-token-2022] version = "2.0.1" features = ["no-entrypoint"] [dependencies.thiserror] version = "1.0" [dev-dependencies.proptest] version = "1.4" [dev-dependencies.roots] version = "0.0.8" [dev-dependencies.solana-sdk] version = ">=1.17.17,<=2" [dev-dependencies.test-case] version = "3.3" [features] cpi = ["no-entrypoint"] default = [ "no-idl", "no-log-ix-name", ] no-entrypoint = [] no-idl = [] no-log-ix-name = []