sharc 0.0.4

Simple, high-speed archiver using the Density compression library
Documentation
[[bin]]
name = "sharc"
path = "src/bin/sharc.rs"

[[bin]]
name = "unsharc"
path = "src/bin/unsharc.rs"

[dependencies.density-rs]
version = "0.16.4"

[dependencies.memmap2]
version = "0.9.5"

[dependencies.rayon]
version = "1.10.0"

[dependencies.seahash]
version = "4.1.0"

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

[package]
authors = ["Guillaume Voirin"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Simple, high-speed archiver using the Density compression library"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "sharc"
readme = "README.md"
repository = "https://github.com/g1mv/sharc"
version = "0.0.4"

[profile.release]
codegen-units = 1
debug = 0
debug-assertions = false
incremental = false
lto = "fat"
opt-level = 3
overflow-checks = false
panic = "abort"
rpath = false