salti 0.8.0

A modern, fast, multiple sequence alignment browser - built for the terminal.
# 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 = "2024"
name = "salti"
version = "0.8.0"
authors = ["Samuel Sims"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modern, fast, multiple sequence alignment browser - built for the terminal. "
readme = "README.md"
keywords = [
    "bioinformatics",
    "MSA",
    "TUI",
    "ratatui",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT"
repository = "https://github.com/Sam-Sims/salti"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.clap]
version = "4.5.57"
features = ["derive"]

[dependencies.crossterm]
version = "0.29.0"
features = ["event-stream"]

[dependencies.human-panic]
version = "2"

[dependencies.libmsa]
version = "0.1.0"

[dependencies.nucleo-matcher]
version = "0.3.1"

[dependencies.paraseq]
version = "0.4.8"
features = [
    "url",
    "ssh",
]

[dependencies.ratatui]
version = "0.30.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.reqwest]
version = "0.13.2"
features = ["json"]

[dependencies.semver]
version = "1.0.27"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1.18"

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-appender]
version = "0.2.3"

[dependencies.tracing-subscriber]
version = "0.3.20"
features = [
    "env-filter",
    "fmt",
]

[dev-dependencies.insta]
version = "1.46.3"

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