[package]
edition = "2024"
name = "cryspglib"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pure-Rust port of spglib — not a replacement, but a dependency-free alternative for Rust projects that need crystallographic symmetry routines without bundling a C toolchain."
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/spglib/spglib"
[lib]
name = "cryspglib"
path = "src/lib.rs"
[dependencies.thiserror]
version = "2"