actix-webfinger/Cargo.toml

25 lines
580 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-05-12 17:24:45 +00:00
version = "0.2.0-beta.2"
2019-01-27 20:45:44 +00:00
license = "GPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/asonix/actix-webfinger"
readme = "README.md"
edition = "2018"
[dependencies]
2019-05-12 17:19:49 +00:00
actix-http = "0.1.5"
actix-service = "0.3.0"
actix-web = "1.0.0-beta.3"
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"
actix-web = { version = "1.0.0-beta.3", features = ["ssl"] }
2019-01-27 20:45:44 +00:00
openssl = "0.10"
serde_json = "1.0"