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