# 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 = "maid-sweeprs" version = "0.5.1" authors = ["noirgif "] description = "Call a maid to label old files and sweep them under the rug." readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/noirgif/maid-sweeprs/" [[bin]] name = "maid" [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.futures] version = "0.3" features = [ "executor", "thread-pool", ] [dependencies.lazy_static] version = "1.4" [dependencies.mongodb] version = "2.5.0" [dependencies.once_cell] version = "1.17.1" [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.tokio] version = "1.28.0" features = ["full"]