# 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.9.0" authors = ["n01e0 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "postpone bot" readme = "README.md" license = "MIT" repository = "https://github.com/n01e0/ppb" [lib] name = "ppb" path = "src/lib.rs" [[bin]] name = "ppb" path = "src/main.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.git-url-parse] version = "0.4.5" [dependencies.git2] version = "0.19.0" [dependencies.grep] version = "0.3.1" [dependencies.ignore] version = "0.4.22" [dependencies.jwalk] version = "0.8.1" [dependencies.octocrab] version = "0.41.2" [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.strfmt] version = "0.2.4" [dependencies.tokio] version = "1.41.0" features = [ "macros", "rt-multi-thread", ]