# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "actix-webfinger" version = "0.5.0" authors = ["asonix "] description = "Types and helpers to create and fetch Webfinger resources" readme = "README.md" license = "GPL-3.0" repository = "https://git.asonix.dog/asonix/actix-webfinger" [dependencies.actix-rt] version = "2.6.0" [dependencies.actix-web] version = "4.0.1" default-features = false [dependencies.awc] version = "3.0.0" optional = true default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.pretty_env_logger] version = "0.5" [dev-dependencies.serde_json] version = "1.0" [features] client = ["dep:awc"] default = ["client"]