gchemol-gut 0.1.2

Selected utilities for Rust development
Documentation
[package]
name = "gchemol-gut"
version = "0.1.2"
edition = "2018"
authors = ["Wenping Guo <ybyygu@gmail.com>"]
description = "Selected utilities for Rust development"
homepage = "https://github.com/gchemol/gut"
repository = "https://github.com/gchemol/gut"
license = "MIT OR Apache-2.0"

[dependencies]
# core utils
serde = {version="1", features = ["derive"]}
anyhow = "1"                    # better than failure
itertools = "0.8"
# logging
log = "0.4"
pretty_env_logger = "0.4"
# configuration
toml = "0.5"
lazy_static = "1"
# command line
structopt = "0.3"
# parallel
rayon = "1"

[dev-dependencies]

[features]
adhoc = [] # for adhoc hacking