Files
xdrfile/Cargo.toml
2020-11-16 13:59:13 +01:00

30 lines
717 B
TOML

[package]
name = "xdrfile"
version = "0.3.0"
authors = ["Daniel Bauer <bauer@cbs.tu-darmstadt.de>"]
license = "LGPL-3.0-only"
edition = "2018"
description = "Wrapper around the gromacs libxdrfile library. Can be used to read and write gromacs trajectories in xtc and trr format."
readme = "README.md"
categories = ["external-ffi-bindings", "encoding", "science"]
keywords = ["bioinformatics", "molecular-dynamics", "GROMACS", "trajectory"]
build = "build.rs"
[dependencies]
lazy-init = "0.3"
[dev-dependencies]
tempfile = "3.1.0"
assert_approx_eq = "1.1.0"
criterion = "0.3"
[build-dependencies]
cc = { version = "1.0", features = ["parallel" ]}
[lib]
bench = false
[[bench]]
name = "benchmarks"
harness = false