bee-common-derive 0.1.1-alpha

Derive macros for the bee-common crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "bee-common-derive"
version = "0.1.1-alpha"
authors = ["IOTA Stiftung"]
edition = "2018"
description = "Derive macros for the bee-common crate"
readme = "README.md"
repository = "https://github.com/iotaledger/bee"
license = "Apache-2.0"
keywords = ["iota", "tangle", "bee", "framework", "common"]
homepage = "https://www.iota.org"

[lib]
proc-macro = true

[dependencies]
quote = "1.0.7"
syn = "1.0.33"