cryiorust 0.2.0

Crystallographic IO API to read different detector formats
Documentation
[package]
name = "cryiorust"
version = "0.2.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://hg.3lp.cx/cryiorust"
license = "GPL-3.0+"
keywords = ["crystallography", "edf", "cbf", "mar", "bruker"]
exclude = ["testdata/*"]

[dependencies]
chrono = "0.4.9"
md5 = "0.7.0"
base64 = "0.11.0"
byteorder = "1.3.2"
askama = "0.8.0"

[dev-dependencies]
criterion = "0.3.0"

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