sgrust 0.8.6

A sparse grid library written in Rust.
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"
name = "sgrust"
version = "0.8.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A sparse grid library written in Rust."
readme = "README.md"
keywords = [
    "sparsegrid",
    "interpolation",
]
license = "MIT"
repository = "https://github.com/mattrjackson/sgrust"

[features]
default = ["rkyv"]
rayon = ["dep:rayon"]
rkyv = ["dep:rkyv"]

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

[[bench]]
name = "combination_grid"
path = "benches/combination_grid.rs"

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

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

[dependencies.bitcode]
version = "0.6"
features = ["serde"]

[dependencies.bitfield-struct]
version = "0.11.0"

[dependencies.lz4_flex]
version = "0.11.5"

[dependencies.ndarray]
version = "0.17.1"

[dependencies.nohash-hasher]
version = "0.2.0"

[dependencies.rayon]
version = "1.10.0"
optional = true

[dependencies.rkyv]
version = "0.8"
features = ["std"]
optional = true

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

[dependencies.rustfft]
version = "6.4.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_with]
version = "3.14.0"
features = ["macros"]

[dependencies.wide]
version = "1.1.1"

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

[dev-dependencies.libm]
version = "0.2.15"

[profile.release]
opt-level = 3
debug = 2

[profile.test]
opt-level = 3