@@ -22,25 +22,8 @@ build.allow-build-scripts = [
2222 { name = " proc-macro2" }, # via serde_derive via cargo-config2
2323 { name = " serde_json" },
2424 { name = " serde" },
25- { name = " windows_aarch64_gnullvm" }, # via ctrlc & same-file & termcolor
26- { name = " windows_aarch64_msvc" }, # via ctrlc & same-file & termcolor
27- { name = " windows_i686_gnu" }, # via ctrlc & same-file & termcolor
28- { name = " windows_i686_gnullvm" }, # via ctrlc & same-file & termcolor
29- { name = " windows_i686_msvc" }, # via ctrlc & same-file & termcolor
30- { name = " windows_x86_64_gnu" }, # via ctrlc & same-file & termcolor
31- { name = " windows_x86_64_gnullvm" }, # via ctrlc & same-file & termcolor
32- { name = " windows_x86_64_msvc" }, # via ctrlc & same-file & termcolor
3325]
3426build.bypass = [
35- # Import libraries are necessary because raw-dylib (requires 1.71+ for x86, 1.65+ for others) is not available on MSRV of them.
36- { name = " windows_aarch64_gnullvm" , allow-globs = [" lib/*.a" ] }, # via ctrlc & same-file & termcolor
37- { name = " windows_aarch64_msvc" , allow-globs = [" lib/*.lib" ] }, # via ctrlc & same-file & termcolor
38- { name = " windows_i686_gnu" , allow-globs = [" lib/*.a" ] }, # via ctrlc & same-file & termcolor
39- { name = " windows_i686_gnullvm" , allow-globs = [" lib/*.a" ] }, # via ctrlc & same-file & termcolor
40- { name = " windows_i686_msvc" , allow-globs = [" lib/*.lib" ] }, # via ctrlc & same-file & termcolor
41- { name = " windows_x86_64_gnu" , allow-globs = [" lib/*.a" ] }, # via ctrlc & same-file & termcolor
42- { name = " windows_x86_64_gnullvm" , allow-globs = [" lib/*.a" ] }, # via ctrlc & same-file & termcolor
43- { name = " windows_x86_64_msvc" , allow-globs = [" lib/*.lib" ] }, # via ctrlc & same-file & termcolor
4427]
4528
4629# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
0 commit comments