btrfs-disk 0.13.0

Platform-independent parsing and writing of btrfs on-disk structures
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.85.1"
name = "btrfs-disk"
version = "0.13.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Platform-independent parsing and writing of btrfs on-disk structures"
homepage = "https://rustutils.gitlab.io/btrfsutils"
readme = "README.md"
keywords = [
    "btrfs",
    "filesystem",
    "parser",
    "userspace",
]
categories = [
    "filesystem",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustutils/btrfsutils"
resolver = "2"

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

[dependencies.bitflags]
version = "2"

[dependencies.blake2]
version = "0.10"

[dependencies.bytes]
version = "1"

[dependencies.crc32c]
version = "0.6"

[dependencies.sha2]
version = "0.10"

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

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh64"]

[build-dependencies.bindgen]
version = "0.72.1"