btrfs-stream 0.3.0

Btrfs send stream parser and receive operations
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 = "btrfs-stream"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Btrfs send stream parser and receive operations"
homepage = "https://github.com/rustutils/btrfs-progrs"
readme = "README.md"
keywords = [
    "btrfs",
    "filesystem",
    "send",
    "receive",
    "stream",
]
categories = [
    "filesystem",
    "parser-implementations",
]
license = "GPL-2.0-only"
repository = "https://github.com/rustutils/btrfs-progrs"
resolver = "2"

[features]
receive = [
    "dep:btrfs-uapi",
    "dep:nix",
    "dep:flate2",
    "dep:zstd",
    "dep:lzo1x",
]

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.btrfs-uapi]
version = "0.3.0"
optional = true

[dependencies.crc32c]
version = "0.6"

[dependencies.flate2]
version = "1"
optional = true

[dependencies.lzo1x]
version = "0.2"
optional = true

[dependencies.nix]
version = "0.31.2"
features = [
    "ioctl",
    "fs",
]
optional = true

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "v7",
]

[dependencies.zstd]
version = "0.13"
optional = true