2018-05-12 19:35:10 +00:00
|
|
|
[package]
|
|
|
|
name = "activitystreams-derive"
|
2018-05-12 20:14:43 +00:00
|
|
|
description = "Derive macros for activitystreams"
|
2020-03-14 20:27:43 +00:00
|
|
|
version = "0.5.0-alpha.3"
|
2018-05-12 20:14:43 +00:00
|
|
|
license = "GPL-3.0"
|
2018-05-12 19:35:10 +00:00
|
|
|
authors = ["asonix <asonix.dev@gmail.com>"]
|
2019-05-14 16:38:15 +00:00
|
|
|
repository = "https://git.asonix.dog/Aardwolf/activitystreams"
|
2018-05-14 04:05:28 +00:00
|
|
|
readme = "README.md"
|
2018-05-12 20:14:43 +00:00
|
|
|
keywords = ["activitystreams", "activitypub"]
|
2019-10-28 23:18:12 +00:00
|
|
|
edition = "2018"
|
2018-05-12 19:35:10 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2019-10-28 23:18:12 +00:00
|
|
|
quote = "1.0"
|
2020-03-13 20:54:29 +00:00
|
|
|
syn = { version = "1.0", features = ["full"] }
|
2019-10-28 23:18:12 +00:00
|
|
|
proc-macro2 = "1.0"
|
2018-05-12 19:35:10 +00:00
|
|
|
|
2018-05-14 03:57:56 +00:00
|
|
|
[dev-dependencies]
|
2020-03-11 14:56:36 +00:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2018-05-14 03:57:56 +00:00
|
|
|
serde_json = "1.0"
|
|
|
|
|
2018-05-12 19:35:10 +00:00
|
|
|
[lib]
|
|
|
|
proc-macro = true
|