metatensor-sys 0.2.1

Bindings to the metatensor C library
# 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 = "2021"
rust-version = "1.74"
name = "metatensor-sys"
version = "0.2.1"
build = "build.rs"
include = [
    "build.rs",
    "src/",
    "metatensor-core-cxx-*.tar.gz",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings to the metatensor C library"
homepage = "https://docs.metatensor.org/latest/"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/metatensor/metatensor"

[features]
default = []
static = []

[lib]
name = "metatensor_sys"
path = "src/lib.rs"
bench = false

[dependencies.dlpk]
version = "0.3.0"

[build-dependencies.cmake]
version = "0.1"

[build-dependencies.which]
version = "8"