# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "xdrfile" version = "0.3.0" authors = ["Daniel Bauer "] build = "build.rs" description = "Wrapper around the gromacs libxdrfile library. Can be used to read and write gromacs trajectories in xtc and trr format." readme = "README.md" keywords = ["bioinformatics", "molecular-dynamics", "GROMACS", "trajectory"] categories = ["external-ffi-bindings", "encoding", "science"] license = "LGPL-3.0-only" [lib] bench = false [[bench]] name = "benchmarks" harness = false [dependencies.lazy-init] version = "0.3" [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.tempfile] version = "3.1.0" [build-dependencies.cc] version = "1.0" features = ["parallel"]