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
[]
= true
[]
= 2
= "deny"
= [
# `paste` is unmaintained but transitively pulled by `ort-sys` and
# `tokenizers`. No drop-in replacement landed upstream as of v0.1.1;
# re-evaluate when ort 2.0 reaches GA.
"RUSTSEC-2024-0436",
]
[]
= 2
= 0.93
= [
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"MIT",
"BSD-2-Clause",
"BSD-3-Clause",
"MPL-2.0",
"ISC",
"Unicode-DFS-2016",
"Unicode-3.0",
"Zlib",
"CC0-1.0",
"BSL-1.0",
# `webpki-roots` ships under CDLA-Permissive-2.0; required by `ureq`'s
# rustls-tls feature.
"CDLA-Permissive-2.0",
]
[]
= "warn"
= "deny"
# Note: we do **not** ban `openssl` here. `ort`'s `download-binaries`
# feature pulls `ureq` with `native-tls` for one-time ONNX-runtime
# downloads at build time. The runtime crypto path uses `rustls` via
# `hf-hub`. If you flip `txtfp` to a strictly rustls-only build, drop
# `download-binaries` from `ort`.
[]
= "deny"
= "deny"
= ["https://github.com/rust-lang/crates.io-index"]