[dependencies.bincode]
version = "1.3.3"
[dependencies.candid]
version = "0.7"
[dependencies.futures]
version = "0.3.17"
[dependencies.ic-cdk]
version = "0.5"
[dependencies.ic-kit-macros]
version = "0.1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.130"
[dependencies.serde_bytes]
version = "0.11.5"
[package]
authors = ["Parsa Ghadimi <parsa@fleek.co>", "Ossian Mapes <oz@fleek.co>"]
categories = ["api-bindings", "data-structures", "development-tools::testing"]
description = "Testable Canister Developer Kit for the Internet Computer."
documentation = "https://docs.rs/ic-kit"
edition = "2018"
homepage = "https://docs.rs/ic-kit"
include = ["src", "Cargo.toml", "README.md"]
keywords = ["internet-computer", "canister", "cdk", "fleek"]
license = "Apache-2.0"
name = "ic-kit"
repository = "https://github.com/Psychedelic/ic-kit"
version = "0.4.8"
[target.'cfg(not(target_family = "wasm"))'.dependencies.async-std]
features = ["attributes"]
version = "1.10.0"