# 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 = "conceal" version = "0.5.4" authors = ["Collide "] build = false include = [ "src/**/*", "Cargo.toml", "Cargo.lock", "LICENSE*", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Command line recycle bin" documentation = "https://github.com/TD-Sky/conceal" readme = "README.md" keywords = [ "trash", "remove", "recycle", "freedesktop", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/TD-Sky/conceal" [profile.release] lto = true [lib] name = "conceal" path = "src/lib.rs" [[bin]] name = "cnc" path = "src/bin/cnc/main.rs" [[bin]] name = "conceal" path = "src/bin/conceal/main.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = [ "derive", "env", ] [dependencies.dirs] version = "5.0" [dependencies.owo-colors] version = "4.0" [dependencies.thiserror] version = "1" [dependencies.trash] version = "5.1" [build-dependencies.clap] version = "4.5" features = [ "derive", "env", ] [build-dependencies.clap_complete] version = "4.5" [build-dependencies.clap_complete_nushell] version = "4.5"