[package]
name = "cpr"
version = "1.1.0"
authors = ["heartsh <heartsh@heartsh.io>"]
description = "CapR, Efficient RNA Context Probability Estimator"
repository = "https://github.com/heartsh/cpr"
readme = "README.md"
keywords = ["bioinformatics", "rna", "secondary-structure"]
license = "MIT"
[dependencies]
lazy_static = "0.1"
scoped_threadpool = "0.1"
getopts = "0.2"
bio = "0.9"
num_cpus = "1.0"
time = "0.1"
num = "0.1"
fnv = "1.0"
[[bin]]
name = "cpr"
path = "src/mn.rs"
[lib]
name = "cpr"
path = "src/lb.rs"
[[test]]
path = "src/tsts.rs"
name = "tsts"