# 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" rust-version = "1.62" name = "anchor-spl-openbook" version = "0.25.0" authors = ["Serum Foundation "] description = "CPI clients for SPL programs" license = "Apache-2.0" resolver = "1" [dependencies.anchor-lang] version = "0.25.0" features = ["derive"] [dependencies.borsh] version = "^0.9" optional = true [dependencies.mpl-token-metadata] version = "1.4.3" features = ["no-entrypoint"] optional = true [dependencies.openbook_dex] version = "0.5.6" [dependencies.solana-program] version = "1.10.29" [dependencies.spl-associated-token-account] version = "1.1.1" features = ["no-entrypoint"] optional = true [dependencies.spl-token] version = "3.5.0" features = ["no-entrypoint"] optional = true [features] associated_token = ["spl-associated-token-account"] default = [ "mint", "token", "associated_token", ] devnet = [] governance = [] metadata = ["mpl-token-metadata"] mint = [] shmem = [] stake = ["borsh"] token = ["spl-token"]