# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "integrustio" version = "0.6.1" authors = ["Vadim Dyadkin "] exclude = ["testdata/*"] description = "pyFAI on rusty steroids: fast powder x-ray scattering integration and distortion correction" homepage = "https://soft.snbl.eu" documentation = "https://soft.snbl.eu" keywords = [ "crystallography", "powder", "integration", "x-rays", "synchrotron", ] license = "GPL-3.0+" repository = "https://git.3lp.cx/dyadkin/integrustio" resolver = "2" [[bench]] name = "benches" harness = false [dependencies.chrono] version = "0.4" [dependencies.cryiorust] version = "0.6" [dependencies.glm] version = "0.2" [dependencies.itertools] version = "0.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.criterion] version = "0.3"