# 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] name = "consprob-trained" version = "0.1.11" authors = ["heartsh "] description = "Trainable Probability Inference Engine on RNA Structural Alignment" readme = "README.md" keywords = [ "bioinformatics", "rna", "structural-alignment", ] license = "MIT" repository = "https://github.com/heartsh/consprob-trained" [lib] name = "consprob_trained" path = "src/lib.rs" [[bench]] name = "benches" harness = false [dependencies.bio] version = "1.1" [dependencies.consprob] version = "0.1" [dependencies.getopts] version = "0.2" [dependencies.hashbrown] version = "0.13" [dependencies.itertools] version = "0.10" [dependencies.my-bfgs] version = "0.1" [dependencies.ndarray-rand] version = "0.14" [dependencies.num_cpus] version = "1.0" [dependencies.rand] version = "0.8" [dependencies.scoped_threadpool] version = "0.1" [dev-dependencies.criterion] version = "0.3"