# 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 = "bzip3" version = "0.9.0" authors = ["bczhc "] description = "BZip3 compression library" homepage = "https://github.com/bczhc/bzip3-rs" documentation = "https://docs.rs/bzip3/latest/bzip3" readme = "README.md" keywords = [ "compression", "decompression", "encoding", ] categories = [ "compression", "api-bindings", ] license = "LGPL-3.0-only" repository = "https://github.com/bczhc/bzip3-rs" [package.metadata.docs.rs] features = ["bundled"] [dependencies.byteorder] version = "1.4.3" [dependencies.bytesize] version = "1.1.0" [dependencies.libbzip3-sys] version = "0.4.0+1.4.0" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.anyhow] version = "1.0.68" [dev-dependencies.clap] version = "4.0.32" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rayon] version = "1.7.0" [dev-dependencies.regex] version = "1.7.1" [features] bundled = ["libbzip3-sys/bundled"]