# 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] edition = "2021" name = "iirs" version = "0.9.4" default-run = "iirs" description = "Inverted repeats finder" readme = "README.md" keywords = [ "cli", "iupac", "inverted-repeats", "rmq", ] license = "GPL-3.0" repository = "https://github.com/daxida/iirs" [profile.release-with-debug] debug = 2 inherits = "release" [profile.test] opt-level = 3 [lib] name = "iirs" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.4.12" features = ["derive"] [dependencies.divsufsort] version = "2.0.0" [dependencies.elapsed-time] version = "0.1.1" [dependencies.rayon] version = "1.8.1" optional = true [dependencies.rmq-tabulation] version = "1.2.0" [dependencies.seq_io] version = "0.3.2" [features] default = [] parallel = ["dep:rayon"] tabulation = []