# 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 = "pipebuilder"
version = "0.2.2"
authors = ["Li Yu
"]
description = "CI for pipebase application"
homepage = "https://github.com/pipebase/pipebuilder"
readme = "../README.md"
keywords = ["pipebase", "CI"]
license = "Apache-2.0"
repository = "https://github.com/pipebase/pipebuilder"
[[bin]]
name = "api"
path = "src/api/main.rs"
[[bin]]
name = "builder"
path = "src/builder/main.rs"
[[bin]]
name = "pbctl"
path = "src/cli/main.rs"
[[bin]]
name = "scheduler"
path = "src/scheduler/main.rs"
[[bin]]
name = "repository"
path = "src/repository/main.rs"
[dependencies.chrono]
version = "0.4"
[dependencies.clap]
version = "3.0.0-rc.0"
[dependencies.etcd-client]
version = "0.7.2"
[dependencies.flurry]
version = "0.3.1"
[dependencies.futures-util]
version = "0.3"
[dependencies.http]
version = "0.2.5"
[dependencies.pipebuilder_common]
version = "0.2.2"
[dependencies.prost]
version = "0.9"
[dependencies.reqwest]
version = "0.11.4"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.64"
[dependencies.termcolor]
version = "1.1"
[dependencies.tokio]
version = "1.11.0"
features = ["macros", "rt-multi-thread"]
[dependencies.tonic]
version = "0.6"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
version = "0.2"
[dependencies.warp]
version = "0.3.1"