seqtui 0.1.1

Fast TUI toolkit for viewing, translating, and manipulating biological sequences.
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"
name = "seqtui"
version = "0.1.1"
authors = ["V. Ranwez"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast TUI toolkit for viewing, translating, and manipulating biological sequences."
readme = "README.md"
keywords = [
    "terminal",
    "sequence",
    "alignment",
    "snp",
    "viewer",
]
categories = ["science::bioinformatics"]
license = "MIT"
repository = "https://github.com/ranwez-search/SeqTUI/"

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

[[bin]]
name = "seqtui"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "wrap_help",
]

[dependencies.crossterm]
version = "0.28"

[dependencies.rand]
version = "0.9"

[dependencies.ratatui]
version = "0.28"

[dependencies.textwrap]
version = "0.16"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.10"

[target."cfg(not(windows))".dependencies.tikv-jemallocator]
version = "0.6"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = "symbols"