# 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 = "compress_io" version = "0.5.0" authors = ["Simon Heath "] include = [ "/src", "Cargo.toml", "LICENSE", "README.md", ] description = "Convenience library for reading and writing compressed files/streams" readme = "README.md" keywords = ["compression"] categories = ["compression"] license-file = "LICENSE" repository = "https://github.com/heathsc/compress_io" resolver = "2" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.num_cpus] version = "1.13" [dependencies.os_pipe] version = "1" [dependencies.tempfile] version = "3.2" [dependencies.tokio] version = "1" features = [ "io-std", "io-util", "fs", "process", "rt", "rt-multi-thread", ] optional = true [dependencies.tokio-pipe] version = "0.2" optional = true [features] async = [ "tokio", "tokio-pipe", ]