physics_in_parallel 3.0.1

High-performance infrastructure for numerical simulations in physics
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.85"
name = "physics_in_parallel"
version = "3.0.1"
build = false
exclude = [
    "target/",
    ".git/",
    ".idea/",
    ".vscode/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance infrastructure for numerical simulations in physics"
homepage = "https://github.com/dingyisun0101/Physics-in-Parallel"
documentation = "https://docs.rs/physics_in_parallel"
readme = "README.md"
keywords = [
    "physics",
    "simulation",
    "math",
    "tensor",
    "scientific",
]
categories = ["science"]
license = "MIT"
repository = "https://github.com/dingyisun0101/Physics-in-Parallel"

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

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

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

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

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

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

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

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

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

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

[dependencies.ahash]
version = "0.8"

[dependencies.ndarray]
version = "0.17"

[dependencies.num-complex]
version = "0.4"
features = ["serde"]

[dependencies.num-traits]
version = "0.2"

[dependencies.rand]
version = "0.10.1"

[dependencies.rand_chacha]
version = "0.10"

[dependencies.rand_distr]
version = "0.6"

[dependencies.rand_pcg]
version = "0.10.2"

[dependencies.rayon]
version = "1.12"

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

[dependencies.serde_json]
version = "1.0"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1