2020-07-25 21:59:15 +00:00
|
|
|
[package]
|
|
|
|
name = "activitystreams-ext"
|
2020-07-25 22:08:04 +00:00
|
|
|
description = "Extension types for the ActivityStreams crate"
|
2020-07-26 17:16:23 +00:00
|
|
|
version = "0.1.0-alpha.2"
|
2020-07-25 21:59:15 +00:00
|
|
|
license = "GPL-3.0"
|
|
|
|
authors = ["asonix <asonix@asonix.dog>"]
|
2020-07-25 22:23:46 +00:00
|
|
|
repository = "https://git.asonix.dog/Aardwolf/activitystreams"
|
2020-07-25 22:06:27 +00:00
|
|
|
documentation = "https://docs.rs/activitystreams-ext"
|
2020-07-25 21:59:15 +00:00
|
|
|
readme = "README.md"
|
|
|
|
keywords = ["activitystreams", "activitypub"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2020-07-26 16:56:37 +00:00
|
|
|
activitystreams = { version = "0.7.0-alpha.3", path = ".." }
|
2020-07-25 21:59:15 +00:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
serde_json = "1.0"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
anyhow = "1.0"
|