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

21 lines
614 B
TOML

[package]
name = "apub-core"
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]
async-trait = "0.1.51"
serde = "1"
url = { version = "2", features = ["serde"] }
[dev-dependencies]
reqwest = { version = "0.11", default-features = false, features = ["json"] }
serde_json = "1"