# 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_nico" version = "0.2.0" description = "Created with Anchor" license = "MIT" repository = "https://github.com/Libreplex/libreplex-program-library" [lib] name = "libreplex_nico" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "~0.29" features = ["init-if-needed"] [dependencies.anchor-spl] version = "~0.29" [dependencies.arrayref] version = "0.3.7" [dependencies.bytemuck] version = "1.14" [dependencies.libreplex_shared] version = "0.5.0" features = ["no-entrypoint"] [dependencies.mpl-core] version = "0.7.1" [dependencies.mpl-token-metadata] version = "~3" [dependencies.nifty-asset] version = "0.5.0" [dependencies.nifty-asset-types] version = "0.3.0" [dependencies.num-derive] version = "^0.3" [dependencies.num-traits] version = "^0.2" [dependencies.podded] version = "0.5.1" [dependencies.solana-program] version = "~1.17" [dependencies.spl-associated-token-account] version = "~2" [dependencies.spl-pod] version = "~0.1" [dependencies.spl-token] version = "~4.0" features = ["no-entrypoint"] [dependencies.spl-token-2022] version = "~1.0" features = ["no-entrypoint"] [dependencies.spl-token-group-interface] version = "0.1.0" [dependencies.spl-token-metadata-interface] version = "~0.2" [dependencies.spl-type-length-value] version = "0.3.0" [dependencies.thiserror] version = "^1.0" [dev-dependencies.solana-program-test] version = "~1.17" [dev-dependencies.solana-sdk] version = "~1.17" [dev-dependencies.spl-associated-token-account] version = "~2" [features] cpi = ["no-entrypoint"] default = [] idl-build = [ "anchor-lang/idl-build", "anchor-spl/idl-build", ] no-entrypoint = [] no-log-ix-name = []