hoomd-spatial 1.0.0

Infrastructure for efficient computation of neighbors using spatial data structures.
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.91"
name = "hoomd-spatial"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Infrastructure for efficient computation of neighbors using spatial data structures."
homepage = "https://glotzerlab.engin.umich.edu"
documentation = "https://hoomd-rs.readthedocs.io"
readme = "README.md"
keywords = [
    "molecular-dynamics",
    "monte-carlo",
    "simulation",
]
categories = ["science"]
license = "BSD-3-Clause"
repository = "https://github.com/glotzerlab/hoomd-rs"

[package.metadata.docs.rs]
rustdoc-args = [
    "--html-in-header",
    "katex.html",
]

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

[dependencies.hoomd-utility]
version = "1.0.0"

[dependencies.hoomd-vector]
version = "1.0.0"

[dependencies.log]
version = "0.4.28"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_with]
version = "3.16.1"

[dev-dependencies.assert2]
version = "=0.4.0"

[dev-dependencies.rand]
version = "0.10.0"
features = [
    "std",
    "std_rng",
]
default-features = false

[dev-dependencies.rstest]
version = "=0.26.1"

[lints.clippy]
allow_attributes_without_reason = "warn"
cast_precision_loss = "allow"
exhaustive_enums = "warn"
fallible_impl_from = "warn"
float_cmp = "allow"
impl_trait_in_params = "warn"
inline_always = "allow"
missing_docs_in_private_items = "warn"
missing_inline_in_public_items = "warn"
multiple_crate_versions = "allow"
needless_collect = "warn"
needless_pass_by_ref_mut = "warn"
panic = "warn"
partial_pub_fields = "warn"
print_stderr = "warn"
print_stdout = "warn"
redundant_type_annotations = "warn"
renamed_function_params = "warn"
same_name_method = "warn"
similar_names = "allow"
todo = "warn"
unwrap_used = "warn"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"