# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "blocked" version = "0.1.0" authors = ["Zac Pullar-Strecker "] description = "A proc-macro that checks if blockers (issues) have been resolved." keywords = ["proc_macro", "procmacro"] license = "MIT" repository = "https://github.com/zacps/blocked" [lib] proc-macro = true [dependencies.ci-detective] version = "0.1" [dependencies.git2] version = "0.13" [dependencies.lazy_static] version = "1.4.0" [dependencies.proc-macro2] version = "1.0" [dependencies.regex] version = "1.3.9" [dependencies.reqwest] version = "0.10.5" features = ["blocking", "json"] [dependencies.serde] version = "1.0.110" features = ["derive"] [dependencies.syn] version = "1.0" [dependencies.url] version = "2.1.1"