gorb-token 1.0.1

Gorbchain Token Library
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 = "gorb-token"
version = "1.0.1"
authors = ["Gorblin <goranon10@gmail.com>"]
build = false
exclude = ["js/**"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Gorbchain Token Library"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/gorblin-gabana/Token"

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

[features]
no-entrypoint = []
test-sbf = []

[lib]
name = "gorb_token"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

[[test]]
name = "action"
path = "tests/action.rs"

[[test]]
name = "assert_instruction_count"
path = "tests/assert_instruction_count.rs"

[[test]]
name = "close_account"
path = "tests/close_account.rs"

[dependencies.arrayref]
version = "0.3.9"

[dependencies.bytemuck]
version = "1.20.0"

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

[dependencies.num-traits]
version = "0.2"

[dependencies.num_enum]
version = "0.5.11"

[dependencies.solana-program]
version = "=1.14.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.lazy_static]
version = "1.5.0"

[dev-dependencies.proptest]
version = "1.6"

[dev-dependencies.serial_test]
version = "3.2.0"

[dev-dependencies.solana-program-test]
version = "=1.14.0"

[dev-dependencies.solana-sdk]
version = "=1.14.0"