icx-cert 0.24.0

CLI tool to download a document from the Internet Computer and pretty-print the contents of its IC-Certificate header.
[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.13"

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

[dependencies.hex]
version = "0.4.3"

[dependencies.ic-agent]
version = "0.24"

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

[dependencies.leb128]
version = "0.2.4"

[dependencies.reqwest]
features = ["blocking", "rustls-tls"]
version = "0.11"

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

[dependencies.serde_bytes]
version = "0.11.9"

[dependencies.serde_cbor]
version = "0.11.2"

[dependencies.sha2]
version = "0.10.6"

[dependencies.time]
version = "0.3"

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