mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-03 20:54:07 +01:00
27 lines
941 B
TOML
27 lines
941 B
TOML
[package]
|
|
name = "trexio"
|
|
version = "2.5.0"
|
|
edition = "2021"
|
|
license = "BSD-3-Clause"
|
|
authors = ["Anthony Scemama <scemama@irsamc.ups-tlse.fr>", "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."
|
|
repository = "https://github.com/trex-coe/trexio"
|
|
keywords = ["quantum", "chemistry"]
|
|
readme = "README.md"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.65.1"
|
|
serde_json = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
reqwest = { version = "0.11", features = ["blocking", "rustls-tls"] }
|
|
tar = "0.4"
|
|
flate2 = "1.0"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
hdf5 = "0.8.1"
|