[dependencies.metatensor-sys]
version = "0.1.10"
[dependencies.ndarray]
version = "0.16"
[dependencies.once_cell]
version = "1"
[dependencies.rayon]
optional = true
version = "1"
[dependencies.smallvec]
features = ["union"]
version = "1"
[features]
default = []
static = ["metatensor-sys/static"]
[lib]
bench = false
name = "metatensor"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = 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.0"
[[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"