# 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 = "ppb" version = "0.7.0" authors = ["n01e0 "] description = "postpone bot" readme = "README.md" license = "MIT" repository = "https://github.com/n01e0/ppb" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.4.17" features = ["derive"] [dependencies.grep] version = "0.3.1" [dependencies.ignore] version = "0.4.22" [dependencies.octocrab] version = "0.32.0" [dependencies.rayon] version = "1.8.0" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_yaml] version = "0.9.30" [dependencies.strfmt] version = "0.2.4" [dependencies.tokio] version = "1.35.1" features = [ "macros", "rt-multi-thread", ] [dependencies.walkdir] version = "2.4.0"