btrfs-cli 0.1.0

A Rust implementation of the btrfs command-line tool
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-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust implementation of the btrfs command-line tool"
homepage = "https://github.com/rustutils/btrfs-progrs"
readme = "README.md"
keywords = [
    "btrfs",
    "filesystem",
    "cli",
    "linux",
    "storage",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "GPL-2.0-only"
repository = "https://github.com/rustutils/btrfs-progrs"
resolver = "2"

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

[[bin]]
name = "btrfs"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.btrfs-disk]
version = "0.1.0"

[dependencies.btrfs-uapi]
version = "0.1.0"

[dependencies.clap]
version = "4.6.0"
features = [
    "derive",
    "wrap_help",
]

[dependencies.env_logger]
version = "0.11.9"

[dependencies.log]
version = "0.4.29"

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

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