actix-webfinger/Cargo.toml

25 lines
561 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"
2019-06-06 19:58:42 +00:00
version = "0.2.0"
2019-01-27 20:45:44 +00:00
license = "GPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
2019-05-14 16:46:46 +00:00
repository = "https://git.asonix.dog/Aardwolf/actix-webfinger"
2019-01-27 20:45:44 +00:00
readme = "README.md"
edition = "2018"
[dependencies]
2019-06-06 19:58:42 +00:00
actix-http = "0.2.3"
actix-service = "0.4.1"
actix-web = "1.0.0"
2019-01-27 20:45:44 +00:00
failure = "0.1"
futures = "0.1"
serde = "1.0"
serde_derive = "1.0"
[dev-dependencies]
2019-05-12 17:19:49 +00:00
actix = "0.8"
2019-06-06 19:58:42 +00:00
actix-web = { version = "1.0.0", features = ["ssl"] }
2019-01-27 20:45:44 +00:00
openssl = "0.10"
serde_json = "1.0"