Files
arrayvec/Cargo.toml
T
2016-01-13 13:10:36 +01:00

19 lines
492 B
TOML

[package]
name = "arrayvec"
version = "0.3.13"
authors = ["bluss"]
license = "MIT/Apache-2.0"
description = "A vector with a fixed capacity, it can be stored on the stack too. Implements fixed capacity ArrayVec and ArrayString."
documentation = "http://bluss.github.io/arrayvec"
repository = "https://github.com/bluss/arrayvec"
keywords = ["stack", "vector", "array", "string", "data-structure"]
[dependencies.odds]
version = "0.2"
[dependencies.nodrop]
version = "0.1.4"
path = "nodrop"