# 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 = "raydium-amm-v3" version = "0.1.0" authors = ["stacc "] description = "Anchor client and source for Raydium concentrated liquidity AMM" homepage = "https://twitter.com/staccoverflow" documentation = "https://twitter.com/staccoverflow" keywords = [ "solana", "anchor", "raydium", ] license-file = "license" repository = "https://github.com/staccdotsol/raydium-clmm" resolver = "1" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" overflow-checks = true [profile.release.build-override] opt-level = 3 codegen-units = 1 incremental = false [lib] name = "raydium_amm_v3" crate-type = [ "cdylib", "lib", ] doctest = false [dependencies.anchor-lang] version = "0.29.0" features = ["init-if-needed"] [dependencies.anchor-spl] version = "0.29.0" features = ["metadata"] [dependencies.arrayref] version = "0.3.6" [dependencies.bytemuck] version = "1.4.0" features = [ "derive", "min_const_generics", ] [dependencies.mpl-token-metadata] version = "^1.11.0" features = ["no-entrypoint"] [dependencies.num-integer] version = "0.1.46" [dependencies.solana-program] version = "<1.17.0" [dependencies.spl-memo] version = "4.0.0" [dependencies.spl-token] version = "^3" [dependencies.uint] version = "0.9.1" [dev-dependencies.proptest] version = "1.0" [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.rand] version = "0.8.5" [features] client = [] cpi = ["no-entrypoint"] default = [] devnet = [] enable-log = [] init_if_needed = [] no-entrypoint = [] no-idl = [] no-log-ix-name = [] paramset = []