# 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"
rust-version = "1.78.0"
name = "icx-cert"
version = "0.39.3"
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
include = [
    "src",
    "Cargo.toml",
    "../LICENSE",
    "README.md",
]
description = "CLI tool to download a document from the Internet Computer and pretty-print the contents of its IC-Certificate header."
homepage = "https://docs.rs/icx-cert"
documentation = "https://docs.rs/icx-cert"
readme = "README.md"
keywords = [
    "internet-computer",
    "agent",
    "icp",
    "dfinity",
    "certificate",
]
categories = ["command-line-interface"]
license = "Apache-2.0"
repository = "https://github.com/dfinity/agent-rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.clap]
version = "4.5.21"
features = [
    "derive",
    "cargo",
    "color",
]

[dependencies.hex]
version = "0.4.3"

[dependencies.ic-certification]
version = "3"

[dependencies.leb128]
version = "0.2.4"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "1.0.215"
features = ["derive"]

[dependencies.serde_bytes]
version = "0.11.15"

[dependencies.serde_cbor]
version = "0.11.2"

[dependencies.sha2]
version = "0.10.8"

[dependencies.time]
version = "0.3"
features = ["formatting"]