cryiorust 0.6.0

Crystallographic IO API to read different detector formats
Documentation
[package]
name = "cryiorust"
version = "0.6.0"
authors = ["Vadim Dyadkin <dyadkin@3lp.cx>"]
edition = "2018"
description = "Crystallographic IO API to read different detector formats"
documentation = "https://soft.snbl.eu"
homepage = "https://soft.snbl.eu"
repository = "https://git.3lp.cx/dyadkin/cryiorust"
license = "GPL-3.0+"
keywords = ["crystallography", "edf", "cbf", "mar", "esperanto"]
exclude = ["testdata/*"]

[dependencies]
chrono = "0.4"
md5 = "0.7"
base64 = "0.13"
byteorder = "1.4"
askama = "0.11"
reinterpret = "0.2"
hdf5 = "0.8"
ndarray = "0.15"
tiff = "0.7"
cryiorust_derive = "0.4"
hdf5-bitshuffle = "0.8"

[dev-dependencies]
criterion = "0.3"
tempfile = "3.1"
utilities = { path = "utilities" }

[[bench]]
name = "benches"
harness = false