[[bench]]
harness = false
name = "array"
path = "benches/array.rs"
[[bench]]
harness = false
name = "queue"
path = "benches/queue.rs"
[[bench]]
harness = false
name = "stack"
path = "benches/stack.rs"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5.1"
[lib]
name = "eta_algorithms"
path = "src/lib.rs"
[package]
authors = ["erik9631@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Low overhead data structures focused on performance"
edition = "2021"
license-file = "license.txt"
name = "eta-algorithms"
readme = "README.MD"
repository = "https://github.com/erik9631/eta-algorithms"
version = "1.7.2"
[profile.test]
debug = 2