# 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 = "trash_dumper" version = "1.0.2" authors = ["myyrakle "] description = "trash file dumper" homepage = "https://github.com/myyrakle/trash_dumper/blob/master/README.md" documentation = "https://docs.rs/trash_dumper/latest/trash_dumper" readme = "README.md" keywords = [] license = "MIT" repository = "https://github.com/myyrakle/trash_dumper" [dependencies.atty] version = "0.2.14" optional = true [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.structopt] version = "0.3.18" optional = true [dependencies.uuid] version = "1.7.0" features = [ "v4", "fast-rng", "macro-diagnostics", ]