# 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" 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 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.1" features = ["value"] [dependencies.candid_parser] version = "0.1.1" [dependencies.clap] version = "4.4.3" features = [ "derive", "cargo", "color", ] [dependencies.ed25519-consensus] version = "2.1.0" [dependencies.hex] version = "0.4.3" [dependencies.humantime] version = "2.0.1" [dependencies.ic-agent] version = "0.39.0" default-features = true [dependencies.ic-utils] version = "0.39.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.162" [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.28.0" features = ["full"]