orphos-core 0.2.0

Core library for Orphos, a tool for finding protein-coding genes in microbial genomes.
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 = "2024"
name = "orphos-core"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for Orphos, a tool for finding protein-coding genes in microbial genomes."
documentation = "https://docs.rs/orphos-core"
readme = "README.md"
keywords = [
    "orphos",
    "bioinformatics",
    "genomics",
    "prodigal",
]
categories = ["science::bioinformatics"]
license = "GPL-3.0-or-later"
repository = "https://github.com/FullHuman/orphos"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.bio]
version = "2.3.0"

[dependencies.rayon]
version = "1.10.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.wide]
version = "0.7.33"

[dev-dependencies]