[package] name = "apub-background-jobs" description = "Utilities for building activitypub servers" version = "0.1.0" license = "AGPL-3.0" authors = ["asonix "] 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] anyhow = "1" apub-core = { version = "0.1.0", path = "../apub-core/" } async-trait = "0.1.51" background-jobs = "0.11.0" serde = { version = "1", features = ["derive"] } serde_json = "1" url = { version = "2", features = ["serde"] } [dev-dependencies] actix-rt = "2.5.0" apub-reqwest = { version = "0.1.0", path = "../apub-reqwest/" } apub-openssl = { version = "0.1.0", path = "../apub-openssl/" } openssl = "0.10" reqwest = { version = "0.11", default-features = false }