icx 0.46.2

CLI tool to call canisters on the Internet Computer.
# 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.88.0"
name = "icx"
version = "0.46.2"
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
build = false
include = [
    "src",
    "Cargo.toml",
    "../LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool to call canisters on the Internet Computer."
homepage = "https://docs.rs/icx"
documentation = "https://docs.rs/icx"
readme = "README.md"
keywords = [
    "internet-computer",
    "agent",
    "icp",
    "dfinity",
    "call",
]
categories = [
    "command-line-interface",
    "web-programming::http-client",
]
license = "Apache-2.0"
repository = "https://github.com/dfinity/agent-rs"

[[bin]]
name = "icx"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"
features = ["backtrace"]

[dependencies.candid]
version = "0.10.10"
features = ["value"]

[dependencies.candid_parser]
version = "0.3.0"

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

[dependencies.hex]
version = "0.4.3"

[dependencies.humantime]
version = "2.0.1"

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

[dependencies.ic-ed25519]
version = "0.6.0"

[dependencies.ic-utils]
version = "0.46.2"

[dependencies.pocket-ic]
version = "12.0.0"

[dependencies.serde]
version = "1.0.215"

[dependencies.serde_json]
version = "1.0.133"

[dependencies.tokio]
version = "1.50.0"
features = ["full"]