rust-ise 0.2.3

Fast Rust-native ISEScan-equivalent insertion-sequence (IS) scanner for bacterial (meta)genomes: rustygal ORFs + MMseqs2 profile search + native affine-SW terminal inverted repeats.
Documentation
# 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"
rust-version = "1.74"
name = "rust-ise"
version = "0.2.3"
authors = ["Sunju Kim <n.e.coli.1822@gmail.com>"]
build = "build.rs"
exclude = [
    "out_*",
    "*.time",
    "target",
    "compare_*.py",
    "run_*.sh",
    "*_results.tsv",
    "DEPLOY_TASKS.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast Rust-native ISEScan-equivalent insertion-sequence (IS) scanner for bacterial (meta)genomes: rustygal ORFs + MMseqs2 profile search + native affine-SW terminal inverted repeats."
homepage = "https://github.com/necoli1822/rust-ise"
readme = "README.md"
keywords = [
    "bioinformatics",
    "insertion-sequence",
    "metagenomics",
    "transposon",
    "genomics",
]
categories = [
    "science",
    "command-line-utilities",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/necoli1822/rust-ise"

[lib]
name = "rust_ise"
path = "src/lib.rs"

[[bin]]
name = "rust-ise"
path = "src/main.rs"

[[example]]
name = "lib_run"
path = "examples/lib_run.rs"

[dependencies.phf]
version = "0.11"

[dependencies.poasta]
version = "0.1.0"

[dependencies.rayon]
version = "1.10"

[dependencies.rustygal]
version = "0.2.0"

[dependencies.sha2]
version = "0.10"

[dependencies.zip]
version = "0.6"
features = ["deflate"]
default-features = false

[build-dependencies.phf_codegen]
version = "0.11"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1