ARGenus 0.2.1

ARG detection and genus-level classification using flanking sequence analysis
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 = "ARGenus"
version = "0.2.1"
authors = ["Sunju Kim <n.e.coli.1822@gmail.com>"]
build = false
exclude = [
    "db",
    "db/*",
    "databases/*",
    "tests/*",
    "external/*",
    "archives/*",
    ".omc/*",
    "*.pdf",
    "target/*",
    ".git/*",
    ".DS_Store",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ARG detection and genus-level classification using flanking sequence analysis"
homepage = "https://github.com/necoli1822/ARGenus"
documentation = "https://docs.rs/argenus"
readme = "README.md"
keywords = [
    "bioinformatics",
    "ARG",
    "metagenomics",
    "genomics",
    "amr",
]
categories = [
    "science",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/necoli1822/ARGenus"

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

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

[[bin]]
name = "paf_to_fdb"
path = "src/bin/paf_to_fdb.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.bzip2]
version = "0.5"

[dependencies.chrono]
version = "0.4"

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

[dependencies.extsort-iter]
version = "0.3"
features = [
    "parallel_sort",
    "compression_lz4_flex",
]

[dependencies.flate2]
version = "1.0"

[dependencies.num_cpus]
version = "1.16"

[dependencies.rayon]
version = "1.10"

[dependencies.rustc-hash]
version = "2.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3.10"

[dependencies.ureq]
version = "2.9"
features = ["json"]

[dependencies.zip]
version = "2.0"

[dependencies.zstd]
version = "0.13"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1