ic-utils 0.43.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.68"

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

[dependencies.futures-util]
version = "0.3.31"

[dependencies.ic-agent]
default-features = false
version = "0.43.0"

[dependencies.ic-management-canister-types]
version = "0.3.3"

[dependencies.once_cell]
version = "1.10.0"

[dependencies.semver]
version = "1.0.7"

[dependencies.serde]
version = "1.0.215"

[dependencies.serde_bytes]
version = "0.11.15"

[dependencies.sha2]
version = "0.10.8"

[dependencies.strum]
version = "0.26"

[dependencies.strum_macros]
version = "0.26"

[dependencies.thiserror]
version = "2.0.3"

[dependencies.time]
version = "0.3"

[dependencies.tokio]
default-features = false
version = "1.41.1"

[dev-dependencies.ic-agent]
default-features = true
version = "0.43.0"

[dev-dependencies.ic-ed25519]
version = "0.2"

[dev-dependencies.pocket-ic]
version = "6.0.0"

[dev-dependencies.tokio]
default-features = false
features = ["full"]
version = "1.41.1"

[features]
raw = []

[lib]
name = "ic_utils"
path = "src/lib.rs"

[lints.clippy]
needless_lifetimes = "allow"

[package]
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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"
repository = "https://github.com/dfinity/agent-rs"
rust-version = "1.85.0"
version = "0.43.0"

[package.metadata.docs.rs]
features = ["raw"]
rustdoc-args = ["--cfg=docsrs"]
targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]