# 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 = "miraplex-rooster" version = "0.1.7" authors = ["Metaplex Developers "] description = "Rooster: a simple program to test authorization rules for pNFTs." readme = "README.md" keywords = [ "nft", "miraplex", "miraland", "blockchain", ] license-file = "LICENSE" repository = "https://github.com/miraland-labs/rooster" [lib] name = "rooster" crate-type = [ "cdylib", "lib", ] [dependencies.borsh] version = "1.2.1" features = [ "derive", "unstable__schema", ] [dependencies.miraland-program] version = "1.18.0" [dependencies.miraplex-token-metadata] version = "1.7.5" features = ["no-entrypoint"] [dependencies.miraplex-utils] version = "0.3.0" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "~0.2" [dependencies.shank] version = "0.0.10" [dependencies.thiserror] version = "~1.0" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.miraland-logger] version = "1.18.0" [dev-dependencies.miraland-program-test] version = "1.18.0" [dev-dependencies.miraland-sdk] version = "1.18.0" [features] no-entrypoint = [] test-bpf = []