# 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" name = "metatensor-sys" version = "0.1.10" build = "build.rs" include = [ "build.rs", "src/", "metatensor-core-cxx-*.tar.gz", ] 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/lab-cosmo/metatensor" [lib] name = "metatensor_sys" path = "src/lib.rs" bench = false [build-dependencies.cc] version = "=1.0.105" [build-dependencies.cmake] version = "0.1.49" [build-dependencies.home] version = "=0.5.5" [build-dependencies.which] version = "5" [features] default = [] static = []