stackvector 1.2.0

StackVec: vector-like facade for stack-allocated arrays.
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"
rust-version = "1.56.0"
name = "stackvector"
version = "1.2.0"
authors = ["Alex Huszagh <ahuszagh@ahuszagh.localdomain>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "StackVec: vector-like facade for stack-allocated arrays."
documentation = "https://docs.rs/stackvector"
readme = "README.md"
keywords = [
    "vec",
    "vector",
    "stack",
    "no_std",
]
categories = ["data-structures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Alexhuszagh/rust-stackvector"

[badges.travis-ci]
repository = "Alexhuszagh/rust-stackvector"

[features]
default = ["std"]
std = []

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