# 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 = "castep-model-core" version = "0.2.9" description = "The core module to parse, read, edit, and write 3D lattice models for castep and compatible with Materials Studio." homepage = "https://github.com/TonyWu20/castep-model-core" readme = "README.md" keywords = [ "chemistry", "CASTEP", "computational_chem", "linear_algebra", "model_generator", ] license = "MIT" repository = "https://github.com/TonyWu20/castep-model-core" [dependencies.castep-periodic-table] version = "0.2.*" [dependencies.glob] version = "0" [dependencies.nalgebra] version = "0.*" features = [ "debug", "compare", "rand", "macros", "alloc", "arbitrary", ] [dependencies.nom] version = "7" [dependencies.rayon] version = "1.*"