[package]
name = "gorb-token"
version = "1.0.1"
description = "Gorbchain Token Library"
authors = ["Gorblin <goranon10@gmail.com>"]
repository = "https://github.com/gorblin-gabana/Token"
license = "Apache-2.0"
edition = "2021"
exclude = ["js/**"]
[features]
no-entrypoint = []
test-sbf = []
[dependencies]
arrayref = "0.3.9"
bytemuck = "1.20.0"
num-derive = "0.4"
num-traits = "0.2"
num_enum = "0.5.11"
solana-program = "=1.14.0"
thiserror = "2.0"
[dev-dependencies]
lazy_static = "1.5.0"
proptest = "1.6"
serial_test = "3.2.0"
solana-program-test = "=1.14.0"
solana-sdk = "=1.14.0"
[lib]
crate-type = ["cdylib", "lib"]
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]