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