# 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 = "github-flows" version = "0.8.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "GitHub Integration for flows.network" documentation = "https://docs.rs/github-flows" readme = "README.md" license = "MIT/Apache-2.0" resolver = "1" [package.metadata.docs.rs] rustc-args = [ "--cfg", "wasmedge", "--cfg", "tokio_unstable", ] targets = ["wasm32-wasi"] [lib] name = "github_flows" path = "src/lib.rs" [dependencies.flowsnet-platform-sdk] version = "0.1" [dependencies.github-flows-macros] version = "0.2" [dependencies.lazy_static] version = "1" [dependencies.octocrab] version = "0.33" default-features = false [dependencies.once_cell] version = "1.17.0" [dependencies.reqwest] version = "0.11" features = ["rustls-tls"] default-features = false [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = [ "rt", "macros", "net", "time", ]