ts_keys 0.3.3

tailscale cryptographic key types
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.91.0"
name = "ts_keys"
version = "0.3.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tailscale cryptographic key types"
readme = "README.md"
keywords = [
    "tailscale",
    "keys",
]
categories = ["cryptography"]
license = "BSD-3-Clause"
repository = "https://github.com/tailscale/tailscale-rs"

[features]
serde = ["dep:serde"]

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

[dependencies.crypto_box]
version = "0.9"

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

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

[dependencies.x25519-dalek]
version = "3.0.0-pre.6"
features = [
    "getrandom",
    "reusable_secrets",
    "static_secrets",
]

[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"