[package] name = "rust-xyz-chem" version = "0.0.2" edition = "2021" license = "MIT OR Apache-2.0" description = "A small crate for reading and writing chemical `.xyz` files." repository = "https://github.com/hassomepicklejuice/rust-xyz-chem" readme = "README.md" keywords = ["chemistry", "chem", "xyz", "molecule", "atom"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0"