genomicframe-core 0.2.0

High-performance genomics I/O and interoperability layer
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 = "genomicframe-core"
version = "0.2.0"
authors = ["Ryan Duffy"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance genomics I/O and interoperability layer"
homepage = "https://github.com/PartTimer1996/genomicframe-core"
documentation = "https://docs.rs/genomicframe-core"
readme = "README.md"
keywords = [
    "bioinformatics",
    "genomics",
    "vcf",
    "bam",
    "fastq",
]
categories = [
    "science",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/PartTimer1996/genomicframe-core"

[features]
async = ["tokio"]
cloud = [
    "object_store",
    "tokio",
]
default = []

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

[[bench]]
name = "bam_io"
path = "benches/bam_io.rs"
harness = false

[[bench]]
name = "fastq_parallel"
path = "benches/fastq_parallel.rs"
harness = false

[[bench]]
name = "fastq_stats"
path = "benches/fastq_stats.rs"
harness = false

[[bench]]
name = "gff_stats"
path = "benches/gff_stats.rs"
harness = false

[[bench]]
name = "vcf_stats"
path = "benches/vcf_stats.rs"
harness = false

[dependencies.anyhow]
version = "1.0.101"

[dependencies.byteorder]
version = "1.5"

[dependencies.flate2]
version = "1.1.9"

[dependencies.lazy_static]
version = "1.5"

[dependencies.libm]
version = "0.2.16"

[dependencies.num_cpus]
version = "1.16"

[dependencies.object_store]
version = "0.13.1"
optional = true

[dependencies.rayon]
version = "1.10"

[dependencies.thiserror]
version = "2.0.18"

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

[dev-dependencies.criterion]
version = "0.8.2"

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