[package] name = "integrustio" version = "0.6.1" authors = ["Vadim Dyadkin "] edition = "2021" 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://git.3lp.cx/dyadkin/integrustio" license = "GPL-3.0+" keywords = ["crystallography", "powder", "integration", "x-rays", "synchrotron"] exclude = ["testdata/*"] [dependencies] serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } glm = "0.2" itertools = "0.10" chrono = "0.4" cryiorust = "0.6" [dev-dependencies] criterion = "0.3" [[bench]] name = "benches" harness = false