# 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 = "garbage" version = "0.4.3" authors = ["Michael Zhang "] description = "CLI tool for interacting with the freedesktop trashcan" readme = "README.md" license = "GPL-3.0-only" repository = "https://git.sr.ht/~mzhang/garbage" [[bin]] name = "garbage" path = "src/main.rs" [dependencies.anyhow] version = "1.0.70" features = ["backtrace"] [dependencies.atty] version = "0.2.14" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.chrono-humanize] version = "0.2.2" [dependencies.clap] version = "4.2.4" features = [ "derive", "cargo", ] [dependencies.clap_complete] version = "4.2.1" [dependencies.garbage-fs] version = "0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.142" [dependencies.nix] version = "0.29.0" features = ["mount"] [dependencies.percent-encoding] version = "2.2.0" [dependencies.prettytable-rs] version = "0.10.0" default-features = false [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.tracing] version = "0.1.37" features = ["log"] [dependencies.tracing-subscriber] version = "0.3.16" [dependencies.walkdir] version = "2.3.3" [dependencies.xdg] version = "2.4.1"