# 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 = "whirlpool-cpi" version = "0.1.1" authors = ["Developer Advocate from Orca"] description = "CPI Adapter for Orca Whirlpool" license = "MIT" [lib] name = "whirlpool_cpi" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "=0.29.0" [dependencies.anchor-spl] version = "=0.29.0" [dependencies.bincode] version = "1" [dependencies.default-boxed] version = "0.2.0" [dependencies.solana-program] version = ">=1.16, <1.18" [features] cpi = ["no-entrypoint"] default = ["cpi"] no-entrypoint = [] no-idl = [] no-log-ix-name = []