# 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 = "bzip2-os" version = "0.5.0" authors = ["david.snyder@stillwaiting.org"] description = "A pure-Rust multi-threaded implementation of bzip2 compression." readme = "README.md" keywords = [ "compression", "bzip2", "rust", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ohsnyt/bzip2" [profile.release] lto = true codegen-units = 1 debug = 2 [dependencies.log] version = "^0.4.17" features = ["release_max_level_trace"] [dependencies.rayon] version = "^1.6.0" [dependencies.simplelog] version = "^0.12.0" features = ["paris"]