light-zero-copy 0.7.0

Zero copy vector and utils for Solana programs.
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 = "light-zero-copy"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero copy vector and utils for Solana programs."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Lightprotocol/light-protocol"

[features]
alloc = []
default = []
derive = ["light-zero-copy-derive"]
mut = ["light-zero-copy-derive/mut"]
pinocchio = ["dep:pinocchio"]
solana = ["solana-program-error"]
std = ["alloc"]

[lib]
name = "light_zero_copy"
path = "src/lib.rs"

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

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

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

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

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

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

[dependencies.light-zero-copy-derive]
version = "0.7.0"
optional = true

[dependencies.pinocchio]
version = "0.9"
optional = true

[dependencies.solana-program-error]
version = "3.0"
optional = true

[dependencies.zerocopy]
version = "0.8.25"

[dev-dependencies.borsh]
version = "1.5"
features = ["derive"]
default-features = false

[dev-dependencies.light-zero-copy-derive]
version = "0.7.0"

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

[dev-dependencies.trybuild]
version = "1.0"

[dev-dependencies.zerocopy]
version = "0.8.25"
features = ["derive"]