# 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 = "mpl-trifle" version = "0.5.3" authors = ["Metaplex Developers "] description = "Metaplex Composability Program" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/metaplex-foundation/mpl-trifle" resolver = "1" [profile.release] overflow-checks = true [lib] crate-type = [ "cdylib", "lib", ] [dependencies.borsh] version = "0.9.3" [dependencies.modular-bitfield] version = "0.11.2" [dependencies.mpl-token-metadata] version = "1.8.5" features = ["no-entrypoint"] [dependencies.mpl-utils] version = "0.2.0" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.14" [dependencies.shank] version = "0.0.12" [dependencies.solana-program] version = "~1.14.18" [dependencies.spl-associated-token-account] version = "~1.1.2" features = ["no-entrypoint"] [dependencies.spl-token] version = "3.5.0" features = ["no-entrypoint"] [dependencies.thiserror] version = "1.0.35" [dependencies.toml_datetime] version = "=0.6.1" [dependencies.winnow] version = "=0.4.1" [dev-dependencies.solana-program-test] version = "~1.14.18" [dev-dependencies.solana-sdk] version = "~1.14.18" [features] no-entrypoint = [] test-bpf = []