# 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 = "extxyz" version = "0.2.0" authors = ["Wenping Guo "] exclude = [ "bin/*", "docs/*", "ltxpng/*", "data/*", ] description = "A parser for files in the extended xyz format" homepage = "https://github.com/gchemol/extxyz" readme = "README.md" keywords = [ "chemistry", "file", "trajectory", ] license = "MIT OR Apache-2.0" repository = "https://github.com/gchemol/extxyz" resolver = "1" [dependencies.anyhow] version = "1.0.79" [dependencies.grep-reader] version = "0.1.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.winnow] version = "0.5.39" [dev-dependencies.gchemol-gut] version = "0.4.4" [dev-dependencies.gchemol-parser] version = "0.4.5" [features] adhoc = []