compactvec 0.1.0

Vec<u32> that auto-selects 1/2/3/4-byte storage per element, upgrading in place when values grow
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 = "compactvec"
version = "0.1.0"
authors = ["shitohana <kyudytskiy@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vec<u32> that auto-selects 1/2/3/4-byte storage per element, upgrading in place when values grow"
readme = "README.md"
keywords = [
    "vec",
    "compact",
    "memory",
    "integer",
    "collection",
]
categories = [
    "data-structures",
    "memory-management",
]
license = "MIT"
repository = "https://github.com/shitohana/compact_vec"

[features]
serde = ["dep:serde"]

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

[dependencies.serde]
version = "1.0.228"
optional = true

[dev-dependencies.rmp-serde]
version = "1.3.1"