# 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 = "chemrust-nasl" version = "0.2.0" authors = ["TonyWu20"] description = "New Adsorption Site Locator (NASL) for catalyst materials. Written in rust. Part of the `chemrust` toolchain." homepage = "https://github.com/TonyWu20/chemrust-nasl" readme = "README.md" keywords = [ "chemistry", "chemistry_research", "catalysis_research", "geometry", ] license = "MIT" repository = "https://github.com/TonyWu20/chemrust-nasl" [dependencies.castep-periodic-table] version = "0.5.1" [dependencies.chemrust-core] version = "0.3.5" [dependencies.kiddo] version = "4.2" [dependencies.nalgebra] version = "0.33" [dependencies.rayon] version = "1.10" [dev-dependencies.castep-cell-io] version = "0.2.7"