# 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 = "ic-utils" 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 = "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" keywords = [ "internet-computer", "agent", "utility", "icp", "dfinity", ] categories = [ "api-bindings", "data-structures", "no-std", ] license = "Apache-2.0" repository = "https://github.com/dfinity/agent-rs" [package.metadata.docs.rs] features = ["raw"] rustdoc-args = ["--cfg=docsrs"] targets = [ "x86_64-unknown-linux-gnu", "wasm32-unknown-unknown", ] [lib] name = "ic_utils" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.68" [dependencies.candid] version = "0.10.1" features = ["value"] [dependencies.futures-util] version = "0.3.21" [dependencies.ic-agent] version = "0.39.0" default-features = false [dependencies.once_cell] version = "1.10.0" [dependencies.semver] version = "1.0.7" [dependencies.serde] version = "1.0.162" [dependencies.serde_bytes] version = "0.11.13" [dependencies.sha2] version = "0.10.6" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.thiserror] version = "1.0.40" [dependencies.time] version = "0.3" [dependencies.tokio] version = "1.28.0" [dev-dependencies.ed25519-consensus] version = "2.1.0" [dev-dependencies.ic-agent] version = "0.39.0" default-features = true [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.28.0" features = ["full"] [features] raw = []