# 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 = "core-dump-client"
version = "1.0.0"
authors = ["Anthony Whalley <anton@venshare.com>"]
description = "A client for debugging core-dump-handler output"
homepage = "https://github.com/IBM/core-dump-handler/main/core-dump-client"
documentation = "https://docs.rs/core-dump-client"
license = "MIT"
repository = "https://github.com/IBM/core-dump-handler/main/core-dump-client"

[[bin]]
name = "cdcli"
path = "./src/main.rs"
[dependencies.anyhow]
version = "1.0.40"

[dependencies.clap]
version = "3.0.0-beta.2"

[dependencies.log]
version = "0.4.14"

[dependencies.uuid]
version = "0.8"
features = ["serde", "v4"]