[package] name = "hyaenidae-profiles" version = "0.1.0" authors = ["asonix "] 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"] }