# 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 = "trexio" version = "2.4.2" authors = [ "Anthony Scemama ", "Evgeny Posenitskiy", ] description = "TREXIO is an open-source file format and library developed for the storage and manipulation of data produced by quantum chemistry calculations. It is designed with the goal of providing a reliable and efficient method of storing and exchanging wave function parameters and matrix elements." readme = "README.md" keywords = [ "quantum", "chemistry", ] license = "BSD-3-Clause" repository = "https://github.com/trex-coe/trexio" [lib] doctest = false [dependencies.hdf5] version = "0.8.1" [build-dependencies.bindgen] version = "0.65.1" [build-dependencies.flate2] version = "1.0" [build-dependencies.reqwest] version = "0.11" features = [ "blocking", "rustls-tls", ] [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1.0" [build-dependencies.tar] version = "0.4"