slimvec 0.3.6

Dynamic array with a smaller inline-size
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"
name = "slimvec"
version = "0.3.6"
authors = ["ickk <crates@ickk.io>"]
build = false
include = [
    "src/",
    "LICENSE-MIT",
    "LICENSE-ZLIB",
    "LICENSE-APACHE2",
    "README.md",
    "docs/Overview.md",
    "docs/Features.md",
    "docs/Architecture.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dynamic array with a smaller inline-size"
readme = "README.md"
keywords = [
    "thin",
    "vec",
    "thinvec",
]
categories = [
    "data-structures",
    "no-std",
]
license = "Zlib OR MIT OR Apache-2.0"
repository = "https://github.com/ickk/slimvec"
resolver = "2"

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

[features]
arbitrary = ["dep:arbitrary"]
default = ["std"]
serde = ["dep:serde_core"]
std = []

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

[dependencies.arbitrary]
version = "1.0"
optional = true

[dependencies.serde_core]
version = "1.0"
optional = true

[lints.rust]
unsafe_op_in_unsafe_fn = "deny"