default-vec2 0.1.6

A simple `Vec`-like data structure with default elements and a bitset built using it
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 = "default-vec2"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple `Vec`-like data structure with default elements and a bitset built using it"
readme = "README.md"
keywords = [
    "data-structures",
    "bitset",
]
license = "MIT"

[features]
serde-1 = ["serde"]

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

[dependencies.serde]
version = "1.0.216"
features = ["derive"]
optional = true