# 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 = "jupiter-cpi-tulip" version = "3.0.4" authors = ["Siong Ong "] description = "Anchor CPI client for the Jupiter program." keywords = [ "solana", "anchor", "cpi", "jupiter", ] license = "Apache-2.0" repository = "https://github.com/jup-ag/jupiter-cpi" resolver = "2" [profile.release] opt-level = "s" codegen-units = 1 incremental = false [profile.release.build-override] opt-level = "s" codegen-units = 1 incremental = false [dependencies.anchor-gen-tulip] version = "0.4.1" [dependencies.anchor-lang] version = ">=0.22" [features] cpi = ["no-entrypoint"] default = ["cpi"] no-entrypoint = [] no-idl = [] no-log-ix-name = []