composefs-splitdirfdstream 0.9.0

Binary format for serializing data with external dirfd-relative file references
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.88.0"
name = "composefs-splitdirfdstream"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binary format for serializing data with external dirfd-relative file references"
readme = "README.md"
keywords = [
    "splitdirfdstream",
    "fd",
    "serialization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/containers/composefs-rs"
resolver = "2"

[features]
tokio = ["dep:tokio"]

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

[dependencies.openssl]
version = "0.10"
default-features = false

[dependencies.rand]
version = "0.10.0"
features = ["alloc"]
default-features = false

[dependencies.rand_pcg]
version = "0.10.0"
default-features = false

[dependencies.rustix]
version = "1.0.0"
features = [
    "fs",
    "pipe",
    "std",
]
default-features = false

[dependencies.thiserror]
version = "2.0.0"
default-features = false

[dependencies.tokio]
version = "1"
features = ["rt"]
optional = true
default-features = false

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.tempfile]
version = "3.8.0"
default-features = false

[lints.rust]
missing_debug_implementations = "deny"
missing_docs = "deny"
unsafe_code = "deny"