actix-webfinger/Cargo.toml

23 lines
510 B
TOML
Raw Normal View History

2019-01-27 20:45:44 +00:00
[package]
name = "actix-webfinger"
description = "Types and helpers to create and fetch Webfinger resources"
version = "0.1.0"
license = "GPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/asonix/actix-webfinger"
readme = "README.md"
edition = "2018"
[dependencies]
actix = "0.7"
actix-web = "0.7"
failure = "0.1"
futures = "0.1"
serde = "1.0"
serde_derive = "1.0"
[dev-dependencies]
actix-web = { version = "0.7", features = ["ssl"] }
openssl = "0.10"
serde_json = "1.0"