# 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" rust-version = "1.70.0" name = "noodles-bgzf" version = "0.31.0" authors = ["Michael Macias "] description = "Blocked gzip format (BGZF) reader and writer" homepage = "https://github.com/zaeleus/noodles" documentation = "https://docs.rs/noodles-bgzf" license = "MIT" repository = "https://github.com/zaeleus/noodles" [package.metadata.docs.rs] features = ["async"] [[example]] name = "bgzf_read_async" required-features = ["async"] [[example]] name = "bgzf_write_async" required-features = ["async"] [dependencies.byteorder] version = "1.2.3" [dependencies.bytes] version = "1.0.1" [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.flate2] version = "1.0.1" [dependencies.futures] version = "0.3.15" features = ["std"] optional = true default-features = false [dependencies.libdeflater] version = "1.19.0" optional = true [dependencies.pin-project-lite] version = "0.2.6" optional = true [dependencies.tokio] version = "1.10.0" features = [ "fs", "io-util", "rt", ] optional = true [dependencies.tokio-util] version = "0.7.0" features = ["codec"] optional = true [dev-dependencies.tokio] version = "1.10.0" features = [ "io-std", "macros", "rt-multi-thread", ] [features] async = [ "dep:futures", "dep:pin-project-lite", "dep:tokio", "dep:tokio-util", ] libdeflate = ["dep:libdeflater"]