apl-token 0.6.6

APL Token Program
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 = "apl-token"
version = "0.6.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "APL Token Program"
readme = false
license = "MIT"

[features]
no-entrypoint = []

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

[dependencies.arch_program]
version = "0.6.6"
features = ["default"]

[dependencies.arrayref]
version = "0.3.9"

[dependencies.bitcoin]
version = "=0.32.5"
features = ["serde"]

[dependencies.bitcoin-io]
version = "=0.1.2"

[dependencies.borsh]
version = "1.4.0"
features = [
    "derive",
    "rc",
]

[dependencies.bytemuck]
version = "1.14"
features = ["derive"]

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

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

[dependencies.num_enum]
version = "0.7.3"

[dependencies.thiserror]
version = "1.0"

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