[build-dependencies.bindgen]
version = "0.65.1"
[build-dependencies.pkg-config]
version = "0.3.31"
[build-dependencies.serde]
features = ["derive"]
version = "1.0"
[build-dependencies.serde_json]
version = "1.0"
[dependencies]
[lib]
doctest = false
name = "trexio"
path = "src/lib.rs"
[package]
authors = ["Anthony Scemama <scemama@irsamc.ups-tlse.fr>", "Evgeny Posenitskiy"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
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."
edition = "2021"
keywords = ["quantum", "chemistry"]
license = "BSD-3-Clause"
links = "trexio"
name = "trexio"
readme = "README.md"
repository = "https://github.com/trex-coe/trexio"
version = "2.5.0"
[[test]]
name = "read_write"
path = "tests/read_write.rs"