light-bounded-vec 1.1.0

Bounded and cyclic vector implementations
[package]
name = "light-bounded-vec"
version = "1.1.0"
description = "Bounded and cyclic vector implementations"
repository = "https://github.com/Lightprotocol/light-protocol"
license = "Apache-2.0"
edition = "2021"

[features]
solana = ["solana-program"]

[dependencies]
bytemuck = { version = "1.17", features = ["min_const_generics"] }
memoffset = "0.9"
solana-program = { workspace = true, optional = true }
thiserror = "1.0"

[dev-dependencies]
rand = "0.8"