mirror of
https://git.asonix.dog/asonix/activitystreams.git
synced 2024-11-22 11:51:00 +00:00
24 lines
563 B
TOML
24 lines
563 B
TOML
[package]
|
|
name = "activitystreams-derive"
|
|
description = "Derive macros for activitystreams"
|
|
version = "0.3.0"
|
|
license = "GPL-3.0"
|
|
authors = ["asonix <asonix.dev@gmail.com>"]
|
|
repository = "https://git.asonix.dog/Aardwolf/activitystreams"
|
|
readme = "README.md"
|
|
keywords = ["activitystreams", "activitypub"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
quote = "1.0"
|
|
syn = "1.0"
|
|
proc-macro2 = "1.0"
|
|
|
|
[dev-dependencies]
|
|
activitystreams-traits = { version = "0.3", path = "../activitystreams-traits" }
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0"
|
|
|
|
[lib]
|
|
proc-macro = true
|