# 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 = "haddock-restraints" version = "0.8.1" authors = ["Rodrigo V. Honorato <r.vargashonorato@uu.nl>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate restraints to be used in HADDOCK" readme = "README.md" keywords = [ "haddock", "restraints", "bioinformatics", "structural-biology", "protein-docking", ] categories = [ "science::bioinformatics", "science", ] license = "MIT" repository = "https://github.com/haddocking/haddock-restraints" [[bin]] name = "haddock-restraints" path = "src/main.rs" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.itertools] version = "0.14" [dependencies.kd-tree] version = "0.6.0" [dependencies.nalgebra] version = "0.33" [dependencies.pdb-handler] version = ">=0.1" [dependencies.pdbtbx] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.rust-sasa] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.16"