[package]
name = "molconv"
version = "0.2.0"
authors = ["Daniel Bauer <bauer@cbs.tu-darmstadt.de>"]
license = "GPL-3.0"
repository = "https://github.com/danijoo/molconv"
description = "Convert between several molecular structure and trajectory file formats."
build = "build.rs"
[lib]
name = "molconv"
path = "src/molconv/lib.rs"
[[bin]]
name = "molconv"
path = "src/main.rs"
[dependencies]
clap = {version = "2.33", features = ["yaml"]}
failure = "0.1"
lazy-init = "0.3"
[dev-dependencies]
tempfile = "3.1.0"
[build-dependencies]
cc = { version = "1.0", features = ["parallel"] }