[package] name = "haddock-restraints" version = "0.7.0" edition = "2021" description = "Generate restraints to be used in HADDOCK" license = "MIT" repository = "https://github.com/haddocking/haddock-restraints" authors = ["Rodrigo V. Honorato "] keywords = [ "haddock", "restraints", "bioinformatics", "structural-biology", "protein-docking", ] categories = ["science::bioinformatics", "science"] [dependencies] rust-sasa = "0.2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" pdbtbx = "0.11.0" rand = "0.8.4" kd-tree = "0.6.0" clap = { version = "4.5", features = ["derive"] } nalgebra = "0.33.0" itertools = "0.13.0" pdb-handler = ">=0.1.2" tempfile = "3.12"