# 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 = "twamm" version = "0.1.0" authors = ["Solana Maintainers "] description = "Solana Permissionless TWAMM" homepage = "https://solana.com/" keywords = [ "solana", "dex", "twamm", "amm", ] categories = ["finance"] license = "Apache-2.0" repository = "https://github.com/askibin/twamm" resolver = "1" [profile.release] lto = true codegen-units = 1 overflow-checks = true [lib] name = "twamm" crate-type = [ "cdylib", "lib", ] [dependencies.ahash] version = "=0.7.6" [dependencies.anchor-lang] version = "0.26.0" features = ["init-if-needed"] [dependencies.anchor-spl] version = "0.26.0" [dependencies.num] version = "0.4.0" [dependencies.num-traits] version = "0.2.15" [dependencies.pyth-sdk-solana] version = "0.7.0" [dependencies.solana-program] version = "1.14.13" [dependencies.solana-security-txt] version = "1.1.0" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] no-log-ix-name = [] test = []