actix-webfinger/Cargo.toml
2019-06-06 14:58:42 -05:00

25 lines
561 B
TOML

[package]
name = "actix-webfinger"
description = "Types and helpers to create and fetch Webfinger resources"
version = "0.2.0"
license = "GPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/Aardwolf/actix-webfinger"
readme = "README.md"
edition = "2018"
[dependencies]
actix-http = "0.2.3"
actix-service = "0.4.1"
actix-web = "1.0.0"
failure = "0.1"
futures = "0.1"
serde = "1.0"
serde_derive = "1.0"
[dev-dependencies]
actix = "0.8"
actix-web = { version = "1.0.0", features = ["ssl"] }
openssl = "0.10"
serde_json = "1.0"