ic-utils 0.17.0

Collection of utilities for Rust, on top of ic-agent, to communicate with the Internet Computer, following the Public Specification.
Documentation
[dependencies.async-trait]
version = "0.1.40"

[dependencies.candid]
version = "0.7.14"

[dependencies.garcon]
features = ["async"]
version = "0.2"

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

[dependencies.leb128]
version = "0.2"

[dependencies.num-bigint]
version = "0.4"

[dependencies.once_cell]
version = "1.10.0"

[dependencies.paste]
version = "1"

[dependencies.semver]
version = "1.0.7"

[dependencies.serde]
version = "1.0.115"

[dependencies.serde_bytes]
version = "0.11"

[dependencies.strum]
version = "0.24"

[dependencies.strum_macros]
version = "0.24"

[dependencies.thiserror]
version = "1.0.29"
[dev-dependencies.ring]
version = "0.16.11"

[dev-dependencies.tokio]
features = ["full"]
version = "1.14.0"

[features]
raw = []

[package]
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
categories = ["api-bindings", "data-structures", "no-std"]
description = "Collection of utilities for Rust, on top of ic-agent, to communicate with the Internet Computer, following the Public Specification."
documentation = "https://docs.rs/ic-utils"
edition = "2021"
homepage = "https://docs.rs/ic-utils"
include = ["src", "Cargo.toml", "../LICENSE", "README.md"]
keywords = ["internet-computer", "agent", "utility", "icp", "dfinity"]
license = "Apache-2.0"
name = "ic-utils"
readme = "README.md"
rust-version = "1.58.1"
version = "0.17.0"