actix-webfinger/Cargo.toml

22 lines
577 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"
2021-03-10 01:58:42 +00:00
version = "0.4.0-beta.3"
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]
2021-03-10 01:58:42 +00:00
actix-rt = "2.1.0"
2021-02-10 23:49:15 +00:00
actix-web = { version = "4.0.0-beta.3", default-features = false }
2021-03-10 01:58:42 +00:00
awc = { version = "3.0.0-beta.3", default-features = false }
2019-01-27 20:45:44 +00:00
serde = "1.0"
serde_derive = "1.0"
2020-03-16 01:03:35 +00:00
thiserror = "1.0"
2019-01-27 20:45:44 +00:00
[dev-dependencies]
2020-04-21 19:08:59 +00:00
pretty_env_logger = "0.4"
2019-01-27 20:45:44 +00:00
serde_json = "1.0"