webfinger/Cargo.toml
2019-03-17 16:11:30 +01:00

20 lines
No EOL
485 B
TOML
Executable file

[package]
authors = ["Ana Gelez <ana@gelez.xyz>"]
name = "webfinger"
version = "0.4.0"
description = "A crate to help you fetch and serve WebFinger resources"
repository = "https://github.com/Plume-org/webfinger"
readme = "README.md"
keywords = ["webfinger", "federation", "decentralization"]
categories = ["web-programming"]
license = "GPL-3.0"
edition = "2018"
[dependencies]
reqwest = "0.9"
serde = "1.0"
serde_derive = "1.0"
[dev-dependencies]
serde_json = "1.0"
mockito = "0.16"