onionlink-py 0.1.2

PyO3 extension module for the onionlink Tor v3 onion-service client
Documentation
# 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-py"
version = "0.1.2"
authors = ["Yehor Smoliakov <egorsmkv@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PyO3 extension module for the onionlink Tor v3 onion-service client"
documentation = "https://docs.rs/onionlink-py"
readme = "README.md"
license = "MIT"

[lib]
name = "_native"
crate-type = ["cdylib"]
path = "src/lib.rs"

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

[dependencies.pyo3]
version = "0.28"
features = ["extension-module"]

[dependencies.pyo3-async-runtimes]
version = "0.28"
features = ["tokio-runtime"]

[dependencies.tokio]
version = "1.13"
features = [
    "rt",
    "rt-multi-thread",
]

[build-dependencies.pyo3-build-config]
version = "0.28"