[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"
[[example]]
name = "gff"
path = "examples/gff.rs"
[features]
default = ["memchr"]
[lib]
name = "diced"
path = "src/lib.rs"
[package]
authors = ["Martin Larralde <martin.larralde@embl.de>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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.2"
[[test]]
name = "aquifex"
path = "tests/aquifex.rs"
[[test]]
name = "clostridioides"
path = "tests/clostridioides.rs"