[package]
edition = "2024"
rust-version = "1.91.0"
name = "ts_packet"
version = "0.3.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tailscale packet types"
readme = "README.md"
keywords = [
"tailscale",
"packet",
"network",
]
categories = [
"no-std",
"network-programming",
]
license = "BSD-3-Clause"
repository = "https://github.com/tailscale/tailscale-rs"
[lib]
name = "ts_packet"
path = "src/lib.rs"
[dependencies.bytes]
version = "1"
[dependencies.crypto_box]
version = "0.9"
[dependencies.ts_hexdump]
version = "0.3.3"
[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"