# [[file:dimer.note::17ae940c][17ae940c]] [package] name = "gosh-dimer" version = "0.2.0" edition = "2021" authors = ["Wenping Guo "] description = "DIMER algorithm for finding transition states in chemical reactions" license = "MIT OR Apache-2.0" [dependencies] vecfx = {version="0.1", features=["nalgebra"]} gut = {version="0.3.0", package="gchemol-gut"} serde = {version="1", features = ["derive"]} serde_json = "1" envy = "0.4" [dev-dependencies] # gosh = {version="0.1"} [features] # for adhoc hacking adhoc = [] # workspace independent # [workspace] # 17ae940c ends here