rustsim-spaces 0.0.1

Space implementations (grid, continuous, graph, hybrid) for rustsim
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 = "2021"
rust-version = "1.94.0"
name = "rustsim-spaces"
version = "0.0.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Space implementations (grid, continuous, graph, hybrid) for rustsim"
readme = false
keywords = [
    "abm",
    "space",
    "grid",
    "graph",
    "simulation",
]
categories = [
    "science",
    "simulation",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/rustsim/rustsim"

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

[[test]]
name = "continuous3d_tests"
path = "tests/continuous3d_tests.rs"

[[test]]
name = "continuous_tests"
path = "tests/continuous_tests.rs"

[[test]]
name = "error_path_tests"
path = "tests/error_path_tests.rs"

[[test]]
name = "graph_tests"
path = "tests/graph_tests.rs"

[[test]]
name = "grid_neighbor_tests"
path = "tests/grid_neighbor_tests.rs"

[[test]]
name = "grid_tests"
path = "tests/grid_tests.rs"

[[test]]
name = "hybrid_tests"
path = "tests/hybrid_tests.rs"

[[test]]
name = "invariant_tests"
path = "tests/invariant_tests.rs"

[[test]]
name = "soak_scale_tests"
path = "tests/soak_scale_tests.rs"

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

[dependencies.rand]
version = "0.8"

[dependencies.rustsim-core]
version = "0.0.1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]