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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[]
= [
"x86_64-unknown-linux-gnu",
"x86_64-apple-darwin",
"aarch64-apple-darwin",
]
= false
# Scan the "full" bundle rather than hand-picked leaf features: it is the most
# feature-complete build shipped by CI (blocking `bundle-check` job) and release
# artifacts, transitively covering pdf, candle (via classifiers), tui (via desktop),
# acp, gateway, a2a, discord, slack, scheduler, profiling, sandbox, gonka, cocoon,
# registry, and session. Keeping this as a single bundle reference (instead of an
# enumerated feature list) avoids silent scan-scope drift whenever `full` gains a
# new leaf feature (see #5994: `pdf` shipped in production but was invisible here).
= ["full"]
[]
= "~/.cargo/advisory-db"
= ["https://github.com/rustsec/advisory-db"]
# rustls-pemfile unmaintained (RUSTSEC-2025-0134, via qdrant-client -> tonic 0.12)
# Verified in qdrant-client 1.18 (tonic 0.12.3); remove once qdrant/rust-client#255 merges
# number_prefix unmaintained (via indicatif -> hf-hub, candle transitive dep)
# proc-macro-error2 unmaintained (RUSTSEC-2026-0173, via aquamarine -> teloxide and i18n-embed-fl -> age)
# Both are transitive; remove once teloxide/age update their proc-macro dependencies
# ttf-parser unmaintained (RUSTSEC-2026-0192, via pdf-extract -> lopdf -> ttf-parser, pdf feature)
# No patched version exists; advisory suggests migrating to `skrifa`. Transitive via
# pdf-extract/lopdf, which do not offer a ttf-parser-free path yet; track migrating off
# ttf-parser (or pdf-extract/lopdf entirely) once an upstream alternative lands
= ["RUSTSEC-2025-0134", "RUSTSEC-2024-0436", "RUSTSEC-2026-0173", "RUSTSEC-2026-0192"]
[]
= 0.93
= [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unicode-3.0",
"Zlib",
"MPL-2.0",
"CC0-1.0",
"Unlicense",
"OpenSSL",
"CDLA-Permissive-2.0",
]
[[]]
= "ring"
= "MIT AND ISC AND OpenSSL"
= [{ = "LICENSE", = 0xbd0eed23 }]
[[]]
= "ollama-rs"
= "MIT"
= []
[]
= "warn"
= "allow"
= "all"
# Allow thiserror 1.x/2.x duplicate until qdrant-client updates to 2.x
= [
{ = "thiserror", = "=1.0.69" },
{ = "thiserror-impl", = "=1.0.69" },
]
[]
= "warn"
= "warn"
= ["https://github.com/rust-lang/crates.io-index"]