actix-webfinger/Cargo.toml
Aode (Lion) 8ab8f74821
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Update versions and examples
2022-03-08 11:56:05 -06:00

22 lines
554 B
TOML

[package]
name = "actix-webfinger"
description = "Types and helpers to create and fetch Webfinger resources"
version = "0.4.1"
license = "GPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/asonix/actix-webfinger"
readme = "README.md"
edition = "2021"
[dependencies]
actix-rt = "2.6.0"
actix-web = { version = "4.0.1", default-features = false }
awc = { version = "3.0.0", default-features = false }
serde = "1.0"
serde_derive = "1.0"
thiserror = "1.0"
[dev-dependencies]
pretty_env_logger = "0.4"
serde_json = "1.0"