# 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 = "2018" name = "buildkite-workflow" version = "1.2.0" authors = ["Dean Karn "] description = "GitHub Alfred Workflow to quickly search and open buildkite pipelines." readme = "README.md" keywords = [ "alfred", "workflow", "buildkite", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/rust-playground/alfred-workflows-rs/tree/master/buildkite-workflow" [lib] name = "buildkite_workflow_lib" path = "src/lib.rs" [[bin]] name = "buildkite-workflow" path = "src/bin/main.rs" [dependencies.alfred] version = "4.0.2" [dependencies.anyhow] version = "1.0.58" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.clap] version = "3.2.5" features = [ "env", "derive", ] [dependencies.dirs] version = "4.0.0" [dependencies.regex] version = "1.5.6" [dependencies.reqwest] version = "0.11.11" features = [ "rustls-tls", "blocking", "json", ] [dependencies.rusqlite] version = "0.27.0" features = ["bundled-full"] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.thiserror] version = "1.0.31"