integrustio 0.1.0

pyFAI on rusty steroids: fast powder x-ray scattering integration and distortion correction
Documentation
[package]
name = "integrustio"
version = "0.1.0"
authors = ["Vadim Dyadkin <dyadkin@3lp.cx>"]
edition = "2018"
description = "pyFAI on rusty steroids: fast powder x-ray scattering integration and distortion correction"
documentation = "https://soft.snbl.eu"
homepage = "https://soft.snbl.eu"
repository = "https://hg.3lp.cx/integrustio"
license = "GPL-3.0+"
keywords = ["crystallography", "powder", "integration", "x-rays", "synchrotron"]
exclude = ["testdata/*"]

[dependencies]
serde_json = "1.0.41"
serde = { version = "1.0.102", features = ["derive"] }
glm = "0.2.3"
itertools = "0.8.1"
cryiorust = "0.2.1"

[dev-dependencies]
criterion = "0.3"

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