# 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 = "no_std_collections"
version = "0.1.5"
authors = ["Rubén Cantón <rubcc95@gmail.com>"]
description = "Auxiliary structures and traits for using dynamically resizable arrays (Vectors) in flexible environments, supporting both std and no_std contexts."
documentation = "https://docs.rs/no_std_collections"
license = "MIT"
repository = "https://github.com/rubcc95/no_std_collections"

[[bench]]
name = "vec_benchmark"
harness = false

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.rand]
version = "0.8"

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