[badges.coveralls]
repository = "ibabushkin/arenavec"
[badges.travis-ci]
repository = "ibabushkin/arenavec"
[dependencies.serde]
optional = true
version = "1.0.80"
[dev-dependencies.proptest]
version = "0.9.3"
[package]
authors = ["Inokentiy Babushkin <twk@twki.de>"]
categories = ["algorithms", "data-structures", "memory-management"]
description = "An arena backed implementation of vectors and related types."
edition = "2018"
homepage = "https://github.com/ibabushkin/arenavec"
keywords = ["arena", "data-structures", "vec", "allocation"]
license = "MIT"
name = "arenavec"
readme = "README.md"
repository = "https://github.com/ibabushkin/arenavec"
version = "0.1.1"
[target."cfg(unix)".dependencies.libc]
version = "0.2.44"
[target."cfg(windows)".dependencies.winapi]
features = ["basetsd", "memoryapi", "minwindef", "sysinfoapi", "winnt"]
version = "0.3.7"