sail 0.2.1

sequence analysis I/O tool
# 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"
rust-version = "1.87"
name = "sail"
version = "0.2.1"
authors = ["Jack Roddy <jack.w.roddy@gmail.com>"]
build = false
exclude = ["CLAUDE.md"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "sequence analysis I/O tool"
readme = "README.md"
keywords = [
    "bioinformatics",
    "fasta",
    "stockholm",
    "p7hmm",
    "cli",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "BSD-3-Clause"
repository = "https://github.com/TravisWheelerLab/sail"

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

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.anyhow]
version = "1.0.99"

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

[dependencies.libsail]
version = "0.3.0"

[dependencies.rand]
version = "0.10.2"

[dependencies.regex]
version = "1.11"