[[bench]]
harness = false
name = "bench_main"
path = "benches/bench_main.rs"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[dev-dependencies.rand]
features = ["small_rng"]
version = "0.8"
[[example]]
name = "array_grid"
path = "examples/array_grid.rs"
[[example]]
name = "sliding_window"
path = "examples/sliding_window.rs"
[features]
default = []
unsafe = []
[lib]
name = "dcl_data_structures"
path = "src/lib.rs"
[package]
authors = ["Marvin Hansen <marvin.hansen@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures", "science"]
description = "Data structures for for deep_causality crate."
documentation = "https://docs.rs/deep_causality"
edition = "2021"
keywords = ["data-structures", "sliding-window", "grid-array"]
license = "MIT"
name = "dcl_data_structures"
readme = "README.md"
repository = "https://github.com/deepcausality/deep_causality.rs"
rust-version = "1.65"
version = "0.5.0"
[[test]]
name = "mod"
path = "tests/mod.rs"