ic-cdk-executor 2.0.0

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

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

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

[dependencies.ic0]
version = "1.0.1"

[dependencies.slotmap]
version = "1"

[dependencies.smallvec]
version = "1.15.1"