banzai 0.3.2

A pure Rust bzip2 encoder
Documentation
# 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 = "2024"
name = "banzai"
version = "0.3.2"
authors = ["Jack Byrne <jgbyrne9@gmail.com>"]
build = false
exclude = ["/debug"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pure Rust bzip2 encoder"
readme = "README.md"
keywords = ["bzip2"]
categories = ["compression"]
license = "MIT"
repository = "https://github.com/jgbyrne/banzai/"

[lib]
name = "banzai"
path = "lib/lib.rs"

[dependencies.crc]
version = "3.0"