onionlink-cli 0.1.2

Command-line client for testing Tor v3 onion-service connections with onionlink
# 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"
rust-version = "1.83"
name = "onionlink-cli"
version = "0.1.2"
authors = ["Yehor Smoliakov <egorsmkv@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line client for testing Tor v3 onion-service connections with onionlink"
documentation = "https://docs.rs/onionlink-cli"
readme = "README.md"
license = "MIT"

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

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.onionlink-core]
version = "0.1.2"