bgzf_rust_reader 0.1.0

This library helps to read the BGZF formatted file using RUST language.
Documentation
[package]
name = "bgzf_rust_reader"
version = "0.1.0"
authors = ["swoven pokharel <swovenpokharel@gmail.com>"]
edition = "2018"
description = "This library helps to read the BGZF formatted file using RUST language."
license = "MIT OR Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
positioned-io = "0.2.2"
libdeflater = "0.7.3"