ic-utils 0.23.2

Collection of utilities for Rust, on top of ic-agent, to communicate with the Internet Computer, following the Public Specification.
Documentation
[package]
name = "ic-utils"
version.workspace = true
authors.workspace = true
edition.workspace = true
repository.workspace = true
license.workspace = true
rust-version.workspace = true
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"
readme = "README.md"
categories = ["api-bindings", "data-structures", "no-std"]
keywords = ["internet-computer", "agent", "utility", "icp", "dfinity"]
include = ["src", "Cargo.toml", "../LICENSE", "README.md"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait = "0.1.40"
candid = { workspace = true }
ic-agent = { path = "../ic-agent", version = "0.23", default-features = false }
serde = { workspace = true }
serde_bytes = { workspace = true }
strum = "0.24"
strum_macros = "0.24"
thiserror = { workspace = true }
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.23" }
ring = { workspace = true }
tokio = { version = "1.24.2", features = ["full"] }

[features]
raw = []