# 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 = "lb_clmm" version = "0.1.1" description = "Created with Anchor" readme = "README.md" license = "MIT" [lib] name = "lb_clmm" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.29.0" features = ["event-cpi"] [dependencies.anchor-spl] version = "0.29.0" [dependencies.bytemuck] version = "1.13.1" features = [ "derive", "min_const_generics", ] [dependencies.mpl-token-metadata] version = "3.0.1" [dependencies.num-integer] version = "0.1.45" [dependencies.num-traits] version = "0.2.16" [dependencies.num_enum] version = "0.7.1" [dependencies.ruint] version = "1.3.0" [dependencies.solana-program] version = "1.16.0" [dependencies.uint] version = "0.8.5" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.async-trait] version = "0.1.52" [dev-dependencies.proptest] version = "1.2.0" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.solana-program-test] version = "1.16.0" [dev-dependencies.solana-sdk] version = "1.16.0" [features] alpha-access = [] cpi = ["no-entrypoint"] default = [] localnet = [] no-entrypoint = [] no-idl = [] no-log-ix-name = [] test-bpf = []