[package]
name = "ic-utils"
version = "0.22.0"
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
edition = "2021"
description = "Collection of utilities for Rust, on top of ic-agent, to communicate with the Internet Computer, following the Public Specification."
homepage = "https://docs.rs/ic-utils"
documentation = "https://docs.rs/ic-utils"
repository = "https://github.com/dfinity/agent-rs"
license = "Apache-2.0"
readme = "README.md"
categories = ["api-bindings", "data-structures", "no-std"]
keywords = ["internet-computer", "agent", "utility", "icp", "dfinity"]
include = ["src", "Cargo.toml", "../LICENSE", "README.md"]
rust-version = "1.60.0"
[dependencies]
async-trait = "0.1.40"
candid = "0.8.0"
garcon = { version = "0.2", features = ["async"] }
ic-agent = { path = "../ic-agent", version = "0.22", default-features = false }
serde = "1.0.115"
serde_bytes = "0.11"
strum = "0.24"
strum_macros = "0.24"
thiserror = "1.0.29"
paste = "1"
num-bigint = "0.4"
leb128 = "0.2"
semver = "1.0.7"
once_cell = "1.10.0"
[dev-dependencies]
ic-agent = { path = "../ic-agent", version = "0.22" }
ring = "0.16.11"
tokio = { version = "1.14.0", features = ["full"] }
[features]
raw = []