# 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 = "phoenix-onchain-mm" version = "0.1.1" authors = ["davirain.yin@gmai.com"] description = """ Phoenix on-chain MM program """ readme = "README.md" keywords = [ "solana", "phoenix", "maket-maker", ] license = "Apache-2.0" repository = "https://github.com/All-In-One-Blockchain/phoenix-onchain-mm.git" [lib] name = "phoenix_onchain_mm" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.26.0" [dependencies.phoenix-v1] version = "0.2.3" features = ["no-entrypoint"] [dependencies.proc-macro-crate] version = "=1.3.0" [dependencies.pyth-sdk] version = "0.7.0" [dependencies.pyth-sdk-solana] version = "0.7.0" [dependencies.toml_edit] version = "=0.18.1" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] no-log-ix-name = []