# 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 = "2021" rust-version = "1.75.0" name = "ic-cdk" version = "0.17.0" authors = ["DFINITY Stiftung "] include = [ "src", "Cargo.toml", "LICENSE", "README.md", ] 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" features = ["transform-closure"] rustdoc-args = ["--cfg=docsrs"] [dependencies.candid] version = "0.10.4" [dependencies.ic-cdk-macros] version = "=0.17.0" [dependencies.ic0] version = "0.23.0" [dependencies.serde] version = "1" [dependencies.serde_bytes] version = "0.11" [dependencies.slotmap] version = "1" optional = true [dev-dependencies.anyhow] version = "1" [dev-dependencies.rstest] version = "0.12.0" [dev-dependencies.trybuild] version = "1.0" [features] transform-closure = ["dep:slotmap"]