# 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 = "cargo_auto_github_lib" version = "1.1.8" authors = ["bestia.dev"] include = [ "Cargo.toml", "LICENSE", "README.md", "src/*", ] publish = true description = "Library for cargo-auto `automation tasks written in rust language` with functions for GitHub." homepage = "https://bestia.dev" readme = "README.md" keywords = [ "maintained", "ready-for-use", "rust", "cargo-auto", ] categories = ["development-tools::build-utils"] license = "MIT" repository = "https://github.com/automation-tasks-rs/cargo_auto_github_lib" [dependencies.camino] version = "1.1.6" [dependencies.cargo_auto_lib] version = "2.4.3" [dependencies.inquire] version = "0.7.0" [dependencies.json] version = "0.12.4" [dependencies.reqwest] version = "0.12.3" features = [ "blocking", "stream", ] [dependencies.serde] version = "1.0.198" [dependencies.serde_json] version = "1.0.114" features = ["std"] [dependencies.tokio] version = "1.28.2" features = [ "rt", "rt-multi-thread", "fs", ] [dependencies.tokio-util] version = "0.7.8" features = ["codec"] [dependencies.url] version = "2.3.1"