webfinger-cli 0.0.30

Command-line client for querying WebFinger resources and testing WebFinger servers.
# 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 = "2024"
rust-version = "1.88"
name = "webfinger-cli"
version = "0.0.30"
authors = ["Josh McKinney"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line client for querying WebFinger resources and testing WebFinger servers."
readme = "README.md"
keywords = [
    "webfinger",
    "client",
    "library",
    "rust",
    "cli",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/joshka/webfinger-rs"
resolver = "2"

[[bin]]
name = "webfinger"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.48"
features = [
    "derive",
    "wrap_help",
]

[dependencies.clap-cargo]
version = "0.18"

[dependencies.clap-verbosity-flag]
version = "3.0.1"
features = ["tracing"]
default-features = false

[dependencies.color-eyre]
version = "0.6"

[dependencies.colored_json]
version = "5"

[dependencies.http]
version = "1.1"
features = ["std"]
default-features = false

[dependencies.reqwest]
version = "0.13"
features = ["rustls-no-provider"]
default-features = false

[dependencies.rustls]
version = "0.23.27"

[dependencies.tokio]
version = "1.41"
features = [
    "macros",
    "rt-multi-thread",
]
default-features = false

[dependencies.tracing]
version = "0.1.37"
features = [
    "attributes",
    "std",
]
default-features = false

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "ansi",
    "env-filter",
    "fmt",
    "env-filter",
]
default-features = false

[dependencies.webfinger-rs]
version = "0.0.30"
features = ["reqwest"]