# 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 = "consalifold" version = "0.1.17" authors = ["heartsh "] description = "Consensus Secondary Structure Predictor Engaging Structural Alignment-based Error Correction" readme = "README.md" keywords = [ "bioinformatics", "rna", "secondary-structure", ] license = "MIT" repository = "https://github.com/heartsh/consalifold" [lib] name = "consalifold" path = "src/lib.rs" [[bench]] name = "benches" harness = false [dependencies.consprob] version = "0.1" [dependencies.num_cpus] version = "1.0" [dev-dependencies.criterion] version = "0.3"