ic-cdk-executor 2.0.0-beta.1

Async executor for `ic-cdk`
Documentation
[dependencies.ic0]
version = "1.0.1"

[dependencies.slotmap]
version = "1"

[dependencies.smallvec]
version = "1.15.1"

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

[package]
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["asynchronous", "rust-patterns"]
description = "Async executor for `ic-cdk`"
edition = "2024"
keywords = ["internet-computer", "dfinity", "canister", "cdk"]
license = "Apache-2.0"
links = "ic-cdk async executor, see https://github.com/dfinity/cdk-rs/blob/links-pin/TROUBLESHOOTING.md"
name = "ic-cdk-executor"
readme = false
repository = "https://github.com/dfinity/cdk-rs"
rust-version = "1.85.0"
version = "2.0.0-beta.1"

[package.metadata.docs.rs]
targets = ["wasm32-unknown-unknown"]