# 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 = "bgzf" version = "0.2.0" authors = ["Seth Stadick "] description = "Utility library for working with explicitly BGZF compressed data" homepage = "https://github.com/fulcrumgenomics/bgzf" documentation = "https://docs.rs/bgzf" readme = "README.md" keywords = ["bioinformatics", "genomic", "compression"] categories = ["science", "compression"] license = "MIT" repository = "https://github.com/fulcrumgenomics/bgzf" resolver = "2" [dependencies.byteorder] version = "1.4.3" [dependencies.bytes] version = "1.1.0" [dependencies.libdeflater] version = "0.7.5" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.tempfile] version = "3.2.0"