You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/apub_lib/Cargo.toml

18 lines
643 B
TOML

[package]
name = "lemmy_apub_lib"
version = "0.11.3-rc.5"
edition = "2018"
description = "A link aggregator for the fediverse"
license = "AGPL-3.0"
[dependencies]
lemmy_utils = { version = "0.11.3-rc.5", path = "../utils" }
lemmy_websocket = { version = "0.11.3-rc.5", path = "../websocket" }
lemmy_apub_lib_derive = { version = "0.11.3-rc.5", path = "../apub_lib_derive" }
activitystreams = "0.7.0-alpha.11"
activitystreams-ext = "0.1.0-alpha.2"
serde = { version = "1.0.123", features = ["derive"] }
async-trait = "0.1.42"
url = { version = "2.2.1", features = ["serde"] }
serde_json = { version = "1.0.64", features = ["preserve_order"] }