[[bench]]
harness = false
name = "labels"
path = "benches/labels.rs"
[dependencies.criterion]
default-features = false
optional = true
version = "0.7.0"
[dependencies.metatensor-sys]
version = "0.1.18"
[dependencies.ndarray]
version = "0.16"
[dependencies.once_cell]
version = "1"
[dependencies.rayon]
optional = true
version = "1"
[dependencies.rayon-core]
optional = true
version = "=1.12"
[dependencies.smallvec]
features = ["union"]
version = "1"
[dev-dependencies.tempfile]
version = "3"
[features]
bench = ["dep:criterion"]
default = []
static = ["metatensor-sys/static"]
[lib]
bench = false
name = "metatensor"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Self-describing sparse tensor data format for atomistic machine learning and beyond"
edition = "2021"
homepage = "https://docs.metatensor.org/latest/"
license = "BSD-3-Clause"
name = "metatensor"
readme = "README.md"
repository = "https://github.com/metatensor/metatensor"
rust-version = "1.74"
version = "0.2.3"
[[test]]
name = "components-to-properties"
path = "tests/components-to-properties.rs"
[[test]]
name = "keys-to-properties"
path = "tests/keys-to-properties.rs"
[[test]]
name = "keys-to-samples"
path = "tests/keys-to-samples.rs"
[[test]]
name = "serialization"
path = "tests/serialization.rs"