# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "gorder" version = "0.2.0" build = false exclude = [ "/tests", "/validation", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Calculating lipid order parameters from Gromacs simulations" readme = "README.md" keywords = [ "gromacs", "molecular-dynamics", "order", "nmr", "lipids", ] categories = [ "command-line-utilities", "science", ] license = "MIT" repository = "https://github.com/Ladme/gorder" [lib] name = "gorder" path = "src/lib.rs" [[bin]] name = "gorder" path = "src/main.rs" [dependencies.backitup] version = "0.1.1" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.colog] version = "1.3.0" [dependencies.colored] version = "2.1" [dependencies.derive_builder] version = "0.20.2" [dependencies.getset] version = "0.1.3" [dependencies.groan_rs] version = "0.9.0" features = ["parallel"] [dependencies.hashbrown] version = "0.15.2" [dependencies.indexmap] version = "2.7.0" features = ["serde"] [dependencies.log] version = "0.4.22" [dependencies.once_cell] version = "1.20.2" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.thiserror] version = "2.0.3" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.tempfile] version = "3.14.0"