# 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 = "2018" name = "bgzip" version = "0.3.1" authors = ["OKAMURA, Yasunobu "] exclude = [ "testfiles", "tmp", ] description = "Rust implementation of bgzip" homepage = "https://github.com/informationsea/bgzip-rs" readme = "README.md" keywords = [ "bioinformatics", "bgzip", "gzip", "compression", ] categories = ["compression"] license = "MIT" repository = "https://github.com/informationsea/bgzip-rs" [dependencies.flate2] version = "1" optional = true default-features = false [dependencies.libdeflater] version = "0.12.0" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.rayon] version = "1.6.1" optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1" [dev-dependencies.clap] version = "4.0" features = [ "derive", "wrap_help", ] [dev-dependencies.csv] version = "1" [dev-dependencies.flate2] version = "1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_pcg] version = "0.3.1" [dev-dependencies.tempfile] version = "3.3" [features] cloudflare_zlib = [ "flate2/cloudflare_zlib", "flate2", ] default = [ "rust_backend", "log", "rayon", ] flate2 = ["dep:flate2"] libdeflater = ["dep:libdeflater"] log = ["dep:log"] rayon = ["dep:rayon"] rust_backend = [ "flate2/rust_backend", "flate2", ] zlib = [ "flate2/zlib", "flate2", ] zlib-ng = [ "flate2/zlib-ng", "flate2", ] zlib-ng-compat = [ "flate2/zlib-ng-compat", "flate2", ]