btrfs-cli 0.5.0

User-space command-line tool for managing Btrfs filesystems
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.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "btrfs"
description = "User-space command-line tool for managing Btrfs filesystems"
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"

[[test]]
name = "arguments"
path = "tests/arguments.rs"

[[test]]
name = "commands"
path = "tests/commands.rs"

[[test]]
name = "common"
path = "tests/common.rs"

[[test]]
name = "help"
path = "tests/help.rs"

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.btrfs-stream]
version = "0.5.0"
features = ["receive"]

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

[dependencies.chrono]
version = "0.4.44"
features = ["clock"]
default-features = false

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

[dependencies.env_logger]
version = "0.11.9"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4.29"

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

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

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

[dev-dependencies.regex-lite]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"