# 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-auth-rules" version = "1.1.0" authors = ["Metaplex Developers "] description = "MPL Token Authorization Rules that can be used to restrict common token operations" readme = "README.md" keywords = [ "nft", "metaplex", "solana", "blockchain", ] license-file = "LICENSE" repository = "https://github.com/metaplex-foundation/mpl-token-auth-rules.git" [profile.release] overflow-checks = true [lib] crate-type = [ "cdylib", "lib", ] [dependencies.borsh] version = "0.9.3" [dependencies.lpl-token-metadata-context-derive] version = "0.2.1" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2" [dependencies.rmp-serde] version = "1.1.1" [dependencies.safe-zk-token-sdk] version = "1.14" [dependencies.safecoin-program] version = "1.14" [dependencies.serde] version = "1.0.149" features = ["derive"] [dependencies.serde_with] version = "1.14.0" optional = true [dependencies.shank] version = "0.0.11" [dependencies.thiserror] version = "1.0" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.safe-associated-token-account] version = "1.1.1" features = ["no-entrypoint"] [dev-dependencies.safe-token] version = "3.5.0" features = ["no-entrypoint"] [dev-dependencies.safecoin-logger] version = "1.14" [dev-dependencies.safecoin-program-test] version = "1.14" [dev-dependencies.safecoin-sdk] version = "1.14" [dev-dependencies.serde_json] version = "1.0.87" [features] no-entrypoint = [] serde-with-feature = ["serde_with"] test-bpf = []