# 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 = "gosh-dataset" version = "0.2.1" authors = ["Wenping Guo "] description = "short text for crates.io" homepage = "https://github.com/gosh-rs/gosh" keywords = [ "chemistry", "file", "trajectory", "dataset", ] license = "MIT OR Apache-2.0" repository = "https://github.com/gosh-rs/gosh" resolver = "1" [dependencies.anyhow] version = "1" [dependencies.arrow2] version = "0.17" features = [ "io_parquet_compression", "io_parquet", ] [dependencies.gut] version = "0.4" package = "gchemol-gut" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_arrow] version = "0.10" features = ["arrow2-0-17"] [dev-dependencies.gchemol] version = "0.1" [features] adhoc = []