geddes 0.2.0

A Rust library for parsing XRD pattern files
Documentation
# 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 = "geddes"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for parsing XRD pattern files"
readme = "README.md"
keywords = [
    "python",
    "rust",
    "parser",
    "reader",
    "xrd",
]
categories = [
    "science",
    "parsing",
]
license = "MIT"
repository = "https://github.com/jcwang587/geddes"

[features]
default = []
python = ["pyo3"]

[lib]
name = "geddes"
crate-type = [
    "rlib",
    "cdylib",
]
path = "src/lib.rs"

[[test]]
name = "loader_tests"
path = "tests/loader_tests.rs"

[dependencies.pyo3]
version = "0.27"
features = ["extension-module"]
optional = true

[dependencies.quick-xml]
version = "0.39.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.zip]
version = "7.2.0"
features = ["deflate"]
default-features = false