# 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 = "bzip2-rs" version = "0.1.2" authors = ["Paolo Barbolini "] description = "Pure Rust bzip2 decompressor" readme = "README.md" keywords = ["bzip2"] categories = ["compression"] license = "MIT/Apache-2.0" repository = "https://github.com/paolobarbolini/bzip2-rs" [[bench]] name = "decoder_reader" harness = false [dependencies.crc32fast] version = "1.2.1" [dependencies.tinyvec] version = "1.1" [dev-dependencies.bzip2] version = "0.4.1" [dev-dependencies.criterion] version = "0.3.4" [dev-dependencies.pretty_assertions] version = "0.6" [features] default = [] nightly = ["rustc_1_40", "tinyvec/nightly_const_generics", "crc32fast/nightly"] rustc_1_37 = [] rustc_1_40 = ["rustc_1_37", "tinyvec/rustc_1_40"] rustc_1_51 = []