ts_derp 0.4.0

tailscale derp 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 = "2024"
rust-version = "1.92.0"
name = "ts_derp"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tailscale derp client"
readme = "README.md"
keywords = [
    "tailscale",
    "packet",
    "derp",
    "network",
    "transport",
]
categories = [
    "network-programming",
    "encoding",
    "asynchronous",
]
license = "BSD-3-Clause"
repository = "https://github.com/tailscale/tailscale-rs"

[features]
insecure-for-tests = ["ts_tls_util/insecure"]

[lib]
name = "ts_derp"
path = "src/lib.rs"

[[example]]
name = "listen"
path = "examples/listen.rs"

[[example]]
name = "ping"
path = "examples/ping.rs"

[dependencies.bytes]
version = "1"

[dependencies.crypto_box]
version = "0.9"

[dependencies.futures]
version = "0.3"
default-features = false

[dependencies.hex]
version = "0.4"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"
default-features = false

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

[dependencies.tokio-util]
version = "0.7"
default-features = false

[dependencies.tracing]
version = "0.1"
features = ["attributes"]
default-features = false

[dependencies.ts_hexdump]
version = "0.4.0"

[dependencies.ts_http_util]
version = "0.4.0"

[dependencies.ts_keys]
version = "0.4.0"

[dependencies.ts_packet]
version = "0.4.0"

[dependencies.ts_tls_util]
version = "0.4.0"

[dependencies.ts_transport]
version = "0.4.0"

[dependencies.url]
version = "2"
default-features = false

[dependencies.yoke]
version = "0.8"
features = [
    "alloc",
    "derive",
]
default-features = false

[dependencies.zerocopy]
version = "0.8"
features = ["derive"]

[lints.clippy]
multiple_crate_versions = "allow"
too_many_arguments = "allow"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.rust]
closure_returning_async_block = "warn"
let-underscore = "warn"
missing_docs = "warn"

[lints.rustdoc]
bare_urls = "deny"
broken_intra_doc_links = "deny"
invalid_html_tags = "deny"
private_intra_doc_links = "deny"