[[bench]]
harness = false
name = "bench"
[dependencies.serde]
default-features = false
optional = true
version = "^1.0"
[dev-dependencies.criterion]
version = "^0.3.3"
[dev-dependencies.lazy_static]
version = "^1.4.0"
[dev-dependencies.serde_json]
version = "^1.0"
[package]
authors = ["mov-rax-rbx"]
categories = ["data-structures", "algorithms", "no-std"]
description = "LinkedList on Vec"
edition = "2018"
homepage = "https://github.com/mov-rax-rbx/TsilCev"
keywords = ["allocator", "no_std", "linked_list", "linear_memory"]
license = "MIT"
name = "tsil_cev"
readme = "README.md"
repository = "https://github.com/mov-rax-rbx/TsilCev.git"
version = "1.1.0"
[[test]]
name = "tests"
path = "tests/tests.rs"