chunkify 0.6.39

A simple and efficient chunking library for Rust.
Documentation
[dependencies.dashmap]
version = "6.1.0"

[dependencies.file-operation]
version = "0.8.8"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.tokio]
features = ["full"]
version = "1.48.0"

[dependencies.twox-hash]
version = "2.1.2"

[lib]
name = "chunkify"
path = "src/lib.rs"

[package]
authors = ["root@ltpp.vip"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "A simple and efficient chunking library for Rust."
edition = "2024"
exclude = ["target", "Cargo.lock", "sh", ".github", "logs", "uploads", "**/*.log"]
keywords = ["http", "file", "chunk", "upload", "web"]
license = "MIT"
name = "chunkify"
readme = "README.md"
repository = "https://github.com/crates-dev/chunkify.git"
version = "0.6.39"

[profile.dev]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "unwind"
strip = "debuginfo"

[profile.release]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "unwind"
strip = "debuginfo"