actix-webfinger/Cargo.toml

22 lines
579 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-12-30 18:06:02 +00:00
version = "0.4.0-beta.5"
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"
2021-10-21 21:21:44 +00:00
edition = "2021"
2019-01-27 20:45:44 +00:00
[dependencies]
2021-11-18 16:33:24 +00:00
actix-rt = "2.3.0"
2021-12-30 18:06:02 +00:00
actix-web = { version = "4.0.0-beta.18", default-features = false }
awc = { version = "3.0.0-beta.17", 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"