# 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.75.0" name = "icx-cert" version = "0.39.0" authors = ["DFINITY Stiftung "] build = false include = [ "src", "Cargo.toml", "../LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false 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" [[bin]] name = "icx-cert" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.22" [dependencies.clap] version = "4.4.3" features = [ "derive", "cargo", "color", ] [dependencies.hex] version = "0.4.3" [dependencies.ic-certification] version = "2.2" [dependencies.leb128] version = "0.2.4" [dependencies.reqwest] version = "0.12" features = [ "blocking", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.162" features = ["derive"] [dependencies.serde_bytes] version = "0.11.13" [dependencies.serde_cbor] version = "0.11.2" [dependencies.sha2] version = "0.10.6" [dependencies.time] version = "0.3" features = ["formatting"]