smallvec 2.0.0-alpha.13

'Small vector' optimization: store up to a small number of items on the stack
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 = "2024"
rust-version = "1.86"
name = "smallvec"
version = "2.0.0-alpha.13"
authors = ["The Servo Project Developers"]
build = false
exclude = [
    ".gitignore",
    "tests/",
    "fuzz/",
    "benches/",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "'Small vector' optimization: store up to a small number of items on the stack"
readme = "README.md"
keywords = [
    "small",
    "vec",
    "vector",
    "stack",
    "no_std",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/rust-smallvec"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
internals = []
may_dangle = []
serde = ["dep:serde_core"]
specialization = []
std = []

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

[dependencies.arbitrary]
version = "1.4"
optional = true
default-features = false

[dependencies.borsh]
version = "1.8"
features = [
    "derive",
    "unstable__schema",
]
optional = true
default-features = false

[dependencies.bytes]
version = "1.12"
optional = true
default-features = false

[dependencies.defmt]
version = "1.1"
optional = true
default-features = false

[dependencies.encase]
version = "0.12"
optional = true
default-features = false

[dependencies.malloc_size_of]
version = "0.1"
optional = true
default-features = false

[dependencies.rayon]
version = "1.12"
optional = true
default-features = false

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

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

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

[profile.bench]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
strip = true