# 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_generator_backend" version = "2.1.3" description = "A rust-written backend lib for edit and generation of lattice 3D-models compatible with CASTEP and Materials Studio." homepage = "https://github.com/TonyWu20/castep-model-generator-backend" readme = "README.md" keywords = [ "chemistry", "CASTEP", "computational_chem", "linear_algebra", "model_generator", ] license = "MIT" repository = "https://github.com/TonyWu20/castep-model-generator-backend" [dependencies.castep-model-core] version = "0.2.*" [dependencies.nalgebra] version = "0.*" features = [ "debug", "compare", "rand", "macros", "alloc", "arbitrary", ] [dependencies.serde] version = "1.*" features = ["derive"] [dependencies.serde_yaml] version = "0.9.*"