io-buffer 1.0.7

A buffer abstracted for disk and network IO, with static lifetime. Unify Vec and *libc::c_void into one type, with smallest mem footprint.
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 = "io-buffer"
version = "1.0.7"
authors = ["plan <frostyplanet@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A buffer abstracted for disk and network IO, with static lifetime.
Unify Vec and *libc::c_void into one type, with smallest mem footprint.
"""
documentation = "https://docs.rs/io-buffer"
readme = "README.md"
keywords = [
    "buffer",
    "io",
]
categories = ["development-tools::debugging"]
license = "MIT"
repository = "https://github.com/NaturalIO/io-buffer-rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
compress = []
default = []
fail = [
    "dep:fail",
    "rand",
]
lz4 = [
    "compress",
    "dep:lz4-sys",
]
rand = []

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

[dependencies.fail]
version = "0"
optional = true

[dependencies.fastrand]
version = "2.3"

[dependencies.libc]
version = "0"

[dependencies.log]
version = "0"

[dependencies.lz4-sys]
version = "1.11.1"
optional = true

[dependencies.nix]
version = "0"

[dev-dependencies.md5]
version = "0"