solana-short-vec 3.2.2

Solana compact serde-encoding of vectors with small length.
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 = "solana-short-vec"
version = "3.2.2"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solana compact serde-encoding of vectors with small length."
homepage = "https://anza.xyz/"
documentation = "https://docs.rs/solana-short-vec"
readme = false
license = "Apache-2.0"
repository = "https://github.com/anza-xyz/solana-sdk"

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

[features]
default = ["serde"]
frozen-abi = [
    "dep:solana-frozen-abi",
    "dep:solana-frozen-abi-macro",
]
serde = ["dep:serde_core"]
wincode = ["dep:wincode"]

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

[[bench]]
name = "short_u16"
path = "benches/short_u16.rs"
harness = false
required-features = ["wincode"]

[dependencies.serde_core]
version = "1.0.226"
optional = true
default-features = false

[dependencies.solana-frozen-abi]
version = "3.5.0"
features = ["frozen-abi"]
optional = true

[dependencies.solana-frozen-abi-macro]
version = "3.5.0"
features = ["frozen-abi"]
optional = true

[dependencies.wincode]
version = "0.5.0"
features = ["derive"]
optional = true
default-features = false

[dev-dependencies.assert_matches]
version = "1.5.0"

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

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.proptest]
version = "1.9"

[dev-dependencies.serde]
version = "1.0.226"
default-features = false

[dev-dependencies.serde_derive]
version = "1.0.226"

[dev-dependencies.serde_json]
version = "1.0.139"

[dev-dependencies.wincode]
version = "0.5.0"
features = [
    "derive",
    "alloc",
    "derive",
]
default-features = false

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    'cfg(target_os, values("solana"))',
    'cfg(feature, values("frozen-abi", "no-entrypoint"))',
]