apub/apub-simple-activitypub/Cargo.toml
2021-11-29 21:43:54 -06:00

19 lines
670 B
TOML

[package]
name = "apub-simple-activitypub"
description = "Utilities for building activitypub servers"
version = "0.1.0"
license = "AGPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/asonix/apub"
keywords = ["activitypub", "activitystreams", "federation", "async"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
apub-core = { version = "0.1.0", path = "../apub-core/" }
apub-publickey = { version = "0.1.0", path = "../apub-publickey/" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
url = { version = "2", features = ["serde"] }