clone-spl-type-length-value 0.7.0

Solana Program Library Type-Length-Value Management
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 = "clone-spl-type-length-value"
version = "0.7.0"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
exclude = ["js/**"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solana Program Library Type-Length-Value Management"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/clone-solana-program/libraries"

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

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

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

[dependencies.clone-solana-account-info]
version = "2.2.1"

[dependencies.clone-solana-decode-error]
version = "2.2.1"

[dependencies.clone-solana-msg]
version = "2.2.1"

[dependencies.clone-solana-program-error]
version = "2.2.1"

[dependencies.clone-spl-discriminator]
version = "0.4.0"

[dependencies.clone-spl-pod]
version = "0.5.0"

[dependencies.clone-spl-type-length-value-derive]
version = "0.1"
optional = true

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

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

[dependencies.thiserror]
version = "2.0"

[features]
derive = [
    "dep:clone-spl-type-length-value-derive",
    "clone-solana-program-error/borsh",
]