ic-cdk-timers 1.0.0

Timers library for the Rust 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-timers"
version = "1.0.0"
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
build = "build.rs"
links = "ic-cdk-timers (canister_global_timer), see https://github.com/dfinity/cdk-rs/blob/links-pin/TROUBLESHOOTING.md"
include = [
    "src",
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "build.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Timers library for the Rust CDK."
homepage = "https://docs.rs/ic-cdk"
documentation = "https://docs.rs/ic-cdk-timers"
readme = "README.md"
keywords = [
    "internet-computer",
    "dfinity",
    "canister",
    "cdk",
]
categories = [
    "api-bindings",
    "data-structures",
    "no-std",
    "development-tools::ffi",
]
license = "Apache-2.0"
repository = "https://github.com/dfinity/cdk-rs"

[package.metadata.docs.rs]
default-target = "wasm32-unknown-unknown"
rustc-args = ["--cfg=docsrs"]

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

[dependencies.ic-cdk-executor]
version = "2.0.0"

[dependencies.ic0]
version = "1.0.1"

[dependencies.slotmap]
version = "1"

[dev-dependencies.ic-cdk]
version = "0.19.0"