hyaenidae/profiles/Cargo.toml
2021-04-02 12:07:19 -05:00

29 lines
804 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 = "2.1.0"
actix-web = "4.0.0-beta.5"
activitystreams = "0.7.0-alpha.9"
activitystreams-ext = "0.1.0-alpha.2"
awc = "3.0.0-beta.4"
chrono = { version = "0.4.19", features = ["serde"] }
hyaenidae-content = { version = "0.1.0", path = "../content" }
log = "0.4.11"
mime = "0.3.16"
rand = "0.8.0"
rsa = "0.4.0"
rsa-magic-public-key = "0.3.0"
rsa-pem = "0.3.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"] }