1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[]
= "makeover-webview"
= "0.24.0"
= "2024"
= "The webview renderer for makeover-layout. Emits CSS, and is the one renderer that needs no palette: var() is the late binding, so resolution stays with the browser."
= "MIT"
= "https://makenot.work/git/max/makeover-webview"
[]
# Pinned to the exact patch that introduced the API this crate calls, not to the
# minor. A minor-only pin lets a consumer whose lock already holds an earlier
# patch satisfy the requirement and still fail to compile. That happened once
# with `form::radio_html` calling `FieldKind::Radio`, and makeover-build is where
# it surfaced, one release later.
= "0.13.0"
# The capability axis. `makeover-touch` decides whether a hover rule should be
# gated at all; `makeover-geometry` spells the gate as a media condition. Both
# answers are owned elsewhere and neither is re-derived here.
#
# Exact patch, for the second reason a minor-only pin is wrong: touch 0.8.0
# requires makeover-geometry ^0.6, so a consumer lock already holding 0.8.0
# satisfies "0.8" and keeps a second makeover-geometry in the graph next to the
# 0.7 this crate asks for. `Density` is nominally distinct across the two and
# the build fails on a type that reads as identical.
= "0.8.1"
= "0.7"
[]
= "warn"
= "warn"
[]
= { = "warn", = -1 }
# Allow-list tuned from a measured breakdown across server/multithreaded/pter
# (2026-07-22). These are the high-churn / low-signal pedantic lints; everything
# else in `pedantic` stays a warning. Keep this block identical across repos.
= "allow"
# Doc lints. No docs-completeness push is underway.
= "allow"
= "allow"
= "allow"
# Numeric casts. Endemic and mostly intentional in size and byte math.
= "allow"
= "allow"
= "allow"
= "allow"
= "allow"
# Subjective structure and style nags. High churn, low signal.
= "allow"
= "allow"
= "allow"
= "allow"
= "allow"
= "allow"
# Frequent false-positives in TUI and router-heavy code.
= "allow"
= "allow"
= "allow"