[package] name = "crystallographic-group" version = "0.2.0" authors = ["Tony Wu "] edition = "2021" description = "Provide crystallographic group reference and useful information, e.g. lattice coordinates and symmetry operation matrices." repository = "https://github.com/TonyWu20/crystallographic-group" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nalgebra = "0.33.0" winnow = "0.6.13" fraction = "0.15.3" [dev-dependencies] indicatif = "0.17"