# 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 = "glpipewait" version = "0.1.0" authors = ["hiromu.nakamura "] description = "Wait until GitLab pipeline finishes." homepage = "https://github.com/po3rin/glpipewait" documentation = "https://github.com/po3rin/glpipewait/blob/main/README.md" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/po3rin/glpipewait" [dependencies.async-std] version = "1.12.0" features = ["attributes"] [dependencies.clap] version = "3.2.17" features = ["env"] [dependencies.exitcode] version = "1.1.2" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_derive] version = "1.0.147" [dependencies.serde_json] version = "1.0.87" [dependencies.surf] version = "2.3.2" [dependencies.url] version = "2.3.1"