# 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 = "2021" rust-version = "1.65" name = "dcl_data_structures" version = "0.4.7" authors = ["Marvin Hansen "] 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" [[bench]] name = "bench_main" harness = false [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.rand] version = "0.8" features = ["small_rng"]