# 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 = "pooled-writer" version = "0.3.0" authors = ["Seth Stadick ", "Tim Fennell "] description = "Library for using N threads to write to M compressed files/writers." homepage = "https://github.com/fulcrumgenomics/pooled-writer" documentation = "https://docs.rs/pooled-writer" readme = "README.md" keywords = ["bioinformatics", "genomic", "compression", "writer"] categories = ["science", "compression"] license = "MIT" repository = "https://github.com/fulcrumgenomics/pooled-writer" resolver = "2" [dependencies.bgzf] version = "0.2.0" optional = true [dependencies.bytes] version = "1.1.0" [dependencies.flume] version = "0.10.9" [dependencies.parking_lot] version = "0.12.0" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.bgzf] version = "0.2.0" [dev-dependencies.num_cpus] version = "1.13.0" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.tempfile] version = "3.2.0" [features] bgzf_compressor = ["bgzf"] default = ["bgzf_compressor"]