superstate-allowlist-interface 0.1.0

Superstate Allowlist Interface
Documentation
# 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 = "superstate-allowlist-interface"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Superstate Allowlist Interface"
readme = false
license = "MIT"

[lib]
name = "superstate_allowlist_interface"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

[dependencies.borsh]
version = "1.5.7"
features = [
    "derive",
    "derive",
]

[dependencies.solana-instruction]
version = "2.2.1"
features = [
    "std",
    "std",
]

[dependencies.solana-program]
version = "2.2.1"

[dependencies.solana-program-error]
version = "2.2.1"
features = [
    "borsh",
    "borsh",
]

[dependencies.solana-pubkey]
version = "2.2.1"
features = [
    "curve25519",
    "curve25519",
]