ic-cdk 0.20.0

Canister Developer Kit for the Internet Computer.
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.88.0"
name = "ic-cdk"
version = "0.20.0"
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
build = false
include = [
    "src",
    "Cargo.toml",
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Canister Developer Kit for the Internet Computer."
homepage = "https://docs.rs/ic-cdk"
documentation = "https://docs.rs/ic-cdk"
readme = "README.md"
keywords = [
    "internet-computer",
    "types",
    "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"
rustdoc-args = ["--cfg=docsrs"]

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

[dependencies.candid]
version = "0.10.24"

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

[dependencies.ic-cdk-macros]
version = "=0.20.0"

[dependencies.ic-error-types]
version = "0.2.0"

[dependencies.ic0]
version = "1.0.1"

[dependencies.pin-project-lite]
version = "0.2.17"

[dependencies.serde]
version = "1"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.anyhow]
version = "1.0.102"

[dev-dependencies.candid_parser]
version = "0.3.0"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.trybuild]
version = "1.0.116"