[dependencies.memchr]
optional = true
version = "2.7.2"
[dependencies.strsim]
version = "0.11"
[dev-dependencies.noodles-fasta]
version = "0.38.0"
[dev-dependencies.noodles-gff]
version = "0.33.0"
[features]
default = ["memchr"]
[package]
authors = ["Martin Larralde <martin.larralde@embl.de>"]
categories = ["science"]
description = "A Rust reimplementation of the MinCED algorithm for identifying CRISPRs in full or assembled genomes."
edition = "2021"
homepage = "https://github.com/althonos/mincer"
keywords = ["bioinformatics", "genomics", "repeat", "crispr"]
license = "GPL-3.0-or-later"
name = "diced"
readme = "README.md"
repository = "https://github.com/althonos/mincer"
version = "0.1.0"