gorb-token 1.0.1

Gorbchain Token Library
Documentation
[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"  # Compatible with older Rust
solana-program = "=1.14.0"  # Revert to original stable version
thiserror = "2.0"

[dev-dependencies]
lazy_static = "1.5.0"
proptest = "1.6"
serial_test = "3.2.0"
solana-program-test = "=1.14.0"  # Revert to original stable version
solana-sdk = "=1.14.0"  # Revert to original stable version

[lib]
crate-type = ["cdylib", "lib"]

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