fastvec 1.1.0

A high-performance vector crate tuned for small data sizes.
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.88.0"
name = "fastvec"
version = "1.1.0"
build = false
exclude = [
    "benchmark",
    ".github",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance vector crate tuned for small data sizes."
documentation = "https://docs.rs/fastvec"
readme = "README.md"
keywords = [
    "small",
    "vec",
    "stack",
    "no_std",
    "fastvec",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Mysvac/fastvec-rs"

[package.metadata.docs.rs]
rustdoc-args = [
    "-Zunstable-options",
    "--generate-link-to-definition",
]
all-features = true

[features]
nightly = []
serde = ["dep:serde_core"]
std = []

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

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