# 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 = "minitpr" version = "0.2.1" exclude = [ "/tests", "/.vscode", ] description = "Library for Reading Gromacs TPR Files" readme = "README.md" keywords = [ "gromacs", "molecular-dynamics", "tpr", "simulations", ] categories = [ "command-line-utilities", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Ladme/minitpr" [dependencies.byteorder] version = "1.5.0" [dependencies.colored] version = "2.1.0" [dependencies.mendeleev] version = "0.8.0" features = [ "element_list", "symbol", "name", ] default-features = false [dependencies.num] version = "0.4.1" [dependencies.num-derive] version = "0.4.2" [dependencies.num-traits] version = "0.2.18" [dependencies.serde] version = "1.0.197" features = ["derive"] optional = true [dependencies.strum] version = "0.26.1" features = ["derive"] [dependencies.thiserror] version = "1.0.57" [dev-dependencies.float-cmp] version = "0.9.0" [dev-dependencies.serde_yaml] version = "0.9.32" [features] serde = [ "dep:serde", "mendeleev/serde", ]