# 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 = "lightdock" version = "0.3.2" authors = ["Brian Jimenez Garcia "] description = "Macromolecular docking software based on the GSO algorithm" homepage = "https://lightdock.org" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/lightdock/lightdock-rust" [dependencies.env_logger] version = "0.11.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.21" [dependencies.npyz] version = "0.8.3" [dependencies.pdbtbx] version = "0.11.0" [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [lints.clippy] borrowed_box = "allow" needless_range_loop = "allow" new_ret_no_self = "allow" too_many_arguments = "allow"