tape-example 0.1.5

Your data, permanently recorded — uncensorable, uneditable, and here for good.
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 = "tape-example"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Your data, permanently recorded — uncensorable, uneditable, and here for good."
homepage = "https://tapedrive.io"
readme = "README.md"
keywords = [
    "solana",
    "crypto",
    "mining",
]
license = "Apache-2.0"
repository = "https://github.com/tapedrive-io/tape"

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

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

[dependencies.brine-tree]
version = "0.5.3"
features = ["solana"]

[dependencies.bytemuck_derive]
version = ">=1.8.1, <1.9.0"

[dependencies.half]
version = "=2.4.1"

[dependencies.mpl-token-metadata]
version = "5.1"

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

[dependencies.spl-associated-token-account]
version = "^6"
features = ["no-entrypoint"]

[dependencies.spl-token]
version = "^4"
features = ["no-entrypoint"]

[dependencies.steel]
version = "4.0.0"
features = ["spl"]

[dependencies.tape-api]
version = "0.1.5"

[dependencies.tape-program]
version = "0.1.5"

[dev-dependencies.bincode]
version = "1.3"

[dev-dependencies.litesvm]
version = "0.5.0"

[dev-dependencies.litesvm-token]
version = "0.5.0"

[dev-dependencies.pretty-hex]
version = "0.4.1"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.solana-compute-budget]
version = "2.1.16"

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