bitx-codec 0.1.0

BitX: High-throughput delta compression for safetensors model files (10+ GB/s with AVX2)
# 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 = "bitx-codec"
version = "0.1.0"
authors = ["JerryWang <wzr@bu.edu>"]
build = false
exclude = [
    ".cargo/",
    "target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BitX: High-throughput delta compression for safetensors model files (10+ GB/s with AVX2)"
homepage = "https://github.com/JerryW35/ZipLLM"
readme = "README.md"
keywords = [
    "compression",
    "safetensors",
    "llm",
    "delta",
    "bitx",
]
categories = [
    "compression",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/JerryW35/ZipLLM"

[[bin]]
name = "bitx"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.mimalloc]
version = "0.1"
default-features = false

[dependencies.rayon]
version = "1.10"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.zstd]
version = "0.13"
features = ["zstdmt"]

[dependencies.zstd-safe]
version = "6.0"

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1