# 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 = "camgi" version = "0.9.0" description = "A tool for inspecting OpenShift must-gather records" readme = "README.md" keywords = ["openshift"] license = "GPL-3.0-or-later" repository = "https://github.com/elmiko/camgi.rs" [[example]] name = "html-designer" path = "src/html-designer/html-designer.rs" [dependencies.anyhow] version = "1.0.53" [dependencies.clap] version = "3.0.14" features = ["derive"] [dependencies.flate2] version = "1.0.24" [dependencies.html-builder] version = "0.3" [dependencies.infer] version = "0.9.0" [dependencies.tar] version = "0.4.38" [dependencies.tempdir] version = "0.3.7" [dependencies.uuid] version = "1.0.0" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dependencies.yaml-rust] version = "0.4.5" [dev-dependencies.futures-channel] version = "0.3" [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.notify] version = "4.0.17" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio-stream] version = "0.1.1" features = ["net"] [dev-dependencies.warp] version = "0.3"