# 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 = "relgen" version = "0.1.3" authors = ["Peter Luladjev"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tool for generating Pull Requests to multiple repositories" readme = "README.md" keywords = [ "github", "cli", "rust", ] license = "MIT" repository = "https://gihub.com/Luladjiev/relgen" [[bin]] name = "relgen" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.futures] version = "0.3.30" [dependencies.http] version = "1.1.0" [dependencies.octocrab] version = "0.39.0" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.tokio] version = "1.39.3" features = [ "rt", "rt-multi-thread", "macros", ]