actix-webfinger/Cargo.toml

23 lines
600 B
TOML

[package]
name = "actix-webfinger"
description = "Types and helpers to create and fetch Webfinger resources"
version = "0.4.0-beta.2"
license = "GPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/Aardwolf/actix-webfinger"
readme = "README.md"
edition = "2018"
[dependencies]
actix-rt = "2.0.2"
actix-web = { version = "4.0.0-beta.3", default-features = false }
serde = "1.0"
serde_derive = "1.0"
thiserror = "1.0"
[dev-dependencies]
actix-rt = "2.0.2"
actix-web = { version = "4.0.0-beta.3", features = ["openssl"] }
pretty_env_logger = "0.4"
serde_json = "1.0"