16 lines
380 B
TOML
16 lines
380 B
TOML
[package]
|
|
name = "arrayvec"
|
|
version = "0.3.4"
|
|
authors = ["bluss"]
|
|
license = "MIT/Apache-2.0"
|
|
|
|
description = "A vector with a fixed capacity, it can be stored on the stack too."
|
|
documentation = "http://bluss.github.io/arrayvec"
|
|
repository = "https://github.com/bluss/arrayvec"
|
|
|
|
keywords = ["stack", "vector", "array", "container", "data-structure"]
|
|
|
|
[dependencies]
|
|
|
|
nodrop = "0.1"
|