deep_causality_data_structures 0.10.15

Data structures for for deep_causality crate.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.93.0"
name = "deep_causality_data_structures"
version = "0.10.15"
authors = ["Marvin Hansen <marvin.hansen@gmail.com>"]
build = false
exclude = [
    "*.bazel",
    "*/*.bazel",
    "*.bazel.*",
    "BUILD",
    "BUILD.bazel",
    "MODULE.bazel",
    ".bazelignore",
    ".bazelrc",
    "tests/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Data structures for for deep_causality crate."
documentation = "https://docs.rs/deep_causality"
readme = "README.md"
keywords = [
    "data-structures",
    "sliding-window",
    "grid-array",
]
categories = [
    "data-structures",
    "science",
]
license = "MIT"
repository = "https://github.com/deepcausality/deep_causality.rs"
resolver = "2"

[lib]
name = "deep_causality_data_structures"
path = "src/lib.rs"

[[example]]
name = "array_grid"
path = "examples/array_grid/array_grid.rs"

[[example]]
name = "window_type_array_storage"
path = "examples/window_type/array_storage.rs"

[[example]]
name = "window_type_vector_storage"
path = "examples/window_type/vector_storage.rs"

[[bench]]
name = "bench_data_structures"
path = "benches/bench_data_structures.rs"
harness = false

[dev-dependencies.criterion]
version = "0.8"

[lints.rust]
unsafe_code = "forbid"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(kani)"]