[package]
edition = "2021"
name = "oxbow"
version = "0.5.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read conventional genomic file formats as data frames and more via Apache Arrow."
homepage = "https://oxbow.readthedocs.io"
readme = "README.md"
keywords = [
"genomics",
"ngs",
"bioinformatics",
"dataframe",
"arrow",
]
categories = [
"data-structures",
"encoding",
"science::bioinformatics::genomics",
"science::bioinformatics::sequence-analysis",
"parsing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/abdenlab/oxbow"
[lib]
name = "oxbow"
path = "src/lib.rs"
[dependencies.arrow]
version = "57"
[dependencies.arrow-array]
version = "57"
[dependencies.arrow-schema]
version = "57"
[dependencies.bigtools]
version = "0.5.6"
features = ["read"]
[dependencies.indexmap]
version = "2.12.1"
[dependencies.noodles]
version = "0.102"
features = [
"bam",
"bcf",
"bed",
"bgzf",
"core",
"csi",
"cram",
"fasta",
"fastq",
"gff",
"gtf",
"sam",
"tabix",
"vcf",
]