candid_derive 0.2.0

Macros implementation of #[derive(CandidType)] for the Candid.
Documentation
[dependencies.proc-macro2]
version = "1.0.12"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["visit"]
version = "1.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 = "2018"
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"
version = "0.2.0"