[package]
edition = "2024"
rust-version = "1.91.0"
name = "ts_time"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "time- and scheduling-oriented utilities for tailscale"
readme = "README.md"
keywords = [
"tailscale",
"time",
"schedule",
]
categories = [
"date-and-time",
"data-structures",
]
license = "BSD-3-Clause"
repository = "https://github.com/tailscale/tailscale-rs"
[lib]
name = "ts_time"
path = "src/lib.rs"
[dev-dependencies.proptest]
version = "1"
[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"