# 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 = "libreplex_editions" version = "0.2.2" description = "Created with Anchor" readme = "README.md" license = "MIT" repository = "https://github.com/Libreplex/libreplex-program-library" [lib] name = "libreplex_editions" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "~0.30" features = ["init-if-needed"] [dependencies.anchor-spl] version = "~0.30" [dependencies.arrayref] version = "0.3.7" [dependencies.dyn-fmt] version = "0.3.0" [dependencies.libreplex_shared] version = "0.4.0" features = ["no-entrypoint"] [dependencies.solana-program] version = "1.17.13" [dependencies.spl-pod] version = "~0.2" [dependencies.spl-token-2022] version = "~3.0" features = ["no-entrypoint"] [dependencies.spl-token-group-interface] version = "0.2.3" [dependencies.spl-token-metadata-interface] version = "~0.3" [dependencies.spl-type-length-value] version = "0.3.0" [dev-dependencies.solana-program-test] version = "1.17.13" [dev-dependencies.solana-sdk] version = "1.17.13" [features] cpi = ["no-entrypoint"] default = [] idl-build = [ "anchor-lang/idl-build", "anchor-spl/idl-build", ] no-entrypoint = [] no-idl = [] no-log-ix-name = []