[package] name = "actix-webfinger" description = "Types and helpers to create and fetch Webfinger resources" version = "0.3.0-alpha.5" license = "GPL-3.0" authors = ["asonix "] repository = "https://git.asonix.dog/Aardwolf/actix-webfinger" readme = "README.md" edition = "2018" [dependencies] actix-http = "2.0.0-alpha.1" actix-web = "3.0.0-alpha.1" serde = "1.0" serde_derive = "1.0" thiserror = "1.0" [dev-dependencies] actix = "0.10.0-alpha.1" actix-rt = "1.0.0" actix-web = { version = "3.0.0-alpha.1", features = ["openssl"] } pretty_env_logger = "0.4" serde_json = "1.0"