# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "compression" version = "0.1.5" authors = ["Mitsuharu Seki "] description = "Compression libraries implemented by pure Rust." documentation = "https://docs.rs/rust-compression/" readme = "README.md" keywords = ["compress", "gzip", "deflate", "bzip2", "no_std"] license = "MPL-2.0" repository = "https://github.com/chalharu/rust-compression" [package.metadata.docs.rs] features = ["docs"] [lib] name = "compression" test = true bench = false [dependencies.cfg-if] version = ">0.0.0" [dependencies.lazy_static] version = ">0.0.0" [dependencies.log] version = ">=0.0.0" default-features = false [dependencies.num-traits] version = ">=0.2.0" default-features = false [dev-dependencies.rand] version = ">=0.6.5" [dev-dependencies.simple_logger] version = ">=0.0.0" [features] all = ["bzip2", "gzip", "deflate", "zlib", "lzhuf", "lzss"] bzip2 = [] default = ["std", "bzip2", "gzip", "deflate", "zlib", "lzss"] deflate = ["lzss"] docs = ["all"] gzip = ["deflate"] lzhuf = ["lzss"] lzss = [] std = [] zlib = ["deflate"] [badges.travis-ci] repository = "chalharu/rust-compression"