2 # cargo-vet config file
4 [imports.bytecodealliance]
5 url = "https://raw.githubusercontent.com/bytecodealliance/wasmtime/main/supply-chain/audits.toml"
8 url = "https://raw.githubusercontent.com/EmbarkStudios/rust-ecosystem/main/audits.toml"
11 audit-as-crates-io = true
12 notes = "This is the upstream code plus an extra fix that hasn't been released yet, see bug 1746533."
14 [policy.audioipc-client]
16 notes = "Going away very soon in bug 1697845"
18 [policy.audioipc-server]
20 notes = "Going away very soon in bug 1697845"
23 audit-as-crates-io = true
24 notes = "This is the upstream code plus a few local fixes, see bug 1685697."
27 audit-as-crates-io = true
28 notes = "This is a crate Henri wrote which is also published. We should probably update Firefox to tip and certify that."
31 audit-as-crates-io = true
32 notes = "This is a crate Henri wrote which is also published. We should probably update Firefox to tip and certify that."
35 audit-as-crates-io = true
36 notes = "This is a pinned version of the upstream code, presumably to get a fix that hadn't been released yet. We should consider switching to the latest official release."
39 audit-as-crates-io = true
40 notes = "wgpu-hal pins this crate."
43 audit-as-crates-io = false
44 criteria = "safe-to-run"
45 notes = "This is a first-party crate which is also published to crates.io. We certify audits for this crate as part of the documented release process, but that step happens after the version bump lands on central so we don't enforce it here. It's also used only for automation, so its subtree can be safe-to-run."
48 criteria = "safe-to-run"
49 notes = "Used for testing."
51 [policy.gkrust-shared]
52 dependency-criteria = { tokio-reactor = [], tokio-threadpool = [] }
54 [policy.gkrust_shared]
55 notes = "The dependencies on tokio-reactor and tokio-threadpools are just a hack to pin the version used by audioipc-{client,server}. Suppress vetting on those for the same reasons behind the policy entries."
58 criteria = "safe-to-run"
59 notes = "Used for fuzzing."
62 criteria = "safe-to-run"
63 notes = "Used for testing."
66 dependency-criteria = { fluent-testing = "safe-to-run", tokio = "safe-to-run" }
67 notes = "This crate has two testing-only dependencies which are specified as regular-but-optional rather than a dev-dependencies, because they need to be available to both benchmarks and integration tests."
70 audit-as-crates-io = false
71 notes = "This override is an api-compatible fork with an orthogonal implementation."
74 audit-as-crates-io = true
75 notes = "This is a first-party crate which is also published to crates.io, but we should publish audits for it for the benefit of the ecosystem."
78 audit-as-crates-io = true
79 notes = "wgpu-hal pins this crate."
82 audit-as-crates-io = true
83 notes = "This is a pinned version of the upstream code, presumably to get a fix that hadn't been released yet. We should consider switching to the latest official release."
86 audit-as-crates-io = true
87 notes = "Version 0.6.23 is a local fork of upstream which just twiddles some dependencies."
89 [policy.mio-named-pipes]
90 audit-as-crates-io = true
91 notes = "We have a local fork, but this entire subtree is going away shortly anyway with the old audioipc code."
94 audit-as-crates-io = false
95 notes = "The crates.io version of this is just a placeholder to allow public crates to depend on mozbuild."
98 audit-as-crates-io = true
99 notes = "This is a first-party crate which is also published to crates.io, but we should publish audits for it for the benefit of the ecosystem."
101 [policy.mozglue-static]
102 dependency-criteria = { rustc_version = "safe-to-run" }
103 notes = "The rustc_version dependency is only used in the build script, and does not generate any runtime code"
106 audit-as-crates-io = true
107 notes = "This is a first-party crate which is also published to crates.io, but we should publish audits for it for the benefit of the ecosystem."
110 audit-as-crates-io = true
111 notes = "This is a first-party crate which is also published to crates.io, but we should publish audits for it for the benefit of the ecosystem."
114 audit-as-crates-io = true
115 notes = "This is a first-party crate which is also published to crates.io, but we should publish audits for it for the benefit of the ecosystem."
118 audit-as-crates-io = true
119 notes = "wgpu-core pins this crate."
121 [policy.packed_simd_2]
122 audit-as-crates-io = true
123 notes = "Based on upstream, see bug 1719674."
126 audit-as-crates-io = false
127 notes = "This is a first-party crate which is entirely unrelated to the crates.io package of the same name."
130 audit-as-crates-io = true
131 notes = "This is a first-party crate which is also published to crates.io, but we should publish audits for it for the benefit of the ecosystem."
134 audit-as-crates-io = true
135 notes = "Identical to upstream, but with cdylib and staticlib targets disabled to avoid unnecessary build artifacts and linker errors."
138 audit-as-crates-io = true
139 notes = "This is a first-party crate which is also published to crates.io, but we should publish audits for it for the benefit of the ecosystem."
142 audit-as-crates-io = true
143 notes = "This is a first-party crate which is also published to crates.io, but we should publish audits for it for the benefit of the ecosystem."
146 criteria = "safe-to-run"
147 notes = "We're not shipping this and have no plans to ship it."
150 audit-as-crates-io = false
151 notes = "This is a first-party crate which is entirely unrelated to the crates.io package of the same name."
154 audit-as-crates-io = false
155 notes = "This is a first-party crate, maintained by the appservices team, which is entirely unrelated to the crates.io package of the same name."
158 audit-as-crates-io = false
159 criteria = "safe-to-run"
160 notes = "This is a first-party crate which is also published to crates.io. We certify audits for this crate as part of the documented release process, but that step happens after the version bump lands on central so we don't enforce it here. It's also used only for automation, so its subtree can be safe-to-run."
163 audit-as-crates-io = true
164 notes = "Upstream project which we pin."
167 audit-as-crates-io = true
168 notes = "Upstream project which we pin."
171 audit-as-crates-io = true
172 notes = "Upstream project which we pin."
175 audit-as-crates-io = true
176 notes = "Upstream project which we pin."
180 criteria = "safe-to-deploy"
184 criteria = "safe-to-deploy"
186 [[exemptions.aho-corasick]]
188 criteria = "safe-to-deploy"
192 criteria = "safe-to-deploy"
194 [[exemptions.alsa-sys]]
196 criteria = "safe-to-deploy"
198 [[exemptions.android_log-sys]]
200 criteria = "safe-to-deploy"
202 [[exemptions.arrayref]]
204 criteria = "safe-to-deploy"
207 version = "0.37.0+1.3.209"
208 criteria = "safe-to-deploy"
210 [[exemptions.askama_derive]]
212 criteria = "safe-to-deploy"
214 [[exemptions.askama_escape]]
216 criteria = "safe-to-deploy"
218 [[exemptions.askama_shared]]
220 criteria = "safe-to-deploy"
222 [[exemptions.async-task]]
224 criteria = "safe-to-deploy"
226 [[exemptions.async-trait]]
228 criteria = "safe-to-deploy"
230 [[exemptions.atomic]]
232 criteria = "safe-to-deploy"
234 [[exemptions.audio-mixer]]
236 criteria = "safe-to-deploy"
238 [[exemptions.audio_thread_priority]]
240 criteria = "safe-to-deploy"
242 [[exemptions.authenticator]]
244 criteria = "safe-to-deploy"
246 [[exemptions.base64]]
248 criteria = "safe-to-deploy"
250 [[exemptions.binary-space-partition]]
252 criteria = "safe-to-deploy"
254 [[exemptions.bincode]]
256 criteria = "safe-to-deploy"
258 [[exemptions.bitflags]]
260 criteria = "safe-to-deploy"
262 [[exemptions.bitflags_serde_shim]]
264 criteria = "safe-to-deploy"
266 [[exemptions.bitreader]]
268 criteria = "safe-to-deploy"
270 [[exemptions.bitvec]]
272 criteria = "safe-to-deploy"
276 criteria = "safe-to-deploy"
278 [[exemptions.block-buffer]]
280 criteria = "safe-to-deploy"
282 [[exemptions.byteorder]]
284 criteria = "safe-to-deploy"
288 criteria = "safe-to-deploy"
290 [[exemptions.cache-padded]]
292 criteria = "safe-to-deploy"
294 [[exemptions.camino]]
296 criteria = "safe-to-deploy"
298 [[exemptions.cargo-platform]]
300 criteria = "safe-to-deploy"
302 [[exemptions.cargo_metadata]]
304 criteria = "safe-to-deploy"
308 criteria = "safe-to-deploy"
310 [[exemptions.cfg_aliases]]
312 criteria = "safe-to-deploy"
314 [[exemptions.chrono]]
316 criteria = "safe-to-deploy"
318 [[exemptions.chunky-vec]]
320 criteria = "safe-to-deploy"
322 [[exemptions.clang-sys]]
324 criteria = "safe-to-deploy"
328 criteria = "safe-to-deploy"
330 [[exemptions.clap_derive]]
332 criteria = "safe-to-deploy"
334 [[exemptions.clap_lex]]
336 criteria = "safe-to-deploy"
338 [[exemptions.codespan-reporting]]
340 criteria = "safe-to-deploy"
342 [[exemptions.cookie]]
344 criteria = "safe-to-run"
346 [[exemptions.copyless]]
348 criteria = "safe-to-deploy"
350 [[exemptions.core-foundation]]
352 criteria = "safe-to-deploy"
354 [[exemptions.core-foundation-sys]]
356 criteria = "safe-to-deploy"
358 [[exemptions.core-graphics]]
360 criteria = "safe-to-deploy"
362 [[exemptions.core-graphics-types]]
364 criteria = "safe-to-deploy"
366 [[exemptions.core-text]]
368 criteria = "safe-to-deploy"
370 [[exemptions.coreaudio-sys]]
372 criteria = "safe-to-deploy"
374 [[exemptions.coremidi]]
376 criteria = "safe-to-deploy"
378 [[exemptions.coremidi-sys]]
380 criteria = "safe-to-deploy"
384 criteria = "safe-to-deploy"
386 [[exemptions.cose-c]]
388 criteria = "safe-to-deploy"
390 [[exemptions.cpufeatures]]
392 criteria = "safe-to-deploy"
394 [[exemptions.crc32fast]]
396 criteria = "safe-to-deploy"
398 [[exemptions.crossbeam-channel]]
400 criteria = "safe-to-deploy"
402 [[exemptions.crossbeam-deque]]
404 criteria = "safe-to-deploy"
406 [[exemptions.crossbeam-epoch]]
408 criteria = "safe-to-deploy"
410 [[exemptions.crossbeam-utils]]
412 criteria = "safe-to-deploy"
416 criteria = "safe-to-deploy"
418 [[exemptions.darling]]
420 criteria = "safe-to-deploy"
422 [[exemptions.darling_core]]
424 criteria = "safe-to-deploy"
426 [[exemptions.darling_macro]]
428 criteria = "safe-to-deploy"
430 [[exemptions.dashmap]]
432 criteria = "safe-to-deploy"
434 [[exemptions.data-encoding]]
436 criteria = "safe-to-deploy"
440 criteria = "safe-to-deploy"
442 [[exemptions.derive_more]]
444 criteria = "safe-to-deploy"
446 [[exemptions.devd-rs]]
448 criteria = "safe-to-deploy"
450 [[exemptions.digest]]
452 criteria = "safe-to-deploy"
456 criteria = "safe-to-deploy"
458 [[exemptions.dirs-sys]]
460 criteria = "safe-to-deploy"
462 [[exemptions.dns-parser]]
464 criteria = "safe-to-deploy"
466 [[exemptions.dogear]]
468 criteria = "safe-to-deploy"
472 criteria = "safe-to-deploy"
474 [[exemptions.dtoa-short]]
476 criteria = "safe-to-deploy"
478 [[exemptions.dwrote]]
480 criteria = "safe-to-deploy"
482 [[exemptions.either]]
484 criteria = "safe-to-deploy"
486 [[exemptions.enumset]]
488 criteria = "safe-to-deploy"
490 [[exemptions.enumset_derive]]
492 criteria = "safe-to-deploy"
494 [[exemptions.env_logger]]
496 criteria = "safe-to-deploy"
498 [[exemptions.error-chain]]
500 criteria = "safe-to-deploy"
502 [[exemptions.etagere]]
504 criteria = "safe-to-deploy"
506 [[exemptions.euclid]]
508 criteria = "safe-to-deploy"
510 [[exemptions.fallible-iterator]]
512 criteria = "safe-to-deploy"
514 [[exemptions.fallible-streaming-iterator]]
516 criteria = "safe-to-deploy"
518 [[exemptions.fallible_collections]]
520 criteria = "safe-to-deploy"
522 [[exemptions.fastrand]]
524 criteria = "safe-to-deploy"
526 [[exemptions.ffi-support]]
528 criteria = "safe-to-deploy"
530 [[exemptions.flate2]]
532 criteria = "safe-to-deploy"
534 [[exemptions.float-cmp]]
536 criteria = "safe-to-deploy"
538 [[exemptions.foreign-types]]
540 criteria = "safe-to-deploy"
542 [[exemptions.foreign-types-shared]]
544 criteria = "safe-to-deploy"
546 [[exemptions.form_urlencoded]]
548 criteria = "safe-to-run"
550 [[exemptions.freetype]]
552 criteria = "safe-to-deploy"
554 [[exemptions.fs-err]]
556 criteria = "safe-to-deploy"
558 [[exemptions.fuchsia-zircon]]
560 criteria = "safe-to-run"
562 [[exemptions.fuchsia-zircon-sys]]
564 criteria = "safe-to-run"
568 criteria = "safe-to-deploy"
570 [[exemptions.futures]]
572 criteria = "safe-to-deploy"
574 [[exemptions.futures-channel]]
576 criteria = "safe-to-deploy"
578 [[exemptions.futures-core]]
580 criteria = "safe-to-deploy"
582 [[exemptions.futures-executor]]
584 criteria = "safe-to-deploy"
586 [[exemptions.futures-io]]
588 criteria = "safe-to-deploy"
590 [[exemptions.futures-macro]]
592 criteria = "safe-to-deploy"
594 [[exemptions.futures-sink]]
596 criteria = "safe-to-deploy"
598 [[exemptions.futures-task]]
600 criteria = "safe-to-deploy"
602 [[exemptions.futures-util]]
604 criteria = "safe-to-deploy"
606 [[exemptions.generic-array]]
608 criteria = "safe-to-deploy"
610 [[exemptions.getrandom]]
612 criteria = "safe-to-deploy"
614 [[exemptions.gl_generator]]
616 criteria = "safe-to-deploy"
620 criteria = "safe-to-deploy"
624 criteria = "safe-to-deploy"
628 criteria = "safe-to-deploy"
632 criteria = "safe-to-deploy"
634 [[exemptions.glslopt]]
636 criteria = "safe-to-deploy"
638 [[exemptions.goblin]]
640 criteria = "safe-to-deploy"
642 [[exemptions.gpu-alloc]]
644 criteria = "safe-to-deploy"
646 [[exemptions.gpu-alloc-types]]
648 criteria = "safe-to-deploy"
650 [[exemptions.gpu-descriptor]]
652 criteria = "safe-to-deploy"
654 [[exemptions.gpu-descriptor-types]]
656 criteria = "safe-to-deploy"
660 criteria = "safe-to-run"
662 [[exemptions.hashlink]]
664 criteria = "safe-to-deploy"
666 [[exemptions.headers]]
668 criteria = "safe-to-run"
670 [[exemptions.headers-core]]
672 criteria = "safe-to-run"
674 [[exemptions.hermit-abi]]
676 criteria = "safe-to-deploy"
678 [[exemptions.hexf-parse]]
680 criteria = "safe-to-deploy"
684 criteria = "safe-to-run"
686 [[exemptions.http-body]]
688 criteria = "safe-to-run"
690 [[exemptions.httparse]]
692 criteria = "safe-to-run"
694 [[exemptions.httpdate]]
696 criteria = "safe-to-run"
698 [[exemptions.humantime]]
700 criteria = "safe-to-deploy"
704 criteria = "safe-to-run"
706 [[exemptions.ident_case]]
708 criteria = "safe-to-deploy"
712 criteria = "safe-to-deploy"
714 [[exemptions.indexmap]]
716 criteria = "safe-to-deploy"
718 [[exemptions.inherent]]
720 criteria = "safe-to-deploy"
722 [[exemptions.instant]]
724 criteria = "safe-to-deploy"
726 [[exemptions.ioctl-sys]]
728 criteria = "safe-to-deploy"
732 criteria = "safe-to-deploy"
734 [[exemptions.itertools]]
736 criteria = "safe-to-deploy"
740 criteria = "safe-to-deploy"
742 [[exemptions.jobserver]]
744 criteria = "safe-to-deploy"
746 [[exemptions.khronos-egl]]
748 criteria = "safe-to-deploy"
750 [[exemptions.khronos_api]]
752 criteria = "safe-to-deploy"
754 [[exemptions.lazy_static]]
756 criteria = "safe-to-deploy"
758 [[exemptions.lazycell]]
760 criteria = "safe-to-deploy"
764 criteria = "safe-to-deploy"
766 [[exemptions.libdbus-sys]]
768 criteria = "safe-to-deploy"
770 [[exemptions.libloading]]
772 criteria = "safe-to-deploy"
774 [[exemptions.libloading]]
776 criteria = "safe-to-deploy"
778 [[exemptions.libsqlite3-sys]]
780 criteria = "safe-to-deploy"
782 [[exemptions.libudev]]
784 criteria = "safe-to-deploy"
786 [[exemptions.line-wrap]]
788 criteria = "safe-to-run"
790 [[exemptions.lmdb-rkv]]
792 criteria = "safe-to-deploy"
794 [[exemptions.lmdb-rkv-sys]]
796 criteria = "safe-to-deploy"
798 [[exemptions.lock_api]]
800 criteria = "safe-to-deploy"
804 criteria = "safe-to-deploy"
806 [[exemptions.malloc_buf]]
808 criteria = "safe-to-deploy"
810 [[exemptions.marionette]]
812 criteria = "safe-to-run"
814 [[exemptions.memalloc]]
816 criteria = "safe-to-deploy"
818 [[exemptions.memchr]]
820 criteria = "safe-to-deploy"
822 [[exemptions.memmap2]]
824 criteria = "safe-to-deploy"
826 [[exemptions.memoffset]]
828 criteria = "safe-to-deploy"
830 [[exemptions.memoffset]]
832 criteria = "safe-to-deploy"
836 criteria = "safe-to-deploy"
840 criteria = "safe-to-deploy"
844 criteria = "safe-to-deploy"
846 [[exemptions.mime_guess]]
848 criteria = "safe-to-deploy"
850 [[exemptions.minimal-lexical]]
852 criteria = "safe-to-deploy"
854 [[exemptions.miniz_oxide]]
856 criteria = "safe-to-deploy"
860 criteria = "safe-to-run"
864 criteria = "safe-to-deploy"
866 [[exemptions.mio-extras]]
868 criteria = "safe-to-run"
872 criteria = "safe-to-deploy"
874 [[exemptions.moz_cbor]]
876 criteria = "safe-to-deploy"
878 [[exemptions.mozdevice]]
880 criteria = "safe-to-run"
882 [[exemptions.murmurhash3]]
884 criteria = "safe-to-deploy"
888 criteria = "safe-to-run"
892 criteria = "safe-to-deploy"
896 criteria = "safe-to-deploy"
900 criteria = "safe-to-deploy"
904 criteria = "safe-to-deploy"
906 [[exemptions.num_cpus]]
908 criteria = "safe-to-deploy"
910 [[exemptions.num_threads]]
912 criteria = "safe-to-run"
916 criteria = "safe-to-deploy"
918 [[exemptions.objc_exception]]
920 criteria = "safe-to-deploy"
922 [[exemptions.object]]
924 criteria = "safe-to-deploy"
926 [[exemptions.once_cell]]
928 criteria = "safe-to-deploy"
930 [[exemptions.ordered-float]]
932 criteria = "safe-to-deploy"
934 [[exemptions.os_str_bytes]]
936 criteria = "safe-to-deploy"
940 criteria = "safe-to-deploy"
942 [[exemptions.owning_ref]]
944 criteria = "safe-to-deploy"
946 [[exemptions.packed_simd_2]]
948 criteria = "safe-to-deploy"
950 [[exemptions.parking_lot]]
952 criteria = "safe-to-deploy"
954 [[exemptions.parking_lot_core]]
956 criteria = "safe-to-deploy"
960 criteria = "safe-to-deploy"
962 [[exemptions.peeking_take_while]]
964 criteria = "safe-to-deploy"
966 [[exemptions.percent-encoding]]
968 criteria = "safe-to-deploy"
972 criteria = "safe-to-deploy"
974 [[exemptions.phf_codegen]]
976 criteria = "safe-to-deploy"
978 [[exemptions.phf_generator]]
980 criteria = "safe-to-deploy"
982 [[exemptions.phf_macros]]
984 criteria = "safe-to-deploy"
986 [[exemptions.phf_shared]]
988 criteria = "safe-to-deploy"
990 [[exemptions.pin-project]]
992 criteria = "safe-to-run"
994 [[exemptions.pin-project-internal]]
996 criteria = "safe-to-run"
998 [[exemptions.pin-project-lite]]
1000 criteria = "safe-to-deploy"
1002 [[exemptions.pin-utils]]
1004 criteria = "safe-to-deploy"
1006 [[exemptions.pkg-config]]
1008 criteria = "safe-to-deploy"
1010 [[exemptions.plain]]
1012 criteria = "safe-to-deploy"
1014 [[exemptions.plane-split]]
1016 criteria = "safe-to-deploy"
1018 [[exemptions.plist]]
1020 criteria = "safe-to-run"
1022 [[exemptions.ppv-lite86]]
1024 criteria = "safe-to-deploy"
1026 [[exemptions.proc-macro-error]]
1028 criteria = "safe-to-deploy"
1030 [[exemptions.proc-macro-error-attr]]
1032 criteria = "safe-to-deploy"
1034 [[exemptions.proc-macro-hack]]
1036 criteria = "safe-to-deploy"
1038 [[exemptions.profiling]]
1040 criteria = "safe-to-deploy"
1042 [[exemptions.prost]]
1044 criteria = "safe-to-deploy"
1046 [[exemptions.prost-derive]]
1048 criteria = "safe-to-deploy"
1052 criteria = "safe-to-deploy"
1054 [[exemptions.quick-error]]
1056 criteria = "safe-to-deploy"
1060 criteria = "safe-to-deploy"
1062 [[exemptions.rand_chacha]]
1064 criteria = "safe-to-deploy"
1066 [[exemptions.rand_core]]
1068 criteria = "safe-to-deploy"
1070 [[exemptions.range-alloc]]
1072 criteria = "safe-to-deploy"
1074 [[exemptions.redox_syscall]]
1076 criteria = "safe-to-deploy"
1078 [[exemptions.regex]]
1080 criteria = "safe-to-deploy"
1082 [[exemptions.regex-syntax]]
1084 criteria = "safe-to-deploy"
1086 [[exemptions.remove_dir_all]]
1088 criteria = "safe-to-deploy"
1090 [[exemptions.renderdoc-sys]]
1092 criteria = "safe-to-deploy"
1094 [[exemptions.replace_with]]
1096 criteria = "safe-to-deploy"
1098 [[exemptions.ringbuf]]
1100 criteria = "safe-to-deploy"
1104 criteria = "safe-to-deploy"
1108 criteria = "safe-to-deploy"
1110 [[exemptions.runloop]]
1112 criteria = "safe-to-deploy"
1114 [[exemptions.rusqlite]]
1116 criteria = "safe-to-deploy"
1118 [[exemptions.rust-ini]]
1120 criteria = "safe-to-deploy"
1122 [[exemptions.rust_cascade]]
1124 criteria = "safe-to-deploy"
1126 [[exemptions.rust_decimal]]
1128 criteria = "safe-to-deploy"
1132 criteria = "safe-to-deploy"
1134 [[exemptions.safemem]]
1136 criteria = "safe-to-run"
1138 [[exemptions.same-file]]
1140 criteria = "safe-to-deploy"
1142 [[exemptions.scoped-tls]]
1144 criteria = "safe-to-run"
1146 [[exemptions.scopeguard]]
1148 criteria = "safe-to-deploy"
1150 [[exemptions.scroll]]
1152 criteria = "safe-to-deploy"
1154 [[exemptions.scroll_derive]]
1156 criteria = "safe-to-deploy"
1158 [[exemptions.self_cell]]
1160 criteria = "safe-to-deploy"
1162 [[exemptions.semver]]
1164 criteria = "safe-to-deploy"
1166 [[exemptions.serde]]
1168 criteria = "safe-to-deploy"
1170 [[exemptions.serde_bytes]]
1172 criteria = "safe-to-deploy"
1174 [[exemptions.serde_derive]]
1176 criteria = "safe-to-deploy"
1178 [[exemptions.serde_json]]
1180 criteria = "safe-to-deploy"
1182 [[exemptions.serde_repr]]
1184 criteria = "safe-to-run"
1186 [[exemptions.serde_urlencoded]]
1188 criteria = "safe-to-run"
1190 [[exemptions.serde_with]]
1192 criteria = "safe-to-deploy"
1194 [[exemptions.serde_with_macros]]
1196 criteria = "safe-to-deploy"
1198 [[exemptions.serde_yaml]]
1200 criteria = "safe-to-run"
1204 criteria = "safe-to-deploy"
1206 [[exemptions.sha-1]]
1208 criteria = "safe-to-run"
1212 criteria = "safe-to-deploy"
1214 [[exemptions.shlex]]
1216 criteria = "safe-to-deploy"
1218 [[exemptions.siphasher]]
1220 criteria = "safe-to-deploy"
1224 criteria = "safe-to-deploy"
1226 [[exemptions.smallbitvec]]
1228 criteria = "safe-to-deploy"
1230 [[exemptions.smallvec]]
1232 criteria = "safe-to-deploy"
1234 [[exemptions.socket2]]
1236 criteria = "safe-to-deploy"
1238 [[exemptions.spirv]]
1239 version = "0.2.0+1.5.4"
1240 criteria = "safe-to-deploy"
1242 [[exemptions.stable_deref_trait]]
1244 criteria = "safe-to-deploy"
1246 [[exemptions.static_assertions]]
1248 criteria = "safe-to-deploy"
1250 [[exemptions.strsim]]
1252 criteria = "safe-to-deploy"
1256 criteria = "safe-to-deploy"
1260 criteria = "safe-to-deploy"
1262 [[exemptions.tempfile]]
1264 criteria = "safe-to-deploy"
1266 [[exemptions.termcolor]]
1268 criteria = "safe-to-deploy"
1270 [[exemptions.terminal_size]]
1272 criteria = "safe-to-deploy"
1274 [[exemptions.textwrap]]
1276 criteria = "safe-to-deploy"
1278 [[exemptions.thiserror]]
1280 criteria = "safe-to-deploy"
1282 [[exemptions.thiserror-impl]]
1284 criteria = "safe-to-deploy"
1286 [[exemptions.threadbound]]
1288 criteria = "safe-to-deploy"
1292 criteria = "safe-to-deploy"
1296 criteria = "safe-to-run"
1298 [[exemptions.time-macros]]
1300 criteria = "safe-to-run"
1302 [[exemptions.tokio]]
1304 criteria = "safe-to-run"
1306 [[exemptions.tokio-macros]]
1308 criteria = "safe-to-run"
1310 [[exemptions.tokio-stream]]
1312 criteria = "safe-to-run"
1314 [[exemptions.tokio-util]]
1316 criteria = "safe-to-run"
1320 criteria = "safe-to-deploy"
1322 [[exemptions.tower-service]]
1324 criteria = "safe-to-run"
1326 [[exemptions.tracing]]
1328 criteria = "safe-to-run"
1330 [[exemptions.tracing-attributes]]
1332 criteria = "safe-to-run"
1334 [[exemptions.tracing-core]]
1336 criteria = "safe-to-run"
1338 [[exemptions.triple_buffer]]
1340 criteria = "safe-to-deploy"
1342 [[exemptions.try-lock]]
1344 criteria = "safe-to-run"
1346 [[exemptions.type-map]]
1348 criteria = "safe-to-deploy"
1350 [[exemptions.typenum]]
1352 criteria = "safe-to-deploy"
1354 [[exemptions.unicase]]
1356 criteria = "safe-to-deploy"
1358 [[exemptions.unicode-bidi]]
1360 criteria = "safe-to-deploy"
1362 [[exemptions.unicode-ident]]
1364 criteria = "safe-to-deploy"
1366 [[exemptions.unicode-normalization]]
1368 criteria = "safe-to-deploy"
1370 [[exemptions.unicode-segmentation]]
1372 criteria = "safe-to-deploy"
1374 [[exemptions.unicode-width]]
1376 criteria = "safe-to-deploy"
1378 [[exemptions.unicode-xid]]
1380 criteria = "safe-to-deploy"
1382 [[exemptions.unix_path]]
1384 criteria = "safe-to-run"
1386 [[exemptions.unix_str]]
1388 criteria = "safe-to-run"
1392 criteria = "safe-to-deploy"
1396 criteria = "safe-to-deploy"
1398 [[exemptions.version_check]]
1400 criteria = "safe-to-deploy"
1402 [[exemptions.walkdir]]
1404 criteria = "safe-to-deploy"
1408 criteria = "safe-to-run"
1412 criteria = "safe-to-run"
1415 version = "0.11.0+wasi-snapshot-preview1"
1416 criteria = "safe-to-deploy"
1418 [[exemptions.webrtc-sdp]]
1420 criteria = "safe-to-deploy"
1422 [[exemptions.winapi]]
1424 criteria = "safe-to-deploy"
1426 [[exemptions.winapi-i686-pc-windows-gnu]]
1428 criteria = "safe-to-deploy"
1430 [[exemptions.winapi-util]]
1432 criteria = "safe-to-deploy"
1434 [[exemptions.winapi-x86_64-pc-windows-gnu]]
1436 criteria = "safe-to-deploy"
1438 [[exemptions.winreg]]
1440 criteria = "safe-to-run"
1444 criteria = "safe-to-deploy"
1448 criteria = "safe-to-deploy"
1450 [[exemptions.xml-rs]]
1452 criteria = "safe-to-deploy"
1454 [[exemptions.yaml-rust]]
1456 criteria = "safe-to-run"
1458 [[exemptions.zeitstempel]]
1460 criteria = "safe-to-deploy"
1464 criteria = "safe-to-run"