hyaenidae/profiles/Cargo.toml
asonix ab8aa2cbe1 Profiles: expose needed information for non-apub profile creation
- Add image purge to profile update
- Add outbound processing in apub ingest
- Add follower + follow request cleanup in profile delete
- Add inboxes + id to Outbound trait
2021-01-06 02:21:17 -06:00

27 lines
713 B
TOML

[package]
name = "hyaenidae-profiles"
version = "0.1.0"
authors = ["asonix <asonix@asonix.dog>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-rt = "1.1.1"
actix-web = "3.3.2"
activitystreams = "0.7.0-alpha.9"
activitystreams-ext = "0.1.0-alpha.2"
chrono = { version = "0.4.19", features = ["serde"] }
log = "0.4.11"
mime = "0.3.16"
rand = "0.7.0"
rsa = "0.3.0"
rsa-magic-public-key = "0.2.1"
rsa-pem = "0.2.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sled = "0.34.6"
thiserror = "1.0"
url = { version = "2.2.0", features = ["serde"] }
uuid = { version = "0.8.1", features = ["serde", "v4"] }