argus-chunk 0.1.0

Argus watches over chunk IO — little-endian wire primitives, bounds-checked spans, and raw/zstd codecs
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"
rust-version = "1.95"
name = "argus-chunk"
version = "0.1.0"
authors = ["AHurowitz <latkaindustries@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Argus watches over chunk IO — little-endian wire primitives, bounds-checked spans, and raw/zstd codecs"
readme = "README.md"
keywords = [
    "wire",
    "mmap",
    "zstd",
    "chunk",
    "binary",
]
categories = [
    "encoding",
    "filesystem",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Latka-Industries/argus-chunk"

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

[dependencies.memmap2]
version = "0.9.11"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.zstd]
version = "0.13.3"

[dev-dependencies.tempfile]
version = "3.27.0"

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true