# 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 = "tkn-watch" version = "0.4.0" authors = ["Chmouel Boudjnah "] build = "build.rs" description = "watch tekton pipelinerun execution" readme = "README.md" keywords = [ "kubernetes", "tekton", "pipelines", ] categories = ["command-line-utilities"] license = "Apache-2.0" [dependencies.anyhow] version = "1.0.78" [dependencies.askama] version = "0.12.1" [dependencies.chrono] version = "0.4.31" [dependencies.chrono-humanize] version = "0.2.3" [dependencies.clap] version = "3.2" features = [ "derive", "cargo", ] [dependencies.dialoguer] version = "0.11.0" features = ["fuzzy-select"] [dependencies.goldie] version = "0.4.3" [dependencies.k8s-openapi] version = "0.16.0" features = ["v1_25"] [dependencies.kube] version = "0.77.0" features = [ "runtime", "derive", ] [dependencies.openssl] version = "0.10.62" features = ["vendored"] [dependencies.regex] version = "1.10.2" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.109" [dependencies.spinner] version = "0.5.0" [dependencies.tokio] version = "1.27.0" features = [ "macros", "rt-multi-thread", ] [build-dependencies.clap] version = "3.2" features = ["cargo"] [build-dependencies.clap_complete] version = "3.2" [build-dependencies.goldie] version = "0.4.3"