# 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 = "lpl-token-metadata" version = "1.8.5" authors = ["ledamint Developers "] description = "ledamint Metadata" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/ledamint-IO/ledamint-program-library" resolver = "1" [lib] crate-type = [ "cdylib", "lib", ] [dependencies.arrayref] version = "0.3.6" [dependencies.borsh] version = "0.9.2" [dependencies.lpl-token-auth-rules] version = "1.1.0" features = ["no-entrypoint"] [dependencies.lpl-token-metadata-context-derive] version = "0.2.1" [dependencies.lpl-utils] version = "0.1.0" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.safe-associated-token-account] version = "1.1.1" features = ["no-entrypoint"] [dependencies.safe-token] version = "3.2.0" features = ["no-entrypoint"] [dependencies.safecoin-program] version = "1.14" [dependencies.serde] version = "1.0.149" optional = true [dependencies.serde_with] version = "1.14.0" optional = true [dependencies.shank] version = "0.0.11" [dependencies.thiserror] version = "1.0" [dev-dependencies.async-trait] version = "0.1.64" [dev-dependencies.rmp-serde] version = "1.1.1" [dev-dependencies.safecoin-program-test] version = "1.14" [dev-dependencies.safecoin-sdk] version = "1.14" [dev-dependencies.serde] version = "1.0.147" features = ["derive"] [features] no-entrypoint = [] serde-feature = [ "serde", "serde_with", ] test-bpf = []