[[bin]]
name = "seq-here"
path = "src/main.rs"
[dependencies.bio]
version = "2.2.0"
[dependencies.clap]
features = ["derive"]
version = "4.5.32"
[dependencies.colored]
version = "3.0.0"
[dependencies.comfy-table]
version = "7.1.4"
[dependencies.memmap2]
version = "0.9.5"
[dependencies.rayon]
version = "1.10.0"
[lib]
name = "seq_here"
path = "src/lib.rs"
[package]
authors = ["Zhixia <zhixiaovo@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "science"]
description = "A fast tool for bio-sequence file processing."
documentation = "https://docs.rs/seq-here"
edition = "2024"
homepage = "https://bio-here.github.io/seq-here/"
keywords = ["bioinformatics", "sequence"]
license = "MIT"
name = "seq-here"
readme = "README.md"
repository = "https://github.com/bio-here/seq-here"
rust-version = "1.85.0"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
[profile.release]
lto = true
opt-level = 3
overflow-checks = false
strip = "debuginfo"