solana-program-library/token/program/Cargo.toml

27 lines
541 B
TOML

[package]
name = "spl-token"
version = "2.0.8"
description = "Solana Program Library Token"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana-program-library"
license = "Apache-2.0"
edition = "2018"
exclude = ["js/**"]
[features]
exclude_entrypoint = []
[dependencies]
num-derive = "0.3"
num-traits = "0.2"
remove_dir_all = "=0.5.0"
solana-program = "1.4.3"
thiserror = "1.0"
arrayref = "0.3.6"
num_enum = "0.5.1"
[dev-dependencies]
[lib]
crate-type = ["cdylib", "lib"]