2018-05-14 03:24:41 +00:00
|
|
|
[package]
|
|
|
|
name = "activitystreams-types"
|
|
|
|
description = "Base types from the Activity Streams spec"
|
2018-05-14 20:06:01 +00:00
|
|
|
version = "0.1.1"
|
2018-05-14 03:24:41 +00:00
|
|
|
license = "GPL-3.0"
|
|
|
|
authors = ["asonix <asonix.dev@gmail.com>"]
|
|
|
|
repository = "https://github.com/asonix/activitystreams"
|
2018-05-14 06:21:24 +00:00
|
|
|
readme = "README.md"
|
2018-05-14 03:24:41 +00:00
|
|
|
keywords = ["activitystreams", "activitypub"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
activitystreams-derive = { version = "0.1", path = "../activitystreams-derive" }
|
|
|
|
activitystreams-traits = { version = "0.1", path = "../activitystreams-traits" }
|
|
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
|
|
mime = "0.3"
|
|
|
|
serde = "1.0"
|
|
|
|
serde_derive = "1.0"
|
|
|
|
serde_json = "1.0"
|
2018-05-14 06:18:12 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
failure = "0.1"
|