[dependencies.lazy_static]
version = "1.4.0"
[dependencies.proc-macro2]
version = "1.0.19"
[dependencies.quote]
version = "1.0.7"
[dependencies.syn]
features = ["visit", "full"]
version = "2.0"
[lib]
name = "candid_derive"
proc-macro = true
[package]
authors = ["DFINITY Team"]
categories = ["encoding", "wasm"]
description = "Macros implementation of #[derive(CandidType)] for the Candid."
documentation = "https://docs.rs/candid_derive"
edition = "2021"
homepage = "https://docs.rs/candid_derive"
include = ["src", "README.md", "Cargo.toml", "LICENSE"]
keywords = ["internet-computer", "idl", "candid", "dfinity", "parser"]
license = "Apache-2.0"
name = "candid_derive"
readme = "README.md"
repository = "https://github.com/dfinity/candid"
rust-version = "1.70.0"
version = "0.6.6"