gosh-dataset 0.2.1

short text for crates.io
Documentation
# [[file:parquet.note::e345323a][e345323a]]
[package]
name = "gosh-dataset"
version = "0.2.1"
edition = "2021"
authors = ["Wenping Guo <ybyygu@gmail.com>"]
description = "short text for crates.io"
keywords = ["chemistry", "file", "trajectory", "dataset"]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/gosh-rs/gosh"
repository = "https://github.com/gosh-rs/gosh"

[dependencies]
gut = { version = "0.4", package = "gchemol-gut" }
arrow2 = { version = "0.17", features = ["io_parquet_compression", "io_parquet"] }
serde = { version = "1.0", features = ["derive"] }
anyhow = "1"
serde_arrow = { version = "0.10", features = ["arrow2-0-17"] }

[dev-dependencies]
gchemol = "0.1"

[features]
# for adhoc hacking
adhoc = []
# e345323a ends here