# 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 = "edip" version = "0.1.1" authors = ["Wenping Guo "] description = "Environment-dependent interatomic potential (EDIP) for Silicon" homepage = "https://github.com/ybyygu/edip" license = "GPL-3.0" [[bench]] name = "silicon" harness = false [dependencies.gut] version = "0.3" package = "gchemol-gut" [dependencies.vecfx] version = "0.1" features = ["nalgebra"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.gchemol] version = "0.0.42" features = ["adhoc"] [features] adhoc = []