[package] name = "chemrust-parser" edition.workspace = true version.workspace = true authors.workspace = true description.workspace = true license.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] castep-periodic-table = "0.2.2" chemrust-core = "0.2" nalgebra = "0.32" nom = "7.1.3"