[dependencies.borsh]
features = ["derive", "unstable__schema"]
version = "1.5.1"
[dependencies.borsh0-10]
package = "borsh"
version = "0.10.3"
[lib]
name = "solana_borsh"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(target_os, values("solana"))', 'cfg(feature, values("frozen-abi", "no-entrypoint"))']
level = "warn"
priority = 0
[package]
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Solana Borsh utilities"
documentation = "https://docs.rs/solana-borsh"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "solana-borsh"
readme = false
repository = "https://github.com/anza-xyz/agave"
version = "2.1.2"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]