# 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 = "webfinger-cli" version = "0.0.12" authors = ["Josh McKinney"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A WebFinger client and library written in Rust." documentation = "https://docs.rs/webfinger-rs" readme = "README.md" keywords = [ "webfinger", "client", "library", "rust", "cli", ] license = "MIT OR Apache-2.0" repository = "https://github.com/joshka/webfinger-rs" [[bin]] name = "webfinger" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = [ "derive", "wrap_help", ] [dependencies.clap-cargo] version = "0.14.1" [dependencies.clap-verbosity] version = "2.1.0" [dependencies.color-eyre] version = "0.6.3" [dependencies.colored_json] version = "5.0.0" [dependencies.http] version = "1.1.0" [dependencies.reqwest] version = "0.12.8" [dependencies.tokio] version = "1.40.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-error] version = "0.2.0" [dependencies.tracing-log] version = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.webfinger-rs] version = "0.0.12" features = ["reqwest"]