anchor-spl 0.32.2

CPI clients for SPL programs
# 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 = "anchor-spl"
version = "0.32.2"
authors = ["Anchor Maintainers <accounts@200ms.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CPI clients for SPL programs"
readme = false
license = "Apache-2.0"
repository = "https://github.com/otter-sec/anchor"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
anchor-debug = ["anchor-lang/anchor-debug"]
associated_token = ["spl-associated-token-account"]
default = [
    "associated_token",
    "mint",
    "token",
    "token_2022",
    "token_2022_extensions",
]
devnet = []
governance = []
idl-build = ["anchor-lang/idl-build"]
memo = ["spl-memo"]
metadata = ["mpl-token-metadata"]
mint = []
stake = ["borsh"]
token = ["spl-token"]
token_2022 = ["spl-token-2022"]
token_2022_extensions = [
    "spl-token-2022",
    "spl-token-group-interface",
    "spl-token-metadata-interface",
    "spl-pod",
]

[lib]
name = "anchor_spl"
path = "src/lib.rs"

[dependencies.anchor-lang]
version = "0.32.2"
features = ["derive"]

[dependencies.borsh]
version = "0.10.3"
optional = true

[dependencies.mpl-token-metadata]
version = "5"
optional = true

[dependencies.spl-associated-token-account]
version = "7"
features = ["no-entrypoint"]
optional = true

[dependencies.spl-memo]
version = "6"
features = ["no-entrypoint"]
optional = true

[dependencies.spl-pod]
version = "0.5"
optional = true

[dependencies.spl-token]
version = "8"
features = ["no-entrypoint"]
optional = true

[dependencies.spl-token-2022]
version = "8"
features = ["no-entrypoint"]
optional = true

[dependencies.spl-token-group-interface]
version = "0.6"
optional = true

[dependencies.spl-token-metadata-interface]
version = "0.7"
optional = true