# 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 = "2021" name = "btrfs-usage-monitor" version = "0.1.2" authors = ["willemw12 "] description = "A simple Btrfs disk space usage monitor" homepage = "https://github.com/willemw12/btrfs-usage-monitor" readme = "README.md" keywords = ["btrfs"] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/willemw12/btrfs-usage-monitor" resolver = "2" [dependencies.anyhow] version = "1.0.56" [dependencies.clap] version = "3.1.6" features = [ "cargo", "derive", "std", ] default-features = false [dependencies.regex] version = "1.5.5"