activitystreams/activitystreams-ext/Cargo.toml

22 lines
670 B
TOML
Raw Permalink Normal View History

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"
2022-12-06 23:36:34 +00:00
version = "0.1.0-alpha.3"
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"]
2021-10-21 21:38:07 +00:00
edition = "2021"
2020-07-25 21:59:15 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-12-06 23:36:34 +00:00
activitystreams = { version = "0.7.0-alpha.21", path = ".." }
2020-07-25 21:59:15 +00:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[dev-dependencies]
anyhow = "1.0"