spl-token-group-interface 0.7.2

Solana Program Library Token Group 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 = "spl-token-group-interface"
version = "0.7.2"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solana Program Library Token Group Interface"
homepage = "https://solana-program.com"
documentation = "https://docs.rs/spl-token-group-interface"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/solana-program/token-group"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[lib]
name = "spl_token_group_interface"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.bytemuck]
version = "1.23.2"

[dependencies.num-derive]
version = "0.4"

[dependencies.num-traits]
version = "0.2"
default-features = false

[dependencies.num_enum]
version = "0.7"
default-features = false

[dependencies.solana-address]
version = "2.4.0"
features = [
    "bytemuck",
    "nullable",
]
default-features = false

[dependencies.solana-instruction]
version = "3.3.0"
default-features = false

[dependencies.solana-nullable]
version = "1.0.0"
features = ["bytemuck"]

[dependencies.solana-program-error]
version = "3.0.0"
default-features = false

[dependencies.solana-zero-copy]
version = "1.0.0"
features = ["bytemuck"]

[dependencies.spl-discriminator]
version = "0.5.1"

[dependencies.thiserror]
version = "2.0"
default-features = false

[dev-dependencies.solana-sha256-hasher]
version = "3.0.0"

[dev-dependencies.spl-type-length-value]
version = "0.9.0"
features = ["derive"]