# 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 = "openbook-v2" version = "0.1.0" description = "Openbook v2 anchor-gen generated crate" license = "GPL-3.0-or-later" resolver = "1" [lib] name = "openbook_v2" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [dependencies.anchor-gen] version = "0.3.1" [dependencies.anchor-lang] version = "0.27.0" [dependencies.borsh] version = "0.9.1" features = [ "const-generics", "default", ] [dependencies.bytemuck] version = "1.16.0" [dependencies.num_enum] version = "0.7.2" [dev-dependencies.solana-client] version = "=1.14.16" [dev-dependencies.solana-sdk] version = "=1.14.16" [features] cpi = ["no-entrypoint"] default = ["cpi"] no-entrypoint = [] no-idl = [] no-log-ix-name = []