# 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.78.0"
name = "ic-cdk-macros"
version = "0.18.0-alpha.1"
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
include = [
    "src",
    "Cargo.toml",
    "LICENSE",
    "README.md",
]
description = "Canister Developer Kit macros."
homepage = "https://docs.rs/ic-cdk-macros"
documentation = "https://docs.rs/ic-cdk-macros"
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"

[lib]
proc-macro = true

[dependencies.candid]
version = "0.10.13"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1"

[dependencies.serde]
version = "1"

[dependencies.serde_tokenstream]
version = "0.2.0"

[dependencies.syn]
version = "2"
features = [
    "fold",
    "full",
    "extra-traits",
]