fast_code_owners 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.cargo/config +2 -2
- data/Cargo.lock +160 -75
- data/ext/cargo-vendor/ahash-0.7.8/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/ahash-0.7.8/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/ahash-0.7.8/.github/workflows/rust.yml +151 -0
- data/ext/cargo-vendor/ahash-0.7.8/Cargo.toml.orig +96 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/aho-corasick-1.1.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/.github/workflows/ci.yml +148 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/.vim/coc-settings.json +12 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/Cargo.toml.orig +74 -0
- data/ext/cargo-vendor/anstream-0.6.20/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstream-0.6.20/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstream-0.6.20/Cargo.lock +705 -0
- data/ext/cargo-vendor/anstream-0.6.20/Cargo.toml +220 -0
- data/ext/cargo-vendor/anstream-0.6.20/Cargo.toml.orig +72 -0
- data/ext/cargo-vendor/anstream-0.6.20/README.md +34 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/_macros.rs +364 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/adapter/strip.rs +511 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/adapter/wincon.rs +378 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/lib.rs +90 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/stream.rs +316 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/wincon.rs +226 -0
- data/ext/cargo-vendor/anstyle-1.0.11/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-1.0.11/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-1.0.11/Cargo.lock +16 -0
- data/ext/cargo-vendor/anstyle-1.0.11/Cargo.toml +178 -0
- data/ext/cargo-vendor/anstyle-1.0.11/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/anstyle-1.0.11/README.md +42 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/color.rs +685 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/effect.rs +404 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/lib.rs +70 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/reset.rs +47 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/style.rs +437 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/Cargo.lock +740 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/Cargo.toml +196 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/Cargo.toml.orig +48 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/README.md +33 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/src/lib.rs +442 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/src/state/definitions.rs +171 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/Cargo.lock +83 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/Cargo.toml +174 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/Cargo.toml.orig +30 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/README.md +25 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/src/lib.rs +163 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/src/windows.rs +79 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/Cargo.lock +113 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/Cargo.toml +187 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/Cargo.toml.orig +38 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/README.md +30 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/src/lib.rs +25 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/src/windows.rs +260 -0
- data/ext/cargo-vendor/anyhow-1.0.98/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/anyhow-1.0.98/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anyhow-1.0.98/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/anyhow-1.0.98/.github/workflows/ci.yml +148 -0
- data/ext/cargo-vendor/anyhow-1.0.98/Cargo.toml.orig +39 -0
- data/ext/cargo-vendor/arrayvec-0.7.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/arrayvec-0.7.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/arrayvec-0.7.6/.github/workflows/ci.yml +92 -0
- data/ext/cargo-vendor/arrayvec-0.7.6/Cargo.toml.orig +62 -0
- data/ext/cargo-vendor/bindgen-0.69.5/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/bindgen-0.69.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/bindgen-0.69.5/Cargo.toml.orig +74 -0
- data/ext/cargo-vendor/bitflags-2.9.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/bitflags-2.9.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/bitflags-2.9.0/Cargo.toml.orig +43 -0
- data/ext/cargo-vendor/bstr-1.12.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/bstr-1.12.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/bstr-1.12.0/Cargo.toml.orig +76 -0
- data/ext/cargo-vendor/cexpr-0.6.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/cexpr-0.6.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/cexpr-0.6.0/.github/workflows/ci.yml +31 -0
- data/ext/cargo-vendor/cexpr-0.6.0/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/cfg-if-1.0.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/cfg-if-1.0.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/cfg-if-1.0.0/.github/workflows/main.yml +56 -0
- data/ext/cargo-vendor/cfg-if-1.0.0/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/clang-sys-1.8.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/.github/workflows/ci.yml +56 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/.github/workflows/ssh.yml +40 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/Cargo.toml.orig +67 -0
- data/ext/cargo-vendor/clap-4.5.43/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap-4.5.43/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap-4.5.43/Cargo.lock +910 -0
- data/ext/cargo-vendor/clap-4.5.43/Cargo.toml +636 -0
- data/ext/cargo-vendor/clap-4.5.43/Cargo.toml.orig +538 -0
- data/ext/cargo-vendor/clap-4.5.43/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap-4.5.43/README.md +49 -0
- data/ext/cargo-vendor/clap-4.5.43/examples/tutorial_builder/03_04_subcommands.md +62 -0
- data/ext/cargo-vendor/clap-4.5.43/examples/tutorial_derive/03_04_subcommands.md +61 -0
- data/ext/cargo-vendor/clap-4.5.43/src/_derive/mod.rs +542 -0
- data/ext/cargo-vendor/clap-4.5.43/src/_faq.rs +95 -0
- data/ext/cargo-vendor/clap-4.5.43/src/bin/stdio-fixture.rs +106 -0
- data/ext/cargo-vendor/clap-4.5.43/src/lib.rs +106 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/Cargo.lock +450 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/Cargo.toml +220 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/Cargo.toml.orig +77 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/README.md +25 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/builder/action.rs +461 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/builder/command.rs +5207 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/builder/styling.rs +220 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/error/kind.rs +365 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/lib.rs +53 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/macros.rs +605 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/output/help_template.rs +1188 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/parser/matches/arg_matches.rs +2097 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/Cargo.lock +100 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/Cargo.toml +165 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/Cargo.toml.orig +49 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/README.md +25 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/Cargo.lock +56 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/Cargo.toml +164 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/Cargo.toml.orig +36 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/README.md +19 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/src/lib.rs +526 -0
- data/ext/cargo-vendor/codeowners-0.2.5/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/codeowners-0.2.5/Cargo.lock +1223 -0
- data/ext/cargo-vendor/codeowners-0.2.5/Cargo.toml +94 -0
- data/ext/cargo-vendor/codeowners-0.2.5/README.md +204 -0
- data/ext/cargo-vendor/codeowners-0.2.5/ai-prompts/for-file-optimization.md +21 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/bin/compare_for_file.rs +179 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/cache/file.rs +181 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership/for_file_fast.rs +313 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership/mapper/directory_mapper.rs +175 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership/mapper/package_mapper.rs +220 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership.rs +220 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/project.rs +199 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/project_builder.rs +257 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/runner.rs +349 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/.github/CODEOWNERS +37 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/config/code_ownership.yml +10 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/config/teams/ux.yml +6 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/gems/pets/dog.rb +5 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/should_be_ignored/an_ignored_file.rb +7 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/valid_project_test.rs +277 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/Cargo.lock +7 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/Cargo.toml +163 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/Cargo.toml.orig +27 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/README.md +34 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/src/lib.rs +120 -0
- data/ext/cargo-vendor/crossbeam-deque-0.8.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/crossbeam-deque-0.8.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/crossbeam-deque-0.8.6/Cargo.toml.orig +34 -0
- data/ext/cargo-vendor/crossbeam-epoch-0.9.18/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/crossbeam-epoch-0.9.18/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/crossbeam-epoch-0.9.18/Cargo.toml.orig +56 -0
- data/ext/cargo-vendor/crossbeam-utils-0.8.21/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/crossbeam-utils-0.8.21/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/crossbeam-utils-0.8.21/Cargo.toml.orig +46 -0
- data/ext/cargo-vendor/either-1.15.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/either-1.15.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/either-1.15.0/.github/workflows/ci.yml +83 -0
- data/ext/cargo-vendor/either-1.15.0/Cargo.toml.orig +40 -0
- data/ext/cargo-vendor/enum_dispatch-0.3.13/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/enum_dispatch-0.3.13/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/enum_dispatch-0.3.13/Cargo.toml.orig +29 -0
- data/ext/cargo-vendor/equivalent-1.0.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/equivalent-1.0.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/equivalent-1.0.2/.github/workflows/ci.yml +48 -0
- data/ext/cargo-vendor/equivalent-1.0.2/Cargo.toml.orig +9 -0
- data/ext/cargo-vendor/errno-0.3.13/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/errno-0.3.13/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/errno-0.3.13/.github/dependabot.yml +10 -0
- data/ext/cargo-vendor/errno-0.3.13/.github/workflows/main.yml +89 -0
- data/ext/cargo-vendor/errno-0.3.13/CHANGELOG.md +132 -0
- data/ext/cargo-vendor/errno-0.3.13/Cargo.lock +90 -0
- data/ext/cargo-vendor/errno-0.3.13/Cargo.toml +67 -0
- data/ext/cargo-vendor/errno-0.3.13/Cargo.toml.orig +39 -0
- data/ext/cargo-vendor/errno-0.3.13/src/sys.rs +35 -0
- data/ext/cargo-vendor/error-stack-0.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/error-stack-0.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/error-stack-0.5.0/.justfile +58 -0
- data/ext/cargo-vendor/error-stack-0.5.0/Cargo.toml.orig +87 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/Cargo.lock +640 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/Cargo.toml +64 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/Cargo.toml.orig +35 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/README.md +85 -0
- data/ext/cargo-vendor/fastrand-2.3.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/fastrand-2.3.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/fastrand-2.3.0/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/getrandom-0.2.16/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/getrandom-0.2.16/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/getrandom-0.2.16/Cargo.toml.orig +67 -0
- data/ext/cargo-vendor/getrandom-0.3.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/getrandom-0.3.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/getrandom-0.3.3/CHANGELOG.md +628 -0
- data/ext/cargo-vendor/getrandom-0.3.3/Cargo.lock +365 -0
- data/ext/cargo-vendor/getrandom-0.3.3/Cargo.toml +147 -0
- data/ext/cargo-vendor/getrandom-0.3.3/Cargo.toml.orig +107 -0
- data/ext/cargo-vendor/getrandom-0.3.3/README.md +390 -0
- data/ext/cargo-vendor/getrandom-0.3.3/src/backends/wasi_p1.rs +32 -0
- data/ext/cargo-vendor/getrandom-0.3.3/src/backends.rs +181 -0
- data/ext/cargo-vendor/glob-0.3.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/glob-0.3.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/glob-0.3.2/.github/dependabot.yml +13 -0
- data/ext/cargo-vendor/glob-0.3.2/.github/workflows/publish.yml +27 -0
- data/ext/cargo-vendor/glob-0.3.2/.github/workflows/rust.yml +65 -0
- data/ext/cargo-vendor/glob-0.3.2/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/globset-0.4.16/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/globset-0.4.16/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/globset-0.4.16/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/hashbrown-0.12.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/hashbrown-0.12.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/hashbrown-0.12.3/Cargo.toml.orig +60 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/CHANGELOG.md +619 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cargo.lock +306 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cargo.toml +164 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cargo.toml.orig +77 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cross.toml +3 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/README.md +80 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/benches/bench.rs +329 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/control/group/lsx.rs +137 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/control/group/mod.rs +43 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/external_trait_impls/serde.rs +220 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/lib.rs +188 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/map.rs +6583 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/raw/alloc.rs +92 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/raw/mod.rs +4436 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/rustc_entry.rs +567 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/set.rs +3121 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/table.rs +2380 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/util.rs +38 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/tests/set.rs +34 -0
- data/ext/cargo-vendor/heck-0.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/heck-0.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/heck-0.5.0/Cargo.toml.orig +11 -0
- data/ext/cargo-vendor/ignore-0.4.23/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/ignore-0.4.23/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/ignore-0.4.23/Cargo.toml.orig +44 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.github/workflows/ci.yml +159 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.rustfmt.toml +1 -0
- data/ext/cargo-vendor/indexmap-2.10.0/Cargo.lock +236 -0
- data/ext/cargo-vendor/indexmap-2.10.0/Cargo.toml +142 -0
- data/ext/cargo-vendor/indexmap-2.10.0/Cargo.toml.orig +61 -0
- data/ext/cargo-vendor/indexmap-2.10.0/RELEASES.md +563 -0
- data/ext/cargo-vendor/indexmap-2.10.0/benches/bench.rs +750 -0
- data/ext/cargo-vendor/indexmap-2.10.0/benches/faststring.rs +181 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/lib.rs +288 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core/entry.rs +574 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core/extract.rs +108 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core/raw_entry_v1.rs +669 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core.rs +735 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/iter.rs +830 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/mutable.rs +165 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/slice.rs +751 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/tests.rs +1228 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map.rs +1697 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/rayon/map.rs +662 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/rayon/mod.rs +15 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/rayon/set.rs +755 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set/iter.rs +681 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set/slice.rs +380 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set/tests.rs +999 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set.rs +1340 -0
- data/ext/cargo-vendor/indexmap-2.10.0/tests/quick.rs +800 -0
- data/ext/cargo-vendor/is_terminal_polyfill-1.70.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/is_terminal_polyfill-1.70.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/is_terminal_polyfill-1.70.1/Cargo.toml.orig +107 -0
- data/ext/cargo-vendor/itertools-0.12.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/itertools-0.12.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/itertools-0.12.1/.codecov.yml +7 -0
- data/ext/cargo-vendor/itertools-0.12.1/.github/dependabot.yml +6 -0
- data/ext/cargo-vendor/itertools-0.12.1/.github/workflows/ci.yml +85 -0
- data/ext/cargo-vendor/itertools-0.12.1/.github/workflows/coverage.yml +34 -0
- data/ext/cargo-vendor/itertools-0.12.1/Cargo.toml.orig +77 -0
- data/ext/cargo-vendor/itertools-0.14.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/itertools-0.14.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/itertools-0.14.0/.codecov.yml +7 -0
- data/ext/cargo-vendor/itertools-0.14.0/.github/dependabot.yml +6 -0
- data/ext/cargo-vendor/itertools-0.14.0/.github/workflows/ci.yml +101 -0
- data/ext/cargo-vendor/itertools-0.14.0/.github/workflows/coverage.yml +34 -0
- data/ext/cargo-vendor/itertools-0.14.0/Cargo.toml.orig +81 -0
- data/ext/cargo-vendor/itoa-1.0.15/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/itoa-1.0.15/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/itoa-1.0.15/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/itoa-1.0.15/.github/workflows/ci.yml +114 -0
- data/ext/cargo-vendor/itoa-1.0.15/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/lazy_static-1.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/lazy_static-1.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/lazy_static-1.5.0/Cargo.toml.orig +28 -0
- data/ext/cargo-vendor/lazycell-1.3.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/lazycell-1.3.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/lazycell-1.3.0/Cargo.toml.orig +27 -0
- data/ext/cargo-vendor/libc-0.2.172/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/libc-0.2.172/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/libc-0.2.172/.git-blame-ignore-revs +6 -0
- data/ext/cargo-vendor/libc-0.2.172/.release-plz.toml +49 -0
- data/ext/cargo-vendor/libc-0.2.172/Cargo.toml.orig +157 -0
- data/ext/cargo-vendor/libloading-0.8.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/libloading-0.8.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/libloading-0.8.6/.github/workflows/libloading.yml +107 -0
- data/ext/cargo-vendor/libloading-0.8.6/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/linux-raw-sys-0.9.4/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/linux-raw-sys-0.9.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/linux-raw-sys-0.9.4/Cargo.toml.orig +59 -0
- data/ext/cargo-vendor/log-0.4.27/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/log-0.4.27/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/log-0.4.27/.github/workflows/main.yml +146 -0
- data/ext/cargo-vendor/log-0.4.27/Cargo.toml.orig +81 -0
- data/ext/cargo-vendor/lru-0.7.8/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/lru-0.7.8/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/lru-0.7.8/.github/workflows/main.yml +54 -0
- data/ext/cargo-vendor/lru-0.7.8/Cargo.toml.orig +22 -0
- data/ext/cargo-vendor/magnus-0.7.1/.cargo/config.toml +7 -0
- data/ext/cargo-vendor/magnus-0.7.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/magnus-0.7.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/magnus-0.7.1/Cargo.toml.orig +74 -0
- data/ext/cargo-vendor/magnus-macros-0.6.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/magnus-macros-0.6.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/magnus-macros-0.6.0/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/matchers-0.1.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/matchers-0.1.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/matchers-0.1.0/.clog.toml +24 -0
- data/ext/cargo-vendor/matchers-0.1.0/.github/workflows/ci.yml +85 -0
- data/ext/cargo-vendor/matchers-0.1.0/Cargo.toml.orig +21 -0
- data/ext/cargo-vendor/memchr-2.7.4/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/memchr-2.7.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/memchr-2.7.4/.ignore +1 -0
- data/ext/cargo-vendor/memchr-2.7.4/.vim/coc-settings.json +16 -0
- data/ext/cargo-vendor/memchr-2.7.4/Cargo.toml.orig +79 -0
- data/ext/cargo-vendor/memoize-0.5.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/memoize-0.5.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/memoize-0.5.1/.github/workflows/test.yml +20 -0
- data/ext/cargo-vendor/memoize-0.5.1/.hgignore +2 -0
- data/ext/cargo-vendor/memoize-0.5.1/.hgtags +12 -0
- data/ext/cargo-vendor/memoize-0.5.1/Cargo.toml.orig +29 -0
- data/ext/cargo-vendor/memoize-inner-0.5.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/memoize-inner-0.5.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/memoize-inner-0.5.1/Cargo.toml.orig +24 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/bug_report.md +41 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/custom.md +21 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/documentation.md +16 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/feature_request.md +27 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/question.md +11 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/PULL_REQUEST_TEMPLATE/bug_fix.md +27 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/PULL_REQUEST_TEMPLATE/custom.md +22 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/PULL_REQUEST_TEMPLATE/documentation.md +21 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Cross.yml +90 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Features.yml +23 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/OSX.yml +40 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Simple.yml +41 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Valgrind.yml +24 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.gitmodules +4 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/nom-7.1.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/nom-7.1.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/nom-7.1.3/Cargo.toml.orig +142 -0
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/.github/workflows/ci.yml +39 -0
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/Cargo.toml.orig +34 -0
- data/ext/cargo-vendor/once_cell-1.21.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/once_cell-1.21.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/once_cell-1.21.3/.github/workflows/ci.yaml +28 -0
- data/ext/cargo-vendor/once_cell-1.21.3/Cargo.toml.orig +92 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/Cargo.lock +7 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/Cargo.toml +163 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/Cargo.toml.orig +121 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/README.md +26 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/src/lib.rs +11 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/src/sync/mod.rs +41 -0
- data/ext/cargo-vendor/overload-0.1.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/overload-0.1.1/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/overload-0.1.1/Cargo.toml.orig +10 -0
- data/ext/cargo-vendor/path-clean-1.0.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/path-clean-1.0.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/path-clean-1.0.1/.github/workflows/ci.yml +65 -0
- data/ext/cargo-vendor/path-clean-1.0.1/Cargo.toml.orig +20 -0
- data/ext/cargo-vendor/pin-project-lite-0.2.16/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/pin-project-lite-0.2.16/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/pin-project-lite-0.2.16/Cargo.toml.orig +89 -0
- data/ext/cargo-vendor/pin-project-lite-0.2.16/tests/expand/.rustfmt.toml +1 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/proc-macro2-1.0.95/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/.github/workflows/ci.yml +228 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/Cargo.toml.orig +66 -0
- data/ext/cargo-vendor/quote-1.0.40/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/quote-1.0.40/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/quote-1.0.40/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/quote-1.0.40/.github/workflows/ci.yml +110 -0
- data/ext/cargo-vendor/quote-1.0.40/Cargo.toml.orig +38 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.github/workflows/publish.yml +39 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.github/workflows/rust-tests.yml +125 -0
- data/ext/cargo-vendor/r-efi-5.3.0/AUTHORS +74 -0
- data/ext/cargo-vendor/r-efi-5.3.0/Cargo.lock +16 -0
- data/ext/cargo-vendor/r-efi-5.3.0/Cargo.toml +70 -0
- data/ext/cargo-vendor/r-efi-5.3.0/Cargo.toml.orig +51 -0
- data/ext/cargo-vendor/r-efi-5.3.0/NEWS.md +301 -0
- data/ext/cargo-vendor/rayon-1.10.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rayon-1.10.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rayon-1.10.0/Cargo.toml.orig +39 -0
- data/ext/cargo-vendor/rayon-core-1.12.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rayon-core-1.12.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rayon-core-1.12.1/Cargo.toml.orig +68 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/Cargo.lock +393 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/Cargo.toml +70 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/Cargo.toml.orig +57 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/readme.md +36 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/macros.rs +371 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/compiled.c +179 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/compiled.rs +257 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_2_6.rs +324 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_2_7.rs +324 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_0.rs +332 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_1.rs +325 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_2.rs +323 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_3.rs +339 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_4.rs +339 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api.rs +261 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/utils.rs +89 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/Cargo.lock +294 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/Cargo.toml +71 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/Cargo.toml.orig +32 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/src/bindings/stable_api.rs +206 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/src/bindings.rs +286 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/src/cc.rs +421 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rb-sys-env-0.1.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/Cargo.toml.orig +14 -0
- data/ext/cargo-vendor/rb-sys-env-0.2.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rb-sys-env-0.2.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-env-0.2.2/Cargo.toml.orig +14 -0
- data/ext/cargo-vendor/regex-1.11.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-1.11.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-1.11.1/.vim/coc-settings.json +6 -0
- data/ext/cargo-vendor/regex-1.11.1/Cargo.toml.orig +261 -0
- data/ext/cargo-vendor/regex-1.11.1/record/old-bench-log/.gitignore +1 -0
- data/ext/cargo-vendor/regex-automata-0.1.10/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-automata-0.1.10/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/regex-automata-0.1.10/.github/workflows/ci.yml +158 -0
- data/ext/cargo-vendor/regex-automata-0.1.10/Cargo.toml.orig +75 -0
- data/ext/cargo-vendor/regex-automata-0.4.9/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-automata-0.4.9/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-automata-0.4.9/Cargo.toml.orig +110 -0
- data/ext/cargo-vendor/regex-syntax-0.6.29/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-syntax-0.6.29/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-syntax-0.6.29/Cargo.toml.orig +33 -0
- data/ext/cargo-vendor/regex-syntax-0.8.5/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-syntax-0.8.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-syntax-0.8.5/Cargo.toml.orig +51 -0
- data/ext/cargo-vendor/rustc-hash-1.1.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rustc-hash-1.1.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/rustc-hash-1.1.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rustc_version-0.4.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.github/FUNDING.yml +2 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.github/dependabot.yml +12 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.github/workflows/rust.yml +70 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/Cargo.toml.orig +17 -0
- data/ext/cargo-vendor/rustix-1.0.8/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rustix-1.0.8/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rustix-1.0.8/Cargo.lock +1105 -0
- data/ext/cargo-vendor/rustix-1.0.8/Cargo.toml +284 -0
- data/ext/cargo-vendor/rustix-1.0.8/Cargo.toml.orig +274 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/fs/syscalls.rs +2721 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/io/syscalls.rs +303 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/net/sockopt.rs +1338 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/thread/syscalls.rs +780 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/aarch64.rs +269 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/arm.rs +266 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips.rs +544 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips32r6.rs +544 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips64.rs +467 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips64r6.rs +471 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/powerpc.rs +414 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/powerpc64.rs +414 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/riscv64.rs +266 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/s390x.rs +288 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/thumb.rs +323 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/x86.rs +492 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/x86_64.rs +294 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/param/auxv.rs +580 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/thread/syscalls.rs +549 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/lib.rs +426 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/not_implemented.rs +348 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/pid.rs +135 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/thread/futex.rs +600 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/thread/setns.rs +162 -0
- data/ext/cargo-vendor/ryu-1.0.20/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/ryu-1.0.20/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/ryu-1.0.20/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/ryu-1.0.20/.github/workflows/ci.yml +120 -0
- data/ext/cargo-vendor/ryu-1.0.20/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/same-file-1.0.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/same-file-1.0.6/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/same-file-1.0.6/Cargo.toml.orig +21 -0
- data/ext/cargo-vendor/semver-1.0.26/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/semver-1.0.26/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/semver-1.0.26/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/semver-1.0.26/.github/workflows/ci.yml +140 -0
- data/ext/cargo-vendor/semver-1.0.26/Cargo.toml.orig +31 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/seq-macro-0.3.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/.github/workflows/ci.yml +103 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/Cargo.toml.orig +28 -0
- data/ext/cargo-vendor/serde-1.0.219/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde-1.0.219/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde-1.0.219/Cargo.toml.orig +71 -0
- data/ext/cargo-vendor/serde_derive-1.0.219/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde_derive-1.0.219/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_derive-1.0.219/Cargo.toml.orig +41 -0
- data/ext/cargo-vendor/serde_json-1.0.142/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/serde_json-1.0.142/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_json-1.0.142/.github/workflows/ci.yml +158 -0
- data/ext/cargo-vendor/serde_json-1.0.142/Cargo.lock +419 -0
- data/ext/cargo-vendor/serde_json-1.0.142/Cargo.toml +157 -0
- data/ext/cargo-vendor/serde_json-1.0.142/Cargo.toml.orig +91 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/lib.rs +438 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/read.rs +1089 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/ser.rs +2285 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/value/mod.rs +1042 -0
- data/ext/cargo-vendor/serde_magnus-0.9.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde_magnus-0.9.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_magnus-0.9.0/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.github/workflows/ci.yml +111 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/Cargo.toml.orig +31 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/sharded-slab-0.1.7/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.clog.toml +26 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.envrc +1 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.github/FUNDING.yml +12 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.github/workflows/ci.yml +154 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.github/workflows/release.yml +22 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/Cargo.toml.orig +53 -0
- data/ext/cargo-vendor/shell-words-1.1.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/shell-words-1.1.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/shell-words-1.1.0/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/shlex-1.3.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/shlex-1.3.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/shlex-1.3.0/.github/workflows/test.yml +36 -0
- data/ext/cargo-vendor/shlex-1.3.0/Cargo.toml.orig +23 -0
- data/ext/cargo-vendor/smallvec-1.15.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/smallvec-1.15.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/smallvec-1.15.1/.github/workflows/main.yml +114 -0
- data/ext/cargo-vendor/smallvec-1.15.1/Cargo.lock +198 -0
- data/ext/cargo-vendor/smallvec-1.15.1/Cargo.toml +110 -0
- data/ext/cargo-vendor/smallvec-1.15.1/Cargo.toml.orig +54 -0
- data/ext/cargo-vendor/smallvec-1.15.1/src/lib.rs +2605 -0
- data/ext/cargo-vendor/strsim-0.11.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/strsim-0.11.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/strsim-0.11.1/.editorconfig +13 -0
- data/ext/cargo-vendor/strsim-0.11.1/Cargo.toml.orig +17 -0
- data/ext/cargo-vendor/syn-1.0.109/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/syn-1.0.109/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/syn-1.0.109/Cargo.toml.orig +91 -0
- data/ext/cargo-vendor/syn-2.0.101/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/syn-2.0.101/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/syn-2.0.101/Cargo.toml.orig +94 -0
- data/ext/cargo-vendor/tap-1.0.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tap-1.0.1/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/tap-1.0.1/Cargo.toml.orig +30 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.github/dependabot.yml +10 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.github/workflows/ci.yml +107 -0
- data/ext/cargo-vendor/tempfile-3.20.0/CHANGELOG.md +360 -0
- data/ext/cargo-vendor/tempfile-3.20.0/Cargo.lock +183 -0
- data/ext/cargo-vendor/tempfile-3.20.0/Cargo.toml +98 -0
- data/ext/cargo-vendor/tempfile-3.20.0/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/dir/imp/any.rs +24 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/dir/imp/unix.rs +26 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/dir/mod.rs +516 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/file/mod.rs +1078 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/lib.rs +760 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/spooled.rs +249 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/util.rs +82 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/env.rs +16 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/namedtempfile.rs +607 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/spooled.rs +377 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/tempdir.rs +212 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/tempfile.rs +78 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.github/workflows/ci.yml +27 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.github/workflows/release-plz.yml +53 -0
- data/ext/cargo-vendor/thread_local-1.1.9/CHANGELOG.md +16 -0
- data/ext/cargo-vendor/thread_local-1.1.9/Cargo.lock +610 -0
- data/ext/cargo-vendor/thread_local-1.1.9/Cargo.toml +51 -0
- data/ext/cargo-vendor/thread_local-1.1.9/Cargo.toml.orig +27 -0
- data/ext/cargo-vendor/thread_local-1.1.9/README.md +39 -0
- data/ext/cargo-vendor/thread_local-1.1.9/src/thread_id.rs +210 -0
- data/ext/cargo-vendor/tracing-0.1.41/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tracing-0.1.41/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-0.1.41/Cargo.toml.orig +118 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/CHANGELOG.md +469 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/Cargo.lock +601 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/Cargo.toml +157 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/Cargo.toml.orig +67 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/README.md +91 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/src/attr.rs +478 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/src/expand.rs +854 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/src/lib.rs +707 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/async_fn.rs +496 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/dead_code.rs +10 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/err.rs +329 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/instrument.rs +346 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/async_instrument.rs +45 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/async_instrument.stderr +104 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/const_instrument.stderr +15 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/unused_instrumented_fn.rs +6 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/unused_instrumented_fn.stderr +11 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/pass/type_shadowing.rs +17 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui.rs +15 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/CHANGELOG.md +587 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/Cargo.lock +23 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/Cargo.toml +106 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/Cargo.toml.orig +49 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/README.md +121 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/callsite.rs +618 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/dispatcher.rs +1068 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/field.rs +1320 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/lib.rs +302 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/metadata.rs +1114 -0
- data/ext/cargo-vendor/tracing-log-0.2.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tracing-log-0.2.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-log-0.2.0/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/tracing-subscriber-0.3.19/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tracing-subscriber-0.3.19/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-subscriber-0.3.19/Cargo.toml.orig +109 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/unicode-ident-1.0.18/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/.github/workflows/ci.yml +110 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/Cargo.toml.orig +36 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/tests/fst/.gitignore +1 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.github/workflows/ci.yml +109 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/Cargo.toml.orig +24 -0
- data/ext/cargo-vendor/utf8parse-0.2.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/utf8parse-0.2.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/utf8parse-0.2.2/Cargo.toml.orig +15 -0
- data/ext/cargo-vendor/valuable-0.1.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/valuable-0.1.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/valuable-0.1.1/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/version_check-0.9.5/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/version_check-0.9.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/version_check-0.9.5/.github/workflows/ci.yml +42 -0
- data/ext/cargo-vendor/version_check-0.9.5/.travis.yml +6 -0
- data/ext/cargo-vendor/version_check-0.9.5/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/walkdir-2.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/walkdir-2.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/walkdir-2.5.0/.github/workflows/ci.yml +94 -0
- data/ext/cargo-vendor/walkdir-2.5.0/Cargo.toml.orig +30 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.github/workflows/main.yml +44 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.gitmodules +3 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/Cargo.lock +23 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/Cargo.toml +59 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/Cargo.toml.orig +29 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.github/workflows/main.yml +77 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.gitmodules +0 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/Cargo.toml.orig +60 -0
- data/ext/cargo-vendor/winapi-0.3.9/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-0.3.9/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/winapi-0.3.9/Cargo.toml.orig +431 -0
- data/ext/cargo-vendor/winapi-i686-pc-windows-gnu-0.4.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml.orig +10 -0
- data/ext/cargo-vendor/winapi-util-0.1.9/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-util-0.1.9/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/winapi-util-0.1.9/.github/workflows/ci.yml +87 -0
- data/ext/cargo-vendor/winapi-util-0.1.9/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/winapi-x86_64-pc-windows-gnu-0.4.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml.orig +10 -0
- data/ext/cargo-vendor/windows-link-0.1.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows-link-0.1.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-link-0.1.3/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows-link-0.1.3/Cargo.toml +44 -0
- data/ext/cargo-vendor/windows-link-0.1.3/Cargo.toml.orig +14 -0
- data/ext/cargo-vendor/windows-link-0.1.3/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows-link-0.1.3/license-mit +21 -0
- data/ext/cargo-vendor/windows-link-0.1.3/readme.md +26 -0
- data/ext/cargo-vendor/windows-link-0.1.3/src/lib.rs +39 -0
- data/ext/cargo-vendor/windows-sys-0.59.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows-sys-0.59.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-sys-0.59.0/Cargo.toml.orig +274 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/Cargo.lock +74 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/Cargo.toml +305 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/Cargo.toml.orig +276 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/license-mit +21 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/readme.md +40 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/rustfmt.toml +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Devices/Bluetooth/mod.rs +18 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Devices/HumanInterfaceDevice/mod.rs +49 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Devices/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Foundation/mod.rs +1842 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Graphics/Direct3D/mod.rs +11534 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Graphics/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/Ndis/mod.rs +4258 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/WindowsFilteringPlatform/mod.rs +269 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/Minifilters/mod.rs +1785 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/mod.rs +5284 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Storage/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/IO/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/Memory/mod.rs +11 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/OfflineRegistry/mod.rs +28 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/Registry/mod.rs +215 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/SystemInformation/mod.rs +18 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/SystemServices/mod.rs +16976 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/Threading/mod.rs +155 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/mod.rs +14 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Data/HtmlHelp/mod.rs +510 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Data/RightsManagement/mod.rs +262 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Data/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/AllJoyn/mod.rs +1303 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Beep/mod.rs +11 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/BiometricFramework/mod.rs +1712 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Bluetooth/mod.rs +1629 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Cdrom/mod.rs +539 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Communication/mod.rs +332 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs +4702 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceQuery/mod.rs +165 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Display/mod.rs +3822 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Dvd/mod.rs +717 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/Pnp/mod.rs +102 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Fax/mod.rs +1358 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs +3996 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfc/mod.rs +633 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfp/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/PortableDevices/mod.rs +1422 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Properties/mod.rs +265 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Pwm/mod.rs +73 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Sensors/mod.rs +554 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/SerialCommunication/mod.rs +247 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Tapi/mod.rs +3405 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Usb/mod.rs +3334 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/WebServicesOnDevices/mod.rs +1003 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/mod.rs +100 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Foundation/mod.rs +10365 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Gaming/mod.rs +99 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Globalization/mod.rs +5285 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Dwm/mod.rs +238 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Gdi/mod.rs +4203 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/GdiPlus/mod.rs +2381 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Hlsl/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/OpenGL/mod.rs +1276 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/PrintTicket/mod.rs +32 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/mod.rs +5024 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Management/MobileDeviceManagementRegistration/mod.rs +111 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Management/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/Audio/mod.rs +2447 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/DxMediaObjects/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/KernelStreaming/mod.rs +6409 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/Multimedia/mod.rs +6882 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/Streaming/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/WindowsMediaFormat/mod.rs +996 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/mod.rs +212 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dhcp/mod.rs +2511 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dns/mod.rs +2076 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/mod.rs +22 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs +3771 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Multicast/mod.rs +89 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Ndis/mod.rs +3567 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetBios/mod.rs +248 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetManagement/mod.rs +5358 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetShell/mod.rs +200 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/mod.rs +282 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/P2P/mod.rs +1502 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/QoS/mod.rs +1810 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Rras/mod.rs +3870 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Snmp/mod.rs +457 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WNet/mod.rs +428 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WebDav/mod.rs +57 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WiFi/mod.rs +5206 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/mod.rs +139 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/mod.rs +4971 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFirewall/mod.rs +326 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/mod.rs +157 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/mod.rs +42 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/ActiveDirectory/mod.rs +2859 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/Clustering/mod.rs +4340 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/HttpServer/mod.rs +1525 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/Ldap/mod.rs +907 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WebSocket/mod.rs +113 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WinHttp/mod.rs +1247 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WinInet/mod.rs +2499 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WinSock/mod.rs +5891 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WindowsWebServices/mod.rs +4218 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/mod.rs +18 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/AppLocker/mod.rs +201 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/Identity/mod.rs +6792 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Authorization/mod.rs +1204 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Credentials/mod.rs +931 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs +188 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Certificates/mod.rs +2330 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Sip/mod.rs +198 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/UI/mod.rs +701 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/mod.rs +10296 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/DiagnosticDataQuery/mod.rs +201 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/DirectoryServices/mod.rs +15 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/EnterpriseData/mod.rs +41 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/mod.rs +1173 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Isolation/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/LicenseProtection/mod.rs +8 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/NetworkAccessProtection/mod.rs +194 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/WinTrust/mod.rs +1123 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/WinWlx/mod.rs +387 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/mod.rs +1346 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Cabinets/mod.rs +256 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/CloudFilters/mod.rs +791 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Compression/mod.rs +41 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/DistributedFileSystem/mod.rs +441 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/FileHistory/mod.rs +97 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/FileSystem/mod.rs +4367 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Imapi/mod.rs +709 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/IndexServer/mod.rs +329 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/InstallableFileSystems/mod.rs +376 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/IscsiDisc/mod.rs +1599 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Jet/mod.rs +3006 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Nvme/mod.rs +4443 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/OfflineFiles/mod.rs +276 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/OperationRecorder/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/Appx/mod.rs +454 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/ProjectedFileSystem/mod.rs +306 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/StructuredStorage/mod.rs +3 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Vhd/mod.rs +965 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Xps/mod.rs +440 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/mod.rs +38 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/AddressBook/mod.rs +1255 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Antimalware/mod.rs +147 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationInstallationAndServicing/mod.rs +2321 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationVerifier/mod.rs +68 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ClrHosting/mod.rs +364 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/Marshal/mod.rs +172 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/StructuredStorage/mod.rs +847 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/Urlmon/mod.rs +955 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/mod.rs +1549 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ComponentServices/mod.rs +604 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Console/mod.rs +433 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/CorrelationVector/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DataExchange/mod.rs +506 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DeploymentServices/mod.rs +636 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DeveloperLicensing/mod.rs +3 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Ceip/mod.rs +1 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/Extensions/mod.rs +4085 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/mod.rs +6558 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Etw/mod.rs +2504 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/mod.rs +355 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ToolHelp/mod.rs +144 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/TraceLogging/mod.rs +105 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DistributedTransactionCoordinator/mod.rs +328 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Environment/mod.rs +237 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ErrorReporting/mod.rs +460 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/EventCollector/mod.rs +127 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/EventLog/mod.rs +401 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/EventNotificationService/mod.rs +35 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/GroupPolicy/mod.rs +477 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/HostCompute/mod.rs +1 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeNetwork/mod.rs +86 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeSystem/mod.rs +187 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Hypervisor/mod.rs +2388 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/IO/mod.rs +78 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Iis/mod.rs +1581 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Ioctl/mod.rs +7422 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/JobObjects/mod.rs +525 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Js/mod.rs +145 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Kernel/mod.rs +392 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/LibraryLoader/mod.rs +122 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Mailslots/mod.rs +6 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Mapi/mod.rs +185 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Memory/NonVolatile/mod.rs +25 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Memory/mod.rs +536 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/MessageQueuing/mod.rs +766 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/MixedReality/mod.rs +14 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Ole/mod.rs +2992 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/PasswordManagement/mod.rs +42 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Performance/HardwareCounterProfiling/mod.rs +32 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Performance/mod.rs +1266 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Pipes/mod.rs +42 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Power/mod.rs +1572 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ProcessStatus/mod.rs +235 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Recovery/mod.rs +15 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Registry/mod.rs +1144 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/RemoteDesktop/mod.rs +2145 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/RemoteManagement/mod.rs +1095 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/RestartManager/mod.rs +101 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Restore/mod.rs +81 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Rpc/mod.rs +3429 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Search/Common/mod.rs +21 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Search/mod.rs +6535 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SecurityCenter/mod.rs +41 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Services/mod.rs +727 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SetupAndMigration/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Shutdown/mod.rs +111 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/StationsAndDesktops/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SubsystemForLinux/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SystemInformation/mod.rs +866 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SystemServices/mod.rs +5338 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Threading/mod.rs +1285 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Time/mod.rs +60 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/TpmBaseServices/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/UserAccessLogging/mod.rs +23 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Variant/mod.rs +351 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/VirtualDosMachines/mod.rs +341 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/WindowsProgramming/mod.rs +1886 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Wmi/mod.rs +2845 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/mod.rs +132 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Accessibility/mod.rs +1916 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/ColorSystem/mod.rs +788 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/Dialogs/mod.rs +1380 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/mod.rs +8163 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/HiDpi/mod.rs +66 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Ime/mod.rs +1619 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/KeyboardAndMouse/mod.rs +895 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Pointer/mod.rs +184 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Touch/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/XboxController/mod.rs +151 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/mod.rs +232 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/InteractionContext/mod.rs +254 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Magnification/mod.rs +62 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/Common/mod.rs +129 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs +356 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/mod.rs +7533 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/TabletPC/mod.rs +1595 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/TextServices/mod.rs +862 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/WindowsAndMessaging/mod.rs +4075 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/mod.rs +22 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Web/InternetExplorer/mod.rs +634 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Web/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/mod.rs +30 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/core/literals.rs +114 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/core/mod.rs +47 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/lib.rs +17 -0
- data/ext/cargo-vendor/windows-targets-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows-targets-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-targets-0.52.6/Cargo.toml.orig +38 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/Cargo.lock +72 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/Cargo.toml +72 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/Cargo.toml.orig +41 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/license-mit +21 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/readme.md +27 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/src/lib.rs +29 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_aarch64_msvc-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/lib/windows.0.53.0.lib +0 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_i686_gnu-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_i686_gnullvm-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_i686_msvc-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/lib/windows.0.53.0.lib +0 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_x86_64_gnu-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_x86_64_msvc-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/lib/windows.0.53.0.lib +0 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/wit-bindgen-rt-0.39.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/wit-bindgen-rt-0.39.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/wit-bindgen-rt-0.39.0/Cargo.toml.orig +19 -0
- data/ext/fast_code_owners/Cargo.toml +4 -3
- data/ext/fast_code_owners/src/lib.rs +1 -1
- data/lib/fast_code_owners/cli.rb +144 -0
- data/lib/fast_code_owners/team_finder.rb +2 -1
- data/lib/fast_code_owners/version.rb +1 -1
- data/lib/fast_code_owners.rb +16 -0
- metadata +1916 -1170
- data/ext/cargo-vendor/anstream-0.6.18/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstream-0.6.18/Cargo.lock +0 -705
- data/ext/cargo-vendor/anstream-0.6.18/Cargo.toml +0 -233
- data/ext/cargo-vendor/anstream-0.6.18/README.md +0 -34
- data/ext/cargo-vendor/anstream-0.6.18/benches/stream.rs +0 -103
- data/ext/cargo-vendor/anstream-0.6.18/benches/strip.rs +0 -134
- data/ext/cargo-vendor/anstream-0.6.18/benches/wincon.rs +0 -46
- data/ext/cargo-vendor/anstream-0.6.18/src/_macros.rs +0 -365
- data/ext/cargo-vendor/anstream-0.6.18/src/adapter/strip.rs +0 -511
- data/ext/cargo-vendor/anstream-0.6.18/src/adapter/wincon.rs +0 -387
- data/ext/cargo-vendor/anstream-0.6.18/src/lib.rs +0 -86
- data/ext/cargo-vendor/anstream-0.6.18/src/stream.rs +0 -315
- data/ext/cargo-vendor/anstream-0.6.18/src/wincon.rs +0 -225
- data/ext/cargo-vendor/anstyle-1.0.10/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-1.0.10/Cargo.lock +0 -16
- data/ext/cargo-vendor/anstyle-1.0.10/Cargo.toml +0 -176
- data/ext/cargo-vendor/anstyle-1.0.10/LICENSE-MIT +0 -19
- data/ext/cargo-vendor/anstyle-1.0.10/README.md +0 -42
- data/ext/cargo-vendor/anstyle-1.0.10/src/color.rs +0 -685
- data/ext/cargo-vendor/anstyle-1.0.10/src/effect.rs +0 -404
- data/ext/cargo-vendor/anstyle-1.0.10/src/lib.rs +0 -64
- data/ext/cargo-vendor/anstyle-1.0.10/src/reset.rs +0 -47
- data/ext/cargo-vendor/anstyle-1.0.10/src/style.rs +0 -437
- data/ext/cargo-vendor/anstyle-parse-0.2.6/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-parse-0.2.6/Cargo.lock +0 -667
- data/ext/cargo-vendor/anstyle-parse-0.2.6/Cargo.toml +0 -200
- data/ext/cargo-vendor/anstyle-parse-0.2.6/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/anstyle-parse-0.2.6/LICENSE-MIT +0 -25
- data/ext/cargo-vendor/anstyle-parse-0.2.6/README.md +0 -33
- data/ext/cargo-vendor/anstyle-parse-0.2.6/benches/parse.rs +0 -207
- data/ext/cargo-vendor/anstyle-parse-0.2.6/src/lib.rs +0 -438
- data/ext/cargo-vendor/anstyle-parse-0.2.6/src/state/definitions.rs +0 -171
- data/ext/cargo-vendor/anstyle-query-1.1.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-query-1.1.2/Cargo.lock +0 -83
- data/ext/cargo-vendor/anstyle-query-1.1.2/Cargo.toml +0 -171
- data/ext/cargo-vendor/anstyle-query-1.1.2/README.md +0 -15
- data/ext/cargo-vendor/anstyle-query-1.1.2/src/lib.rs +0 -159
- data/ext/cargo-vendor/anstyle-query-1.1.2/src/windows.rs +0 -79
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/Cargo.lock +0 -104
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/Cargo.toml +0 -188
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/LICENSE-MIT +0 -19
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/README.md +0 -30
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/src/lib.rs +0 -21
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/src/windows.rs +0 -260
- data/ext/cargo-vendor/clap-4.5.37/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap-4.5.37/Cargo.lock +0 -868
- data/ext/cargo-vendor/clap-4.5.37/Cargo.toml +0 -627
- data/ext/cargo-vendor/clap-4.5.37/README.md +0 -43
- data/ext/cargo-vendor/clap-4.5.37/examples/tutorial_builder/03_04_subcommands.md +0 -59
- data/ext/cargo-vendor/clap-4.5.37/examples/tutorial_derive/03_04_subcommands.md +0 -60
- data/ext/cargo-vendor/clap-4.5.37/src/_derive/mod.rs +0 -533
- data/ext/cargo-vendor/clap-4.5.37/src/_faq.rs +0 -95
- data/ext/cargo-vendor/clap-4.5.37/src/bin/stdio-fixture.rs +0 -26
- data/ext/cargo-vendor/clap-4.5.37/src/lib.rs +0 -102
- data/ext/cargo-vendor/clap_builder-4.5.37/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap_builder-4.5.37/Cargo.lock +0 -450
- data/ext/cargo-vendor/clap_builder-4.5.37/Cargo.toml +0 -219
- data/ext/cargo-vendor/clap_builder-4.5.37/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/clap_builder-4.5.37/LICENSE-MIT +0 -21
- data/ext/cargo-vendor/clap_builder-4.5.37/README.md +0 -24
- data/ext/cargo-vendor/clap_builder-4.5.37/src/builder/action.rs +0 -461
- data/ext/cargo-vendor/clap_builder-4.5.37/src/builder/command.rs +0 -5202
- data/ext/cargo-vendor/clap_builder-4.5.37/src/builder/styling.rs +0 -177
- data/ext/cargo-vendor/clap_builder-4.5.37/src/error/kind.rs +0 -366
- data/ext/cargo-vendor/clap_builder-4.5.37/src/lib.rs +0 -49
- data/ext/cargo-vendor/clap_builder-4.5.37/src/macros.rs +0 -590
- data/ext/cargo-vendor/clap_builder-4.5.37/src/output/help_template.rs +0 -1151
- data/ext/cargo-vendor/clap_builder-4.5.37/src/parser/matches/arg_matches.rs +0 -2100
- data/ext/cargo-vendor/clap_derive-4.5.32/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap_derive-4.5.32/Cargo.lock +0 -100
- data/ext/cargo-vendor/clap_derive-4.5.32/Cargo.toml +0 -163
- data/ext/cargo-vendor/clap_derive-4.5.32/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/clap_derive-4.5.32/LICENSE-MIT +0 -21
- data/ext/cargo-vendor/clap_derive-4.5.32/README.md +0 -24
- data/ext/cargo-vendor/clap_lex-0.7.4/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap_lex-0.7.4/Cargo.toml +0 -163
- data/ext/cargo-vendor/clap_lex-0.7.4/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/clap_lex-0.7.4/LICENSE-MIT +0 -21
- data/ext/cargo-vendor/clap_lex-0.7.4/README.md +0 -19
- data/ext/cargo-vendor/clap_lex-0.7.4/src/lib.rs +0 -522
- data/ext/cargo-vendor/codeowners-0.2.4/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/codeowners-0.2.4/CONFIGURATION.md +0 -135
- data/ext/cargo-vendor/codeowners-0.2.4/Cargo.lock +0 -1214
- data/ext/cargo-vendor/codeowners-0.2.4/Cargo.toml +0 -90
- data/ext/cargo-vendor/codeowners-0.2.4/README.md +0 -128
- data/ext/cargo-vendor/codeowners-0.2.4/src/cache/file.rs +0 -173
- data/ext/cargo-vendor/codeowners-0.2.4/src/ownership/mapper/directory_mapper.rs +0 -169
- data/ext/cargo-vendor/codeowners-0.2.4/src/ownership/mapper/package_mapper.rs +0 -215
- data/ext/cargo-vendor/codeowners-0.2.4/src/ownership.rs +0 -219
- data/ext/cargo-vendor/codeowners-0.2.4/src/project.rs +0 -199
- data/ext/cargo-vendor/codeowners-0.2.4/src/project_builder.rs +0 -230
- data/ext/cargo-vendor/codeowners-0.2.4/src/runner.rs +0 -293
- data/ext/cargo-vendor/codeowners-0.2.4/tests/fixtures/valid_project/.github/CODEOWNERS +0 -35
- data/ext/cargo-vendor/codeowners-0.2.4/tests/fixtures/valid_project/config/code_ownership.yml +0 -10
- data/ext/cargo-vendor/codeowners-0.2.4/tests/valid_project_test.rs +0 -237
- data/ext/cargo-vendor/colorchoice-1.0.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/colorchoice-1.0.3/Cargo.toml +0 -160
- data/ext/cargo-vendor/colorchoice-1.0.3/README.md +0 -24
- data/ext/cargo-vendor/colorchoice-1.0.3/src/lib.rs +0 -116
- data/ext/cargo-vendor/errno-0.3.11/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/errno-0.3.11/CHANGELOG.md +0 -122
- data/ext/cargo-vendor/errno-0.3.11/Cargo.lock +0 -90
- data/ext/cargo-vendor/errno-0.3.11/Cargo.toml +0 -67
- data/ext/cargo-vendor/fast-glob-0.4.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/fast-glob-0.4.5/Cargo.lock +0 -460
- data/ext/cargo-vendor/fast-glob-0.4.5/Cargo.toml +0 -61
- data/ext/cargo-vendor/getrandom-0.3.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/getrandom-0.3.2/CHANGELOG.md +0 -605
- data/ext/cargo-vendor/getrandom-0.3.2/Cargo.lock +0 -365
- data/ext/cargo-vendor/getrandom-0.3.2/Cargo.toml +0 -147
- data/ext/cargo-vendor/getrandom-0.3.2/README.md +0 -385
- data/ext/cargo-vendor/getrandom-0.3.2/src/backends/wasi_p1.rs +0 -26
- data/ext/cargo-vendor/getrandom-0.3.2/src/backends.rs +0 -180
- data/ext/cargo-vendor/hashbrown-0.15.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/hashbrown-0.15.2/CHANGELOG.md +0 -588
- data/ext/cargo-vendor/hashbrown-0.15.2/Cargo.lock +0 -266
- data/ext/cargo-vendor/hashbrown-0.15.2/Cargo.toml +0 -173
- data/ext/cargo-vendor/hashbrown-0.15.2/README.md +0 -80
- data/ext/cargo-vendor/hashbrown-0.15.2/benches/bench.rs +0 -331
- data/ext/cargo-vendor/hashbrown-0.15.2/src/control/group/mod.rs +0 -35
- data/ext/cargo-vendor/hashbrown-0.15.2/src/external_trait_impls/serde.rs +0 -220
- data/ext/cargo-vendor/hashbrown-0.15.2/src/lib.rs +0 -181
- data/ext/cargo-vendor/hashbrown-0.15.2/src/map.rs +0 -6512
- data/ext/cargo-vendor/hashbrown-0.15.2/src/raw/alloc.rs +0 -86
- data/ext/cargo-vendor/hashbrown-0.15.2/src/raw/mod.rs +0 -4383
- data/ext/cargo-vendor/hashbrown-0.15.2/src/rustc_entry.rs +0 -567
- data/ext/cargo-vendor/hashbrown-0.15.2/src/set.rs +0 -3108
- data/ext/cargo-vendor/hashbrown-0.15.2/src/table.rs +0 -2383
- data/ext/cargo-vendor/hashbrown-0.15.2/src/util.rs +0 -14
- data/ext/cargo-vendor/hashbrown-0.15.2/tests/set.rs +0 -34
- data/ext/cargo-vendor/indexmap-2.9.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/indexmap-2.9.0/Cargo.lock +0 -338
- data/ext/cargo-vendor/indexmap-2.9.0/Cargo.toml +0 -145
- data/ext/cargo-vendor/indexmap-2.9.0/RELEASES.md +0 -557
- data/ext/cargo-vendor/indexmap-2.9.0/benches/bench.rs +0 -763
- data/ext/cargo-vendor/indexmap-2.9.0/benches/faststring.rs +0 -185
- data/ext/cargo-vendor/indexmap-2.9.0/src/lib.rs +0 -300
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/core/entry.rs +0 -571
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/core/raw_entry_v1.rs +0 -665
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/core.rs +0 -738
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/iter.rs +0 -776
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/mutable.rs +0 -166
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/slice.rs +0 -631
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/tests.rs +0 -1008
- data/ext/cargo-vendor/indexmap-2.9.0/src/map.rs +0 -1651
- data/ext/cargo-vendor/indexmap-2.9.0/src/rayon/map.rs +0 -663
- data/ext/cargo-vendor/indexmap-2.9.0/src/rayon/mod.rs +0 -16
- data/ext/cargo-vendor/indexmap-2.9.0/src/rayon/set.rs +0 -756
- data/ext/cargo-vendor/indexmap-2.9.0/src/set/iter.rs +0 -628
- data/ext/cargo-vendor/indexmap-2.9.0/src/set/slice.rs +0 -379
- data/ext/cargo-vendor/indexmap-2.9.0/src/set/tests.rs +0 -723
- data/ext/cargo-vendor/indexmap-2.9.0/src/set.rs +0 -1301
- data/ext/cargo-vendor/indexmap-2.9.0/tests/quick.rs +0 -759
- data/ext/cargo-vendor/r-efi-5.2.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/r-efi-5.2.0/AUTHORS +0 -73
- data/ext/cargo-vendor/r-efi-5.2.0/Cargo.lock +0 -26
- data/ext/cargo-vendor/r-efi-5.2.0/Cargo.toml +0 -77
- data/ext/cargo-vendor/r-efi-5.2.0/NEWS.md +0 -292
- data/ext/cargo-vendor/rb-sys-0.9.111/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-0.9.111/Cargo.toml +0 -70
- data/ext/cargo-vendor/rb-sys-0.9.111/readme.md +0 -72
- data/ext/cargo-vendor/rb-sys-0.9.111/src/macros.rs +0 -286
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/compiled.c +0 -123
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/compiled.rs +0 -216
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_2_6.rs +0 -279
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_2_7.rs +0 -279
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_0.rs +0 -287
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_1.rs +0 -280
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_2.rs +0 -278
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_3.rs +0 -271
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_4.rs +0 -271
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api.rs +0 -229
- data/ext/cargo-vendor/rb-sys-0.9.111/src/utils.rs +0 -67
- data/ext/cargo-vendor/rb-sys-build-0.9.111/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-build-0.9.111/Cargo.toml +0 -71
- data/ext/cargo-vendor/rb-sys-build-0.9.111/src/bindings/stable_api.rs +0 -206
- data/ext/cargo-vendor/rb-sys-build-0.9.111/src/bindings.rs +0 -254
- data/ext/cargo-vendor/rb-sys-build-0.9.111/src/cc.rs +0 -403
- data/ext/cargo-vendor/rustix-1.0.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rustix-1.0.5/Cargo.lock +0 -1033
- data/ext/cargo-vendor/rustix-1.0.5/Cargo.toml +0 -290
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/fs/syscalls.rs +0 -2718
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/io/syscalls.rs +0 -297
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/net/sockopt.rs +0 -1339
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/thread/syscalls.rs +0 -780
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/aarch64.rs +0 -268
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/arm.rs +0 -265
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips.rs +0 -543
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips32r6.rs +0 -543
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips64.rs +0 -466
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips64r6.rs +0 -470
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/powerpc.rs +0 -413
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/powerpc64.rs +0 -413
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/riscv64.rs +0 -265
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/s390x.rs +0 -287
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/thumb.rs +0 -322
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/x86.rs +0 -490
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/x86_64.rs +0 -293
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/param/auxv.rs +0 -583
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/thread/syscalls.rs +0 -549
- data/ext/cargo-vendor/rustix-1.0.5/src/lib.rs +0 -420
- data/ext/cargo-vendor/rustix-1.0.5/src/not_implemented.rs +0 -349
- data/ext/cargo-vendor/rustix-1.0.5/src/pid.rs +0 -111
- data/ext/cargo-vendor/rustix-1.0.5/src/thread/futex.rs +0 -600
- data/ext/cargo-vendor/rustix-1.0.5/src/thread/setns.rs +0 -139
- data/ext/cargo-vendor/serde_json-1.0.140/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/serde_json-1.0.140/Cargo.lock +0 -417
- data/ext/cargo-vendor/serde_json-1.0.140/Cargo.toml +0 -157
- data/ext/cargo-vendor/serde_json-1.0.140/src/lib.rs +0 -437
- data/ext/cargo-vendor/serde_json-1.0.140/src/read.rs +0 -1089
- data/ext/cargo-vendor/serde_json-1.0.140/src/ser.rs +0 -2277
- data/ext/cargo-vendor/serde_json-1.0.140/src/value/mod.rs +0 -1035
- data/ext/cargo-vendor/smallvec-1.15.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/smallvec-1.15.0/Cargo.lock +0 -198
- data/ext/cargo-vendor/smallvec-1.15.0/Cargo.toml +0 -110
- data/ext/cargo-vendor/smallvec-1.15.0/src/lib.rs +0 -2603
- data/ext/cargo-vendor/tempfile-3.19.1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/tempfile-3.19.1/CHANGELOG.md +0 -338
- data/ext/cargo-vendor/tempfile-3.19.1/Cargo.lock +0 -183
- data/ext/cargo-vendor/tempfile-3.19.1/Cargo.toml +0 -95
- data/ext/cargo-vendor/tempfile-3.19.1/src/dir/imp/any.rs +0 -24
- data/ext/cargo-vendor/tempfile-3.19.1/src/dir/imp/unix.rs +0 -26
- data/ext/cargo-vendor/tempfile-3.19.1/src/dir/mod.rs +0 -500
- data/ext/cargo-vendor/tempfile-3.19.1/src/file/mod.rs +0 -1055
- data/ext/cargo-vendor/tempfile-3.19.1/src/lib.rs +0 -745
- data/ext/cargo-vendor/tempfile-3.19.1/src/spooled.rs +0 -197
- data/ext/cargo-vendor/tempfile-3.19.1/src/util.rs +0 -80
- data/ext/cargo-vendor/tempfile-3.19.1/tests/env.rs +0 -15
- data/ext/cargo-vendor/tempfile-3.19.1/tests/namedtempfile.rs +0 -531
- data/ext/cargo-vendor/tempfile-3.19.1/tests/spooled.rs +0 -322
- data/ext/cargo-vendor/tempfile-3.19.1/tests/tempdir.rs +0 -191
- data/ext/cargo-vendor/tempfile-3.19.1/tests/tempfile.rs +0 -68
- data/ext/cargo-vendor/thread_local-1.1.8/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/thread_local-1.1.8/Cargo.toml +0 -43
- data/ext/cargo-vendor/thread_local-1.1.8/README.md +0 -39
- data/ext/cargo-vendor/thread_local-1.1.8/src/thread_id.rs +0 -206
- data/ext/cargo-vendor/tracing-attributes-0.1.28/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/tracing-attributes-0.1.28/CHANGELOG.md +0 -446
- data/ext/cargo-vendor/tracing-attributes-0.1.28/Cargo.toml +0 -151
- data/ext/cargo-vendor/tracing-attributes-0.1.28/README.md +0 -91
- data/ext/cargo-vendor/tracing-attributes-0.1.28/src/attr.rs +0 -478
- data/ext/cargo-vendor/tracing-attributes-0.1.28/src/expand.rs +0 -833
- data/ext/cargo-vendor/tracing-attributes-0.1.28/src/lib.rs +0 -696
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/async_fn.rs +0 -491
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/err.rs +0 -328
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/instrument.rs +0 -326
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui/async_instrument.rs +0 -46
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui/async_instrument.stderr +0 -98
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui/const_instrument.stderr +0 -15
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui.rs +0 -14
- data/ext/cargo-vendor/tracing-core-0.1.33/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/tracing-core-0.1.33/CHANGELOG.md +0 -574
- data/ext/cargo-vendor/tracing-core-0.1.33/Cargo.toml +0 -104
- data/ext/cargo-vendor/tracing-core-0.1.33/README.md +0 -121
- data/ext/cargo-vendor/tracing-core-0.1.33/src/callsite.rs +0 -618
- data/ext/cargo-vendor/tracing-core-0.1.33/src/dispatcher.rs +0 -1069
- data/ext/cargo-vendor/tracing-core-0.1.33/src/field.rs +0 -1320
- data/ext/cargo-vendor/tracing-core-0.1.33/src/lib.rs +0 -302
- data/ext/cargo-vendor/tracing-core-0.1.33/src/metadata.rs +0 -1114
- data/ext/cargo-vendor/wasi-0.11.0+wasi-snapshot-preview1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasi-0.11.0+wasi-snapshot-preview1/Cargo.toml +0 -42
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/examples/dump-stream.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/examples/query-stream.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/adapter/mod.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/auto.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/buffer.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/fmt.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/strip.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-1.0.10 → anstyle-1.0.11}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{anstyle-query-1.1.2 → anstyle-1.0.11}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstyle-1.0.10 → anstyle-1.0.11}/examples/dump-style.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-1.0.10 → anstyle-1.0.11}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-query-1.1.2 → anstyle-parse-0.2.7}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → anstyle-parse-0.2.7}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/examples/parselog.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/params.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/state/codegen.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/state/mod.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/state/table.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-query-1.1.4}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{colorchoice-1.0.3 → anstyle-query-1.1.4}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstyle-query-1.1.2 → anstyle-query-1.1.4}/examples/query.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → anstyle-wincon-3.0.10}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/examples/dump-wincon.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/examples/set-wincon.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/src/ansi.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/src/stream.rs +0 -0
- /data/ext/cargo-vendor/{colorchoice-1.0.3 → clap-4.5.43}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/README.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/demo.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/demo.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/augment_args.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/augment_subcommands.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/flatten_hand_args.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/hand_subcommand.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/interop_tests.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/find.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/find.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-busybox.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-busybox.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-hostname.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-hostname.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/pacman.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/pacman.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/repl-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/repl.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/01_quick.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/01_quick.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_app_settings.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_app_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_apps.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_apps.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_crate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_crate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_bool.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_bool.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_count.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_count.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_04_subcommands.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_05_default_values.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_05_default_values.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_06_required.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_06_required.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_enum.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_enum.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_possible.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_possible.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_parse.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_parse.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_validate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_validate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_03_relations.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_03_relations.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_04_custom.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_04_custom.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/05_01_assert.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/01_quick.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/01_quick.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_app_settings.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_app_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_apps.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_apps.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_crate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_crate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_bool.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_bool.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_count.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_count.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_04_subcommands.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_04_subcommands_alt.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_05_default_values.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_05_default_values.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_06_optional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_06_optional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_01_enum.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_01_enum.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_parse.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_parse.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_validate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_validate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_03_relations.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_03_relations.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_04_custom.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_04_custom.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/05_01_assert.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/typed-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/typed-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/cargo_example.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/cargo_example_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/escaped_positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/escaped_positional_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/find.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/git.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/git_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/multicall_busybox.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/multicall_hostname.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/pacman.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/repl.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/repl_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/typed_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_derive/_tutorial.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_features.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_tutorial.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/app_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg_group.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg_predicate.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/debug_asserts.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/ext.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/os_str.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/possible_value.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/range.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/resettable.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/str.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/styled_str.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/tests.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/value_hint.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/value_parser.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/derive.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/error/context.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/error/format.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/error/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/mkeymap.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/fmt.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/help.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/core.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/word_separators.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/wrap_algorithms.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/usage.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/arg_matcher.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/error.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/features/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/features/suggestions.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/matches/matched_arg.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/matches/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/matches/value_source.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/parser.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/validator.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/any_value.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/color.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/flat_map.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/flat_set.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/graph.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/id.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/str_to_bool.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/attr.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/args.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/into_app.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/parser.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/subcommand.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/value_enum.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/dummies.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/item.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/doc_comments.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/error.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/spanned.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/ty.rs +0 -0
- /data/ext/cargo-vendor/{clap_lex-0.7.4 → clap_lex-0.7.5}/src/ext.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.github/workflows/audit.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.github/workflows/ci.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.github/workflows/dotslash-config.json +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.rustfmt.toml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.rusty-hook.toml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/dev/run_benchmarks.sh +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/rust-toolchain.toml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/cache/mod.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/cache/noop.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/cli.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/common_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/config.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/main.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/file_generator.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/file_owner_finder.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/escaper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_file_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_gem_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_glob_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_yml_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/parser.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/tests.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/validator.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/project_file_builder.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/cache_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/common/mod.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/.github/CODEOWNERS +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/config/code_ownership.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/config/teams/payments.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/config/teams/payroll.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/gems/payroll_calculator/calculator.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/models/bank_account.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/models/blockchain.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/models/payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/payments/nacha.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/services/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/services/multi_owned.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/unowned.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/packages/payroll_flow/package.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/.github/CODEOWNERS +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/consumers/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/consumers/deep/nesting/nestdir/deep_file.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/consumers/one_owner.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/services/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/services/exciting/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/services/exciting/some_other_file.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/config/code_ownership.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/config/teams/bar.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/config/teams/foo.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/.ignore +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/config/teams/payments.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/config/teams/payroll.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/gems/payroll_calculator/calculator.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/PayrollFlow/index.tsx +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/PayrollFlow/package.json +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/(special)/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/(special)/pay.ts +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/item.ts +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/models/bank_account.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/models/payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payments/foo/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payments/foo/ownedby_payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payments/nacha.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payroll/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payroll/payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/ignored_files/git_ignored.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/packages/payroll_flow/package.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/invalid_project_structure_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/invalid_project_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/multiple_directory_owners_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tmp/.gitkeep +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/README.md +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/clippy.toml +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/hermit.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/unix.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/wasi.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/windows.rs +0 -0
- /data/ext/cargo-vendor/{fast-glob-0.4.5 → fast-glob-1.0.0}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/SECURITY.md +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/benches/buffer.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/build.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/apple_other.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/custom.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/efi_rng.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/esp_idf.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/fuchsia.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/getentropy.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/getrandom.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/hermit.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/linux_android_with_fallback.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/linux_raw.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/netbsd.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/rdrand.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/rndr.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/solaris.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/solid.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/use_file.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/vxworks.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/wasi_p2.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/wasm_js.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/windows.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/windows7.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/error_std_impls.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/lazy.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/util.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/util_libc.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/tests/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/benches/insert_unique_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/benches/set_ops.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/clippy.toml +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/bitmask.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/group/generic.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/group/neon.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/group/sse2.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/tag.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/helpers.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/map.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/raw.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/set.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/table.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/raw_entry.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/scopeguard.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/equivalent_trait.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/hasher.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/rayon.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/serde.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/README.md +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/arbitrary.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/borsh.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/map/serde_seq.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/serde.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/set/mutable.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/util.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/tests/equivalent_trait.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/tests/macros_full_path.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/tests/tests.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/Makefile +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/README.md +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/examples/freestanding.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/examples/gop-query.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/examples/hello-world.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/base.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/hii.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/absolute_pointer.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/block_io.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/bus_specific_driver_override.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/debug_support.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/debugport.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/decompress.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path_from_text.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path_to_text.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path_utilities.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/disk_io.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/disk_io2.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/driver_binding.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/driver_diagnostics2.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/driver_family_override.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/file.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/graphics_output.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_database.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_font.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_font_ex.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_package_list.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_string.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/ip4.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/ip6.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/load_file.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/load_file2.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/loaded_image.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/loaded_image_device_path.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/managed_network.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/memory_attribute.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/mp_services.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/pci_io.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/platform_driver_override.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/rng.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/service_binding.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/shell.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/shell_dynamic_command.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/shell_parameters.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_file_system.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_network.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_text_input.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_text_input_ex.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_text_output.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/tcp4.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/tcp6.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/timestamp.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/udp4.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/udp6.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/system.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/vendor/intel/console_control.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/vendor.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/bin/release.sh +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/features.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/main.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/stable_api_config.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/version.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/bindings.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/hidden.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/memory.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/ruby_abi_version.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/special_consts.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/symbol.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/tracking_allocator.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/value_type.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/bindings/sanitizer.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/bindings/wrapper.h +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config/flags.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config/library.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config/search_path.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/utils.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/CHANGES.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/CONTRIBUTING.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/COPYRIGHT +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/ORG_CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/README.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/SECURITY.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/benches/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/build.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/c.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/conv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/epoll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/poll_fd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/windows_syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/inotify.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/makedev.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/errno.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/windows_syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io_uring/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io_uring/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mount/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mount/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mount/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/addr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/ext.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/msghdr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/netdevice.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/read_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/send_recv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/write_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/param/auxv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/param/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pipe/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pipe/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pipe/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/prctl/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/prctl/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/wait.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pty/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pty/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/rand/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/rand/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/rand/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/shm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/shm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/shm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/system/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/system/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/system/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/termios/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/termios/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/termios/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/cpu_set.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/futex.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/time/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/time/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/time/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/ugid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/ugid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/winsock_c.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/arch/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/c.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/conv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/epoll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/poll_fd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/inotify.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/makedev.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/errno.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io_uring/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io_uring/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mount/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mount/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mount/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/addr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/msghdr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/netdevice.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/read_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/send_recv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/sockopt.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/write_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/param/init.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/param/libc_auxv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/param/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pipe/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pipe/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pipe/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/prctl/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/prctl/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/wait.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pty/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pty/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/rand/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/rand/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/rand/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/reg.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/runtime/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/runtime/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/runtime/tls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/shm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/shm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/shm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/system/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/system/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/system/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/termios/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/termios/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/termios/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/cpu_set.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/futex.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/time/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/time/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/time/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/ugid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/ugid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/vdso.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/vdso_wrappers.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/bitcast.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/buffer.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/check_types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/clockid.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/cstr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/epoll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/eventfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/kqueue.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/pause.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/poll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/port.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/select.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ffi.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/abs.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/at.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/constants.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/copy_file_range.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fadvise.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fcntl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fcntl_apple.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fcopyfile.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/getpath.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/id.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/inotify.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/makedev.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/memfd_create.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/openat2.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/raw_dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/seek_from.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/sendfile.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/special.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/statx.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/sync.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/xattr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/close.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/dup.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/errno.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/fcntl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/read_write.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io_uring/bindgen_types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io_uring/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/bsd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/linux.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/patterns.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/kernel_sigset.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/fd/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/fd/owned.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/fd/raw.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/io/raw.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/io/socket.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/std/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/madvise.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/mmap.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/msync.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/userfaultfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/fsopen.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/mount_unmount.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/addr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/netdevice.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/send_recv/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/send_recv/msg.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/socket.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/socket_addr_any.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/socketpair.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/sockopt.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/wsa.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/param/auxv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/param/init.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/param/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/path/arg.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/path/dec_int.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/path/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/pipe.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/prctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/chdir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/chroot.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/exit.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/fcntl_getlk.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/id.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/kill.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/pidfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/pidfd_getfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/pivot_root.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/prctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/priority.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/procctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/rlimit.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/umask.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/wait.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/pty.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/rand/getrandom.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/rand/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/runtime.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/shm.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/signal.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/static_assertions.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/stdio.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/system.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/tc.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/tty.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/clock.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/id.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/libcap.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/membarrier.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/prctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/sched.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/sched_yield.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/time/clock.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/time/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/time/timerfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/timespec.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ugid.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/utils.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/weak.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/CONTRIBUTING.md +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/README.md +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/build.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/de.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/io/core.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/iter.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/algorithm.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/bhcomp.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/bignum.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/cached.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/cached_float80.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/digit.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/errors.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/exponent.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/float.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/large_powers.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/large_powers32.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/large_powers64.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/math.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/mod.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/num.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/parse.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/rounding.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/shift.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/small_powers.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/map.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/number.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/raw.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/de.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/from.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/index.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/partial_eq.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/ser.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/compiletest.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/debug.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/algorithm.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/exponent.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/float.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/math.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/num.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/parse.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/rounding.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/macros/mod.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/map.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue1004.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue520.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue795.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue845.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue953.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/stream.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/test.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_colon.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_colon.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_comma.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_comma.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_value.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_value.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/not_found.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/not_found.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_expr.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_expr.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_key.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_key.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_array_element.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_array_element.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_map_entry.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_map_entry.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_colon.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_colon.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_comma.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_comma.stderr +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/README.md +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/benches/bench.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/debug_metadata/README.md +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/debug_metadata/smallvec.natvis +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/scripts/run_miri.sh +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/src/arbitrary.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/src/specialization.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/src/tests.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/tests/debugger_visualizer.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/tests/macro.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/README.md +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/deny.toml +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/dir/imp/mod.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/env.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/mod.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/other.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/unix.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/windows.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/benches/thread_local.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/src/cached.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/src/unreachable.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/LICENSE +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/destructuring.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/fields.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/follows_from.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/levels.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/names.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/parents.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/ret.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/targets.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28/tests/ui → tracing-attributes-0.1.30/tests/ui/fail}/const_instrument.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/LICENSE +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/event.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/lazy.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/parent.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/span.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/LICENSE +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/mod.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/mutex.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/once.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/stdlib.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/subscriber.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/common/mod.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/dispatch.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/global_dispatch.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/local_dispatch_before_init.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/macros.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/missed_register_callsite.rs +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/CONTRIBUTING.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/ORG_CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/README.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/SECURITY.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/src/lib_generated.rs +0 -0
@@ -0,0 +1,1123 @@
|
|
1
|
+
windows_targets::link!("wintrust.dll" "system" fn OpenPersonalTrustDBDialog(hwndparent : super::super::Foundation:: HWND) -> windows_sys::core::BOOL);
|
2
|
+
windows_targets::link!("wintrust.dll" "system" fn OpenPersonalTrustDBDialogEx(hwndparent : super::super::Foundation:: HWND, dwflags : u32, pvreserved : *mut *mut core::ffi::c_void) -> windows_sys::core::BOOL);
|
3
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
4
|
+
windows_targets::link!("wintrust.dll" "system" fn WTHelperCertCheckValidSignature(pprovdata : *mut CRYPT_PROVIDER_DATA) -> windows_sys::core::HRESULT);
|
5
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
6
|
+
windows_targets::link!("wintrust.dll" "system" fn WTHelperCertIsSelfSigned(dwencoding : u32, pcert : *mut super::Cryptography:: CERT_INFO) -> windows_sys::core::BOOL);
|
7
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
8
|
+
windows_targets::link!("wintrust.dll" "system" fn WTHelperGetProvCertFromChain(psgnr : *mut CRYPT_PROVIDER_SGNR, idxcert : u32) -> *mut CRYPT_PROVIDER_CERT);
|
9
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
10
|
+
windows_targets::link!("wintrust.dll" "system" fn WTHelperGetProvPrivateDataFromChain(pprovdata : *mut CRYPT_PROVIDER_DATA, pgproviderid : *mut windows_sys::core::GUID) -> *mut CRYPT_PROVIDER_PRIVDATA);
|
11
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
12
|
+
windows_targets::link!("wintrust.dll" "system" fn WTHelperGetProvSignerFromChain(pprovdata : *mut CRYPT_PROVIDER_DATA, idxsigner : u32, fcountersigner : windows_sys::core::BOOL, idxcountersigner : u32) -> *mut CRYPT_PROVIDER_SGNR);
|
13
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
14
|
+
windows_targets::link!("wintrust.dll" "system" fn WTHelperProvDataFromStateData(hstatedata : super::super::Foundation:: HANDLE) -> *mut CRYPT_PROVIDER_DATA);
|
15
|
+
windows_targets::link!("wintrust.dll" "system" fn WinVerifyTrust(hwnd : super::super::Foundation:: HWND, pgactionid : *mut windows_sys::core::GUID, pwvtdata : *mut core::ffi::c_void) -> i32);
|
16
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
17
|
+
windows_targets::link!("wintrust.dll" "system" fn WinVerifyTrustEx(hwnd : super::super::Foundation:: HWND, pgactionid : *mut windows_sys::core::GUID, pwintrustdata : *mut WINTRUST_DATA) -> i32);
|
18
|
+
windows_targets::link!("wintrust.dll" "system" fn WintrustAddActionID(pgactionid : *const windows_sys::core::GUID, fdwflags : u32, psprovinfo : *const CRYPT_REGISTER_ACTIONID) -> windows_sys::core::BOOL);
|
19
|
+
windows_targets::link!("wintrust.dll" "system" fn WintrustAddDefaultForUsage(pszusageoid : windows_sys::core::PCSTR, psdefusage : *const CRYPT_PROVIDER_REGDEFUSAGE) -> windows_sys::core::BOOL);
|
20
|
+
windows_targets::link!("wintrust.dll" "system" fn WintrustGetDefaultForUsage(dwaction : WINTRUST_GET_DEFAULT_FOR_USAGE_ACTION, pszusageoid : windows_sys::core::PCSTR, psusage : *mut CRYPT_PROVIDER_DEFUSAGE) -> windows_sys::core::BOOL);
|
21
|
+
windows_targets::link!("wintrust.dll" "system" fn WintrustGetRegPolicyFlags(pdwpolicyflags : *mut WINTRUST_POLICY_FLAGS));
|
22
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
23
|
+
windows_targets::link!("wintrust.dll" "system" fn WintrustLoadFunctionPointers(pgactionid : *mut windows_sys::core::GUID, ppfns : *mut CRYPT_PROVIDER_FUNCTIONS) -> windows_sys::core::BOOL);
|
24
|
+
windows_targets::link!("wintrust.dll" "system" fn WintrustRemoveActionID(pgactionid : *const windows_sys::core::GUID) -> windows_sys::core::BOOL);
|
25
|
+
windows_targets::link!("wintrust.dll" "system" fn WintrustSetDefaultIncludePEPageHashes(fincludepepagehashes : windows_sys::core::BOOL));
|
26
|
+
windows_targets::link!("wintrust.dll" "system" fn WintrustSetRegPolicyFlags(dwpolicyflags : WINTRUST_POLICY_FLAGS) -> windows_sys::core::BOOL);
|
27
|
+
#[repr(C)]
|
28
|
+
#[derive(Clone, Copy)]
|
29
|
+
pub struct CAT_MEMBERINFO {
|
30
|
+
pub pwszSubjGuid: windows_sys::core::PWSTR,
|
31
|
+
pub dwCertVersion: u32,
|
32
|
+
}
|
33
|
+
impl Default for CAT_MEMBERINFO {
|
34
|
+
fn default() -> Self {
|
35
|
+
unsafe { core::mem::zeroed() }
|
36
|
+
}
|
37
|
+
}
|
38
|
+
#[repr(C)]
|
39
|
+
#[derive(Clone, Copy, Default)]
|
40
|
+
pub struct CAT_MEMBERINFO2 {
|
41
|
+
pub SubjectGuid: windows_sys::core::GUID,
|
42
|
+
pub dwCertVersion: u32,
|
43
|
+
}
|
44
|
+
pub const CAT_MEMBERINFO2_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.12.2.3");
|
45
|
+
pub const CAT_MEMBERINFO2_STRUCT: windows_sys::core::PCSTR = 2223i32 as _;
|
46
|
+
pub const CAT_MEMBERINFO_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.12.2.2");
|
47
|
+
pub const CAT_MEMBERINFO_STRUCT: windows_sys::core::PCSTR = 2222i32 as _;
|
48
|
+
#[repr(C)]
|
49
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
50
|
+
#[derive(Clone, Copy)]
|
51
|
+
pub struct CAT_NAMEVALUE {
|
52
|
+
pub pwszTag: windows_sys::core::PWSTR,
|
53
|
+
pub fdwFlags: u32,
|
54
|
+
pub Value: super::Cryptography::CRYPT_INTEGER_BLOB,
|
55
|
+
}
|
56
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
57
|
+
impl Default for CAT_NAMEVALUE {
|
58
|
+
fn default() -> Self {
|
59
|
+
unsafe { core::mem::zeroed() }
|
60
|
+
}
|
61
|
+
}
|
62
|
+
pub const CAT_NAMEVALUE_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.12.2.1");
|
63
|
+
pub const CAT_NAMEVALUE_STRUCT: windows_sys::core::PCSTR = 2221i32 as _;
|
64
|
+
pub const CCPI_RESULT_ALLOW: u32 = 1u32;
|
65
|
+
pub const CCPI_RESULT_AUDIT: u32 = 3u32;
|
66
|
+
pub const CCPI_RESULT_DENY: u32 = 2u32;
|
67
|
+
pub const CERT_CONFIDENCE_AUTHIDEXT: u32 = 65536u32;
|
68
|
+
pub const CERT_CONFIDENCE_HIGHEST: u32 = 286330880u32;
|
69
|
+
pub const CERT_CONFIDENCE_HYGIENE: u32 = 4096u32;
|
70
|
+
pub const CERT_CONFIDENCE_SIG: u32 = 268435456u32;
|
71
|
+
pub const CERT_CONFIDENCE_TIME: u32 = 16777216u32;
|
72
|
+
pub const CERT_CONFIDENCE_TIMENEST: u32 = 1048576u32;
|
73
|
+
pub const CONFIG_CI_ACTION_VERIFY: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x6078065b_8f22_4b13_bd9b_5b762776f386);
|
74
|
+
#[repr(C)]
|
75
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
76
|
+
#[derive(Clone, Copy)]
|
77
|
+
pub struct CONFIG_CI_PROV_INFO {
|
78
|
+
pub cbSize: u32,
|
79
|
+
pub dwPolicies: u32,
|
80
|
+
pub pPolicies: *mut super::Cryptography::CRYPT_INTEGER_BLOB,
|
81
|
+
pub result: CONFIG_CI_PROV_INFO_RESULT,
|
82
|
+
pub dwScenario: u32,
|
83
|
+
pub result2: *mut CONFIG_CI_PROV_INFO_RESULT2,
|
84
|
+
}
|
85
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
86
|
+
impl Default for CONFIG_CI_PROV_INFO {
|
87
|
+
fn default() -> Self {
|
88
|
+
unsafe { core::mem::zeroed() }
|
89
|
+
}
|
90
|
+
}
|
91
|
+
#[repr(C)]
|
92
|
+
#[derive(Clone, Copy, Default)]
|
93
|
+
pub struct CONFIG_CI_PROV_INFO_RESULT {
|
94
|
+
pub hr: windows_sys::core::HRESULT,
|
95
|
+
pub dwResult: u32,
|
96
|
+
pub dwPolicyIndex: u32,
|
97
|
+
pub fIsExplicitDeny: bool,
|
98
|
+
}
|
99
|
+
#[repr(C)]
|
100
|
+
#[derive(Clone, Copy)]
|
101
|
+
pub struct CONFIG_CI_PROV_INFO_RESULT2 {
|
102
|
+
pub cbSize: u32,
|
103
|
+
pub hr: windows_sys::core::HRESULT,
|
104
|
+
pub dwResult: u32,
|
105
|
+
pub dwPolicyIndex: u32,
|
106
|
+
pub fIsExplicitDeny: bool,
|
107
|
+
pub cbCalculatedFileHash: u32,
|
108
|
+
pub pbCalculatedFileHash: *mut u8,
|
109
|
+
}
|
110
|
+
impl Default for CONFIG_CI_PROV_INFO_RESULT2 {
|
111
|
+
fn default() -> Self {
|
112
|
+
unsafe { core::mem::zeroed() }
|
113
|
+
}
|
114
|
+
}
|
115
|
+
pub const CPD_CHOICE_SIP: u32 = 1u32;
|
116
|
+
pub const CPD_RETURN_LOWER_QUALITY_CHAINS: u32 = 1048576u32;
|
117
|
+
pub const CPD_REVOCATION_CHECK_CHAIN: u32 = 262144u32;
|
118
|
+
pub const CPD_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT: u32 = 524288u32;
|
119
|
+
pub const CPD_REVOCATION_CHECK_END_CERT: u32 = 131072u32;
|
120
|
+
pub const CPD_REVOCATION_CHECK_NONE: u32 = 65536u32;
|
121
|
+
pub const CPD_RFC3161v21: u32 = 2097152u32;
|
122
|
+
pub const CPD_UISTATE_MODE_ALLOW: u32 = 2u32;
|
123
|
+
pub const CPD_UISTATE_MODE_BLOCK: u32 = 1u32;
|
124
|
+
pub const CPD_UISTATE_MODE_MASK: u32 = 3u32;
|
125
|
+
pub const CPD_UISTATE_MODE_PROMPT: u32 = 0u32;
|
126
|
+
pub const CPD_USE_NT5_CHAIN_FLAG: u32 = 2147483648u32;
|
127
|
+
#[repr(C)]
|
128
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
129
|
+
#[derive(Clone, Copy)]
|
130
|
+
pub struct CRYPT_PROVIDER_CERT {
|
131
|
+
pub cbStruct: u32,
|
132
|
+
pub pCert: *const super::Cryptography::CERT_CONTEXT,
|
133
|
+
pub fCommercial: windows_sys::core::BOOL,
|
134
|
+
pub fTrustedRoot: windows_sys::core::BOOL,
|
135
|
+
pub fSelfSigned: windows_sys::core::BOOL,
|
136
|
+
pub fTestCert: windows_sys::core::BOOL,
|
137
|
+
pub dwRevokedReason: u32,
|
138
|
+
pub dwConfidence: u32,
|
139
|
+
pub dwError: u32,
|
140
|
+
pub pTrustListContext: *mut super::Cryptography::CTL_CONTEXT,
|
141
|
+
pub fTrustListSignerCert: windows_sys::core::BOOL,
|
142
|
+
pub pCtlContext: *mut super::Cryptography::CTL_CONTEXT,
|
143
|
+
pub dwCtlError: u32,
|
144
|
+
pub fIsCyclic: windows_sys::core::BOOL,
|
145
|
+
pub pChainElement: *mut super::Cryptography::CERT_CHAIN_ELEMENT,
|
146
|
+
}
|
147
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
148
|
+
impl Default for CRYPT_PROVIDER_CERT {
|
149
|
+
fn default() -> Self {
|
150
|
+
unsafe { core::mem::zeroed() }
|
151
|
+
}
|
152
|
+
}
|
153
|
+
#[repr(C)]
|
154
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
155
|
+
#[derive(Clone, Copy)]
|
156
|
+
pub struct CRYPT_PROVIDER_DATA {
|
157
|
+
pub cbStruct: u32,
|
158
|
+
pub pWintrustData: *mut WINTRUST_DATA,
|
159
|
+
pub fOpenedFile: windows_sys::core::BOOL,
|
160
|
+
pub hWndParent: super::super::Foundation::HWND,
|
161
|
+
pub pgActionID: *mut windows_sys::core::GUID,
|
162
|
+
pub hProv: usize,
|
163
|
+
pub dwError: u32,
|
164
|
+
pub dwRegSecuritySettings: u32,
|
165
|
+
pub dwRegPolicySettings: u32,
|
166
|
+
pub psPfns: *mut CRYPT_PROVIDER_FUNCTIONS,
|
167
|
+
pub cdwTrustStepErrors: u32,
|
168
|
+
pub padwTrustStepErrors: *mut u32,
|
169
|
+
pub chStores: u32,
|
170
|
+
pub pahStores: *mut super::Cryptography::HCERTSTORE,
|
171
|
+
pub dwEncoding: u32,
|
172
|
+
pub hMsg: *mut core::ffi::c_void,
|
173
|
+
pub csSigners: u32,
|
174
|
+
pub pasSigners: *mut CRYPT_PROVIDER_SGNR,
|
175
|
+
pub csProvPrivData: u32,
|
176
|
+
pub pasProvPrivData: *mut CRYPT_PROVIDER_PRIVDATA,
|
177
|
+
pub dwSubjectChoice: u32,
|
178
|
+
pub Anonymous: CRYPT_PROVIDER_DATA_0,
|
179
|
+
pub pszUsageOID: windows_sys::core::PSTR,
|
180
|
+
pub fRecallWithState: windows_sys::core::BOOL,
|
181
|
+
pub sftSystemTime: super::super::Foundation::FILETIME,
|
182
|
+
pub pszCTLSignerUsageOID: windows_sys::core::PSTR,
|
183
|
+
pub dwProvFlags: u32,
|
184
|
+
pub dwFinalError: u32,
|
185
|
+
pub pRequestUsage: *mut super::Cryptography::CERT_USAGE_MATCH,
|
186
|
+
pub dwTrustPubSettings: u32,
|
187
|
+
pub dwUIStateFlags: u32,
|
188
|
+
pub pSigState: *mut CRYPT_PROVIDER_SIGSTATE,
|
189
|
+
pub pSigSettings: *mut WINTRUST_SIGNATURE_SETTINGS,
|
190
|
+
}
|
191
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
192
|
+
impl Default for CRYPT_PROVIDER_DATA {
|
193
|
+
fn default() -> Self {
|
194
|
+
unsafe { core::mem::zeroed() }
|
195
|
+
}
|
196
|
+
}
|
197
|
+
#[repr(C)]
|
198
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
199
|
+
#[derive(Clone, Copy)]
|
200
|
+
pub union CRYPT_PROVIDER_DATA_0 {
|
201
|
+
pub pPDSip: *mut PROVDATA_SIP,
|
202
|
+
}
|
203
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
204
|
+
impl Default for CRYPT_PROVIDER_DATA_0 {
|
205
|
+
fn default() -> Self {
|
206
|
+
unsafe { core::mem::zeroed() }
|
207
|
+
}
|
208
|
+
}
|
209
|
+
#[repr(C)]
|
210
|
+
#[derive(Clone, Copy)]
|
211
|
+
pub struct CRYPT_PROVIDER_DEFUSAGE {
|
212
|
+
pub cbStruct: u32,
|
213
|
+
pub gActionID: windows_sys::core::GUID,
|
214
|
+
pub pDefPolicyCallbackData: *mut core::ffi::c_void,
|
215
|
+
pub pDefSIPClientData: *mut core::ffi::c_void,
|
216
|
+
}
|
217
|
+
impl Default for CRYPT_PROVIDER_DEFUSAGE {
|
218
|
+
fn default() -> Self {
|
219
|
+
unsafe { core::mem::zeroed() }
|
220
|
+
}
|
221
|
+
}
|
222
|
+
#[repr(C)]
|
223
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
224
|
+
#[derive(Clone, Copy)]
|
225
|
+
pub struct CRYPT_PROVIDER_FUNCTIONS {
|
226
|
+
pub cbStruct: u32,
|
227
|
+
pub pfnAlloc: PFN_CPD_MEM_ALLOC,
|
228
|
+
pub pfnFree: PFN_CPD_MEM_FREE,
|
229
|
+
pub pfnAddStore2Chain: PFN_CPD_ADD_STORE,
|
230
|
+
pub pfnAddSgnr2Chain: PFN_CPD_ADD_SGNR,
|
231
|
+
pub pfnAddCert2Chain: PFN_CPD_ADD_CERT,
|
232
|
+
pub pfnAddPrivData2Chain: PFN_CPD_ADD_PRIVDATA,
|
233
|
+
pub pfnInitialize: PFN_PROVIDER_INIT_CALL,
|
234
|
+
pub pfnObjectTrust: PFN_PROVIDER_OBJTRUST_CALL,
|
235
|
+
pub pfnSignatureTrust: PFN_PROVIDER_SIGTRUST_CALL,
|
236
|
+
pub pfnCertificateTrust: PFN_PROVIDER_CERTTRUST_CALL,
|
237
|
+
pub pfnFinalPolicy: PFN_PROVIDER_FINALPOLICY_CALL,
|
238
|
+
pub pfnCertCheckPolicy: PFN_PROVIDER_CERTCHKPOLICY_CALL,
|
239
|
+
pub pfnTestFinalPolicy: PFN_PROVIDER_TESTFINALPOLICY_CALL,
|
240
|
+
pub psUIpfns: *mut CRYPT_PROVUI_FUNCS,
|
241
|
+
pub pfnCleanupPolicy: PFN_PROVIDER_CLEANUP_CALL,
|
242
|
+
}
|
243
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
244
|
+
impl Default for CRYPT_PROVIDER_FUNCTIONS {
|
245
|
+
fn default() -> Self {
|
246
|
+
unsafe { core::mem::zeroed() }
|
247
|
+
}
|
248
|
+
}
|
249
|
+
#[repr(C)]
|
250
|
+
#[derive(Clone, Copy)]
|
251
|
+
pub struct CRYPT_PROVIDER_PRIVDATA {
|
252
|
+
pub cbStruct: u32,
|
253
|
+
pub gProviderID: windows_sys::core::GUID,
|
254
|
+
pub cbProvData: u32,
|
255
|
+
pub pvProvData: *mut core::ffi::c_void,
|
256
|
+
}
|
257
|
+
impl Default for CRYPT_PROVIDER_PRIVDATA {
|
258
|
+
fn default() -> Self {
|
259
|
+
unsafe { core::mem::zeroed() }
|
260
|
+
}
|
261
|
+
}
|
262
|
+
#[repr(C)]
|
263
|
+
#[derive(Clone, Copy)]
|
264
|
+
pub struct CRYPT_PROVIDER_REGDEFUSAGE {
|
265
|
+
pub cbStruct: u32,
|
266
|
+
pub pgActionID: *mut windows_sys::core::GUID,
|
267
|
+
pub pwszDllName: windows_sys::core::PWSTR,
|
268
|
+
pub pwszLoadCallbackDataFunctionName: windows_sys::core::PSTR,
|
269
|
+
pub pwszFreeCallbackDataFunctionName: windows_sys::core::PSTR,
|
270
|
+
}
|
271
|
+
impl Default for CRYPT_PROVIDER_REGDEFUSAGE {
|
272
|
+
fn default() -> Self {
|
273
|
+
unsafe { core::mem::zeroed() }
|
274
|
+
}
|
275
|
+
}
|
276
|
+
#[repr(C)]
|
277
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
278
|
+
#[derive(Clone, Copy)]
|
279
|
+
pub struct CRYPT_PROVIDER_SGNR {
|
280
|
+
pub cbStruct: u32,
|
281
|
+
pub sftVerifyAsOf: super::super::Foundation::FILETIME,
|
282
|
+
pub csCertChain: u32,
|
283
|
+
pub pasCertChain: *mut CRYPT_PROVIDER_CERT,
|
284
|
+
pub dwSignerType: u32,
|
285
|
+
pub psSigner: *mut super::Cryptography::CMSG_SIGNER_INFO,
|
286
|
+
pub dwError: u32,
|
287
|
+
pub csCounterSigners: u32,
|
288
|
+
pub pasCounterSigners: *mut CRYPT_PROVIDER_SGNR,
|
289
|
+
pub pChainContext: *mut super::Cryptography::CERT_CHAIN_CONTEXT,
|
290
|
+
}
|
291
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
292
|
+
impl Default for CRYPT_PROVIDER_SGNR {
|
293
|
+
fn default() -> Self {
|
294
|
+
unsafe { core::mem::zeroed() }
|
295
|
+
}
|
296
|
+
}
|
297
|
+
#[repr(C)]
|
298
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
299
|
+
#[derive(Clone, Copy)]
|
300
|
+
pub struct CRYPT_PROVIDER_SIGSTATE {
|
301
|
+
pub cbStruct: u32,
|
302
|
+
pub rhSecondarySigs: *mut *mut core::ffi::c_void,
|
303
|
+
pub hPrimarySig: *mut core::ffi::c_void,
|
304
|
+
pub fFirstAttemptMade: windows_sys::core::BOOL,
|
305
|
+
pub fNoMoreSigs: windows_sys::core::BOOL,
|
306
|
+
pub cSecondarySigs: u32,
|
307
|
+
pub dwCurrentIndex: u32,
|
308
|
+
pub fSupportMultiSig: windows_sys::core::BOOL,
|
309
|
+
pub dwCryptoPolicySupport: u32,
|
310
|
+
pub iAttemptCount: u32,
|
311
|
+
pub fCheckedSealing: windows_sys::core::BOOL,
|
312
|
+
pub pSealingSignature: *mut SEALING_SIGNATURE_ATTRIBUTE,
|
313
|
+
}
|
314
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
315
|
+
impl Default for CRYPT_PROVIDER_SIGSTATE {
|
316
|
+
fn default() -> Self {
|
317
|
+
unsafe { core::mem::zeroed() }
|
318
|
+
}
|
319
|
+
}
|
320
|
+
#[repr(C)]
|
321
|
+
#[derive(Clone, Copy)]
|
322
|
+
pub struct CRYPT_PROVUI_DATA {
|
323
|
+
pub cbStruct: u32,
|
324
|
+
pub dwFinalError: u32,
|
325
|
+
pub pYesButtonText: windows_sys::core::PWSTR,
|
326
|
+
pub pNoButtonText: windows_sys::core::PWSTR,
|
327
|
+
pub pMoreInfoButtonText: windows_sys::core::PWSTR,
|
328
|
+
pub pAdvancedLinkText: windows_sys::core::PWSTR,
|
329
|
+
pub pCopyActionText: windows_sys::core::PWSTR,
|
330
|
+
pub pCopyActionTextNoTS: windows_sys::core::PWSTR,
|
331
|
+
pub pCopyActionTextNotSigned: windows_sys::core::PWSTR,
|
332
|
+
}
|
333
|
+
impl Default for CRYPT_PROVUI_DATA {
|
334
|
+
fn default() -> Self {
|
335
|
+
unsafe { core::mem::zeroed() }
|
336
|
+
}
|
337
|
+
}
|
338
|
+
#[repr(C)]
|
339
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
340
|
+
#[derive(Clone, Copy)]
|
341
|
+
pub struct CRYPT_PROVUI_FUNCS {
|
342
|
+
pub cbStruct: u32,
|
343
|
+
pub psUIData: *mut CRYPT_PROVUI_DATA,
|
344
|
+
pub pfnOnMoreInfoClick: PFN_PROVUI_CALL,
|
345
|
+
pub pfnOnMoreInfoClickDefault: PFN_PROVUI_CALL,
|
346
|
+
pub pfnOnAdvancedClick: PFN_PROVUI_CALL,
|
347
|
+
pub pfnOnAdvancedClickDefault: PFN_PROVUI_CALL,
|
348
|
+
}
|
349
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
350
|
+
impl Default for CRYPT_PROVUI_FUNCS {
|
351
|
+
fn default() -> Self {
|
352
|
+
unsafe { core::mem::zeroed() }
|
353
|
+
}
|
354
|
+
}
|
355
|
+
#[repr(C)]
|
356
|
+
#[derive(Clone, Copy, Default)]
|
357
|
+
pub struct CRYPT_REGISTER_ACTIONID {
|
358
|
+
pub cbStruct: u32,
|
359
|
+
pub sInitProvider: CRYPT_TRUST_REG_ENTRY,
|
360
|
+
pub sObjectProvider: CRYPT_TRUST_REG_ENTRY,
|
361
|
+
pub sSignatureProvider: CRYPT_TRUST_REG_ENTRY,
|
362
|
+
pub sCertificateProvider: CRYPT_TRUST_REG_ENTRY,
|
363
|
+
pub sCertificatePolicyProvider: CRYPT_TRUST_REG_ENTRY,
|
364
|
+
pub sFinalPolicyProvider: CRYPT_TRUST_REG_ENTRY,
|
365
|
+
pub sTestPolicyProvider: CRYPT_TRUST_REG_ENTRY,
|
366
|
+
pub sCleanupProvider: CRYPT_TRUST_REG_ENTRY,
|
367
|
+
}
|
368
|
+
#[repr(C)]
|
369
|
+
#[derive(Clone, Copy)]
|
370
|
+
pub struct CRYPT_TRUST_REG_ENTRY {
|
371
|
+
pub cbStruct: u32,
|
372
|
+
pub pwszDLLName: windows_sys::core::PWSTR,
|
373
|
+
pub pwszFunctionName: windows_sys::core::PWSTR,
|
374
|
+
}
|
375
|
+
impl Default for CRYPT_TRUST_REG_ENTRY {
|
376
|
+
fn default() -> Self {
|
377
|
+
unsafe { core::mem::zeroed() }
|
378
|
+
}
|
379
|
+
}
|
380
|
+
pub const DRIVER_ACTION_VERIFY: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xf750e6c3_38ee_11d1_85e5_00c04fc295ee);
|
381
|
+
pub const DRIVER_CLEANUPPOLICY_FUNCTION: windows_sys::core::PCWSTR = windows_sys::core::w!("DriverCleanupPolicy");
|
382
|
+
pub const DRIVER_FINALPOLPROV_FUNCTION: windows_sys::core::PCWSTR = windows_sys::core::w!("DriverFinalPolicy");
|
383
|
+
pub const DRIVER_INITPROV_FUNCTION: windows_sys::core::PCWSTR = windows_sys::core::w!("DriverInitializePolicy");
|
384
|
+
#[repr(C)]
|
385
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
386
|
+
#[derive(Clone, Copy)]
|
387
|
+
pub struct DRIVER_VER_INFO {
|
388
|
+
pub cbStruct: u32,
|
389
|
+
pub dwReserved1: usize,
|
390
|
+
pub dwReserved2: usize,
|
391
|
+
pub dwPlatform: u32,
|
392
|
+
pub dwVersion: u32,
|
393
|
+
pub wszVersion: [u16; 260],
|
394
|
+
pub wszSignedBy: [u16; 260],
|
395
|
+
pub pcSignerCertContext: *const super::Cryptography::CERT_CONTEXT,
|
396
|
+
pub sOSVersionLow: DRIVER_VER_MAJORMINOR,
|
397
|
+
pub sOSVersionHigh: DRIVER_VER_MAJORMINOR,
|
398
|
+
pub dwBuildNumberLow: u32,
|
399
|
+
pub dwBuildNumberHigh: u32,
|
400
|
+
}
|
401
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
402
|
+
impl Default for DRIVER_VER_INFO {
|
403
|
+
fn default() -> Self {
|
404
|
+
unsafe { core::mem::zeroed() }
|
405
|
+
}
|
406
|
+
}
|
407
|
+
#[repr(C)]
|
408
|
+
#[derive(Clone, Copy, Default)]
|
409
|
+
pub struct DRIVER_VER_MAJORMINOR {
|
410
|
+
pub dwMajor: u32,
|
411
|
+
pub dwMinor: u32,
|
412
|
+
}
|
413
|
+
pub const DWACTION_ALLOCANDFILL: WINTRUST_GET_DEFAULT_FOR_USAGE_ACTION = 1u32;
|
414
|
+
pub const DWACTION_FREE: WINTRUST_GET_DEFAULT_FOR_USAGE_ACTION = 2u32;
|
415
|
+
pub const GENERIC_CHAIN_CERTTRUST_FUNCTION: windows_sys::core::PCWSTR = windows_sys::core::w!("GenericChainCertificateTrust");
|
416
|
+
pub const GENERIC_CHAIN_FINALPOLICY_FUNCTION: windows_sys::core::PCWSTR = windows_sys::core::w!("GenericChainFinalProv");
|
417
|
+
pub const HTTPSPROV_ACTION: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x573e31f8_aaba_11d0_8ccb_00c04fc295ee);
|
418
|
+
pub const HTTPS_CERTTRUST_FUNCTION: windows_sys::core::PCWSTR = windows_sys::core::w!("HTTPSCertificateTrust");
|
419
|
+
pub const HTTPS_CHKCERT_FUNCTION: windows_sys::core::PCWSTR = windows_sys::core::w!("HTTPSCheckCertProv");
|
420
|
+
pub const HTTPS_FINALPOLICY_FUNCTION: windows_sys::core::PCWSTR = windows_sys::core::w!("HTTPSFinalProv");
|
421
|
+
#[repr(C)]
|
422
|
+
#[derive(Clone, Copy, Default)]
|
423
|
+
pub struct INTENT_TO_SEAL_ATTRIBUTE {
|
424
|
+
pub version: u32,
|
425
|
+
pub seal: bool,
|
426
|
+
}
|
427
|
+
pub const INTENT_TO_SEAL_ATTRIBUTE_STRUCT: windows_sys::core::PCSTR = 2010i32 as _;
|
428
|
+
pub const OFFICESIGN_ACTION_VERIFY: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x5555c2cd_17fb_11d1_85c4_00c04fc295ee);
|
429
|
+
pub const OFFICE_CLEANUPPOLICY_FUNCTION: windows_sys::core::PCWSTR = windows_sys::core::w!("OfficeCleanupPolicy");
|
430
|
+
pub const OFFICE_INITPROV_FUNCTION: windows_sys::core::PCWSTR = windows_sys::core::w!("OfficeInitializePolicy");
|
431
|
+
pub const OFFICE_POLICY_PROVIDER_DLL_NAME: windows_sys::core::PCWSTR = windows_sys::core::w!("WINTRUST.DLL");
|
432
|
+
pub type PFN_ALLOCANDFILLDEFUSAGE = Option<unsafe extern "system" fn(pszusageoid: windows_sys::core::PCSTR, psdefusage: *const CRYPT_PROVIDER_DEFUSAGE) -> windows_sys::core::BOOL>;
|
433
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
434
|
+
pub type PFN_CPD_ADD_CERT = Option<unsafe extern "system" fn(pprovdata: *const CRYPT_PROVIDER_DATA, idxsigner: u32, fcountersigner: windows_sys::core::BOOL, idxcountersigner: u32, pcert2add: *const super::Cryptography::CERT_CONTEXT) -> windows_sys::core::BOOL>;
|
435
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
436
|
+
pub type PFN_CPD_ADD_PRIVDATA = Option<unsafe extern "system" fn(pprovdata: *const CRYPT_PROVIDER_DATA, pprivdata2add: *const CRYPT_PROVIDER_PRIVDATA) -> windows_sys::core::BOOL>;
|
437
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
438
|
+
pub type PFN_CPD_ADD_SGNR = Option<unsafe extern "system" fn(pprovdata: *const CRYPT_PROVIDER_DATA, fcountersigner: windows_sys::core::BOOL, idxsigner: u32, psgnr2add: *const CRYPT_PROVIDER_SGNR) -> windows_sys::core::BOOL>;
|
439
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
440
|
+
pub type PFN_CPD_ADD_STORE = Option<unsafe extern "system" fn(pprovdata: *const CRYPT_PROVIDER_DATA, hstore2add: super::Cryptography::HCERTSTORE) -> windows_sys::core::BOOL>;
|
441
|
+
pub type PFN_CPD_MEM_ALLOC = Option<unsafe extern "system" fn(cbsize: u32) -> *mut core::ffi::c_void>;
|
442
|
+
pub type PFN_CPD_MEM_FREE = Option<unsafe extern "system" fn(pvmem2free: *const core::ffi::c_void)>;
|
443
|
+
pub type PFN_FREEDEFUSAGE = Option<unsafe extern "system" fn(pszusageoid: windows_sys::core::PCSTR, psdefusage: *const CRYPT_PROVIDER_DEFUSAGE) -> windows_sys::core::BOOL>;
|
444
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
445
|
+
pub type PFN_PROVIDER_CERTCHKPOLICY_CALL = Option<unsafe extern "system" fn(pprovdata: *const CRYPT_PROVIDER_DATA, idxsigner: u32, fcountersignerchain: windows_sys::core::BOOL, idxcountersigner: u32) -> windows_sys::core::BOOL>;
|
446
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
447
|
+
pub type PFN_PROVIDER_CERTTRUST_CALL = Option<unsafe extern "system" fn(pprovdata: *mut CRYPT_PROVIDER_DATA) -> windows_sys::core::HRESULT>;
|
448
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
449
|
+
pub type PFN_PROVIDER_CLEANUP_CALL = Option<unsafe extern "system" fn(pprovdata: *mut CRYPT_PROVIDER_DATA) -> windows_sys::core::HRESULT>;
|
450
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
451
|
+
pub type PFN_PROVIDER_FINALPOLICY_CALL = Option<unsafe extern "system" fn(pprovdata: *mut CRYPT_PROVIDER_DATA) -> windows_sys::core::HRESULT>;
|
452
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
453
|
+
pub type PFN_PROVIDER_INIT_CALL = Option<unsafe extern "system" fn(pprovdata: *mut CRYPT_PROVIDER_DATA) -> windows_sys::core::HRESULT>;
|
454
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
455
|
+
pub type PFN_PROVIDER_OBJTRUST_CALL = Option<unsafe extern "system" fn(pprovdata: *mut CRYPT_PROVIDER_DATA) -> windows_sys::core::HRESULT>;
|
456
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
457
|
+
pub type PFN_PROVIDER_SIGTRUST_CALL = Option<unsafe extern "system" fn(pprovdata: *mut CRYPT_PROVIDER_DATA) -> windows_sys::core::HRESULT>;
|
458
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
459
|
+
pub type PFN_PROVIDER_TESTFINALPOLICY_CALL = Option<unsafe extern "system" fn(pprovdata: *mut CRYPT_PROVIDER_DATA) -> windows_sys::core::HRESULT>;
|
460
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
461
|
+
pub type PFN_PROVUI_CALL = Option<unsafe extern "system" fn(hwndsecuritydialog: super::super::Foundation::HWND, pprovdata: *const CRYPT_PROVIDER_DATA) -> windows_sys::core::BOOL>;
|
462
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
463
|
+
pub type PFN_WTD_GENERIC_CHAIN_POLICY_CALLBACK = Option<unsafe extern "system" fn(pprovdata: *mut CRYPT_PROVIDER_DATA, dwsteperror: u32, dwregpolicysettings: u32, csigner: u32, rgpsigner: *mut *mut WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO, pvpolicyarg: *mut core::ffi::c_void) -> windows_sys::core::HRESULT>;
|
464
|
+
#[repr(C)]
|
465
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
466
|
+
#[derive(Clone, Copy)]
|
467
|
+
pub struct PROVDATA_SIP {
|
468
|
+
pub cbStruct: u32,
|
469
|
+
pub gSubject: windows_sys::core::GUID,
|
470
|
+
pub pSip: *mut super::Cryptography::Sip::SIP_DISPATCH_INFO,
|
471
|
+
pub pCATSip: *mut super::Cryptography::Sip::SIP_DISPATCH_INFO,
|
472
|
+
pub psSipSubjectInfo: *mut super::Cryptography::Sip::SIP_SUBJECTINFO,
|
473
|
+
pub psSipCATSubjectInfo: *mut super::Cryptography::Sip::SIP_SUBJECTINFO,
|
474
|
+
pub psIndirectData: *mut super::Cryptography::Sip::SIP_INDIRECT_DATA,
|
475
|
+
}
|
476
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
477
|
+
impl Default for PROVDATA_SIP {
|
478
|
+
fn default() -> Self {
|
479
|
+
unsafe { core::mem::zeroed() }
|
480
|
+
}
|
481
|
+
}
|
482
|
+
#[repr(C)]
|
483
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
484
|
+
#[derive(Clone, Copy, Default)]
|
485
|
+
pub struct SEALING_SIGNATURE_ATTRIBUTE {
|
486
|
+
pub version: u32,
|
487
|
+
pub signerIndex: u32,
|
488
|
+
pub signatureAlgorithm: super::Cryptography::CRYPT_ALGORITHM_IDENTIFIER,
|
489
|
+
pub encryptedDigest: super::Cryptography::CRYPT_INTEGER_BLOB,
|
490
|
+
}
|
491
|
+
pub const SEALING_SIGNATURE_ATTRIBUTE_STRUCT: windows_sys::core::PCSTR = 2011i32 as _;
|
492
|
+
#[repr(C)]
|
493
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
494
|
+
#[derive(Clone, Copy, Default)]
|
495
|
+
pub struct SEALING_TIMESTAMP_ATTRIBUTE {
|
496
|
+
pub version: u32,
|
497
|
+
pub signerIndex: u32,
|
498
|
+
pub sealTimeStampToken: super::Cryptography::CRYPT_INTEGER_BLOB,
|
499
|
+
}
|
500
|
+
pub const SEALING_TIMESTAMP_ATTRIBUTE_STRUCT: windows_sys::core::PCSTR = 2012i32 as _;
|
501
|
+
pub const SGNR_TYPE_TIMESTAMP: u32 = 16u32;
|
502
|
+
pub const SPC_CAB_DATA_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.1.25");
|
503
|
+
pub const SPC_CAB_DATA_STRUCT: windows_sys::core::PCSTR = 2008i32 as _;
|
504
|
+
pub const SPC_CERT_EXTENSIONS_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.1.14");
|
505
|
+
pub const SPC_COMMERCIAL_SP_KEY_PURPOSE_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.1.22");
|
506
|
+
pub const SPC_COMMON_NAME_OBJID: windows_sys::core::PCWSTR = windows_sys::core::w!("2.5.4.3");
|
507
|
+
pub const SPC_ENCRYPTED_DIGEST_RETRY_COUNT_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.6.2");
|
508
|
+
pub const SPC_FILE_LINK_CHOICE: u32 = 3u32;
|
509
|
+
#[repr(C)]
|
510
|
+
#[derive(Clone, Copy, Default)]
|
511
|
+
pub struct SPC_FINANCIAL_CRITERIA {
|
512
|
+
pub fFinancialInfoAvailable: windows_sys::core::BOOL,
|
513
|
+
pub fMeetsCriteria: windows_sys::core::BOOL,
|
514
|
+
}
|
515
|
+
pub const SPC_FINANCIAL_CRITERIA_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.1.27");
|
516
|
+
pub const SPC_FINANCIAL_CRITERIA_STRUCT: windows_sys::core::PCSTR = 2002i32 as _;
|
517
|
+
pub const SPC_GLUE_RDN_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.1.25");
|
518
|
+
#[repr(C)]
|
519
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
520
|
+
#[derive(Clone, Copy)]
|
521
|
+
pub struct SPC_IMAGE {
|
522
|
+
pub pImageLink: *mut SPC_LINK,
|
523
|
+
pub Bitmap: super::Cryptography::CRYPT_INTEGER_BLOB,
|
524
|
+
pub Metafile: super::Cryptography::CRYPT_INTEGER_BLOB,
|
525
|
+
pub EnhancedMetafile: super::Cryptography::CRYPT_INTEGER_BLOB,
|
526
|
+
pub GifFile: super::Cryptography::CRYPT_INTEGER_BLOB,
|
527
|
+
}
|
528
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
529
|
+
impl Default for SPC_IMAGE {
|
530
|
+
fn default() -> Self {
|
531
|
+
unsafe { core::mem::zeroed() }
|
532
|
+
}
|
533
|
+
}
|
534
|
+
#[repr(C)]
|
535
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
536
|
+
#[derive(Clone, Copy, Default)]
|
537
|
+
pub struct SPC_INDIRECT_DATA_CONTENT {
|
538
|
+
pub Data: super::Cryptography::CRYPT_ATTRIBUTE_TYPE_VALUE,
|
539
|
+
pub DigestAlgorithm: super::Cryptography::CRYPT_ALGORITHM_IDENTIFIER,
|
540
|
+
pub Digest: super::Cryptography::CRYPT_INTEGER_BLOB,
|
541
|
+
}
|
542
|
+
pub const SPC_INDIRECT_DATA_CONTENT_STRUCT: windows_sys::core::PCSTR = 2003i32 as _;
|
543
|
+
pub const SPC_INDIRECT_DATA_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.1.4");
|
544
|
+
pub const SPC_INDIVIDUAL_SP_KEY_PURPOSE_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.1.21");
|
545
|
+
pub const SPC_JAVA_CLASS_DATA_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.1.20");
|
546
|
+
pub const SPC_JAVA_CLASS_DATA_STRUCT: windows_sys::core::PCSTR = 2009i32 as _;
|
547
|
+
#[repr(C)]
|
548
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
549
|
+
#[derive(Clone, Copy)]
|
550
|
+
pub struct SPC_LINK {
|
551
|
+
pub dwLinkChoice: u32,
|
552
|
+
pub Anonymous: SPC_LINK_0,
|
553
|
+
}
|
554
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
555
|
+
impl Default for SPC_LINK {
|
556
|
+
fn default() -> Self {
|
557
|
+
unsafe { core::mem::zeroed() }
|
558
|
+
}
|
559
|
+
}
|
560
|
+
#[repr(C)]
|
561
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
562
|
+
#[derive(Clone, Copy)]
|
563
|
+
pub union SPC_LINK_0 {
|
564
|
+
pub pwszUrl: windows_sys::core::PWSTR,
|
565
|
+
pub Moniker: SPC_SERIALIZED_OBJECT,
|
566
|
+
pub pwszFile: windows_sys::core::PWSTR,
|
567
|
+
}
|
568
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
569
|
+
impl Default for SPC_LINK_0 {
|
570
|
+
fn default() -> Self {
|
571
|
+
unsafe { core::mem::zeroed() }
|
572
|
+
}
|
573
|
+
}
|
574
|
+
pub const SPC_LINK_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.1.28");
|
575
|
+
pub const SPC_LINK_STRUCT: windows_sys::core::PCSTR = 2005i32 as _;
|
576
|
+
pub const SPC_MINIMAL_CRITERIA_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.1.26");
|
577
|
+
pub const SPC_MINIMAL_CRITERIA_STRUCT: windows_sys::core::PCSTR = 2001i32 as _;
|
578
|
+
pub const SPC_MONIKER_LINK_CHOICE: u32 = 2u32;
|
579
|
+
pub const SPC_NATURAL_AUTH_PLUGIN_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.96.1.1");
|
580
|
+
#[repr(C)]
|
581
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
582
|
+
#[derive(Clone, Copy)]
|
583
|
+
pub struct SPC_PE_IMAGE_DATA {
|
584
|
+
pub Flags: super::Cryptography::CRYPT_BIT_BLOB,
|
585
|
+
pub pFile: *mut SPC_LINK,
|
586
|
+
}
|
587
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
588
|
+
impl Default for SPC_PE_IMAGE_DATA {
|
589
|
+
fn default() -> Self {
|
590
|
+
unsafe { core::mem::zeroed() }
|
591
|
+
}
|
592
|
+
}
|
593
|
+
pub const SPC_PE_IMAGE_DATA_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.1.15");
|
594
|
+
pub const SPC_PE_IMAGE_DATA_STRUCT: windows_sys::core::PCSTR = 2004i32 as _;
|
595
|
+
pub const SPC_PE_IMAGE_PAGE_HASHES_V1_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.3.1");
|
596
|
+
pub const SPC_PE_IMAGE_PAGE_HASHES_V2_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.3.2");
|
597
|
+
pub const SPC_RAW_FILE_DATA_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.1.18");
|
598
|
+
pub const SPC_RELAXED_PE_MARKER_CHECK_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.6.1");
|
599
|
+
#[repr(C)]
|
600
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
601
|
+
#[derive(Clone, Copy)]
|
602
|
+
pub struct SPC_SERIALIZED_OBJECT {
|
603
|
+
pub ClassId: [u8; 16],
|
604
|
+
pub SerializedData: super::Cryptography::CRYPT_INTEGER_BLOB,
|
605
|
+
}
|
606
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
607
|
+
impl Default for SPC_SERIALIZED_OBJECT {
|
608
|
+
fn default() -> Self {
|
609
|
+
unsafe { core::mem::zeroed() }
|
610
|
+
}
|
611
|
+
}
|
612
|
+
#[repr(C)]
|
613
|
+
#[derive(Clone, Copy, Default)]
|
614
|
+
pub struct SPC_SIGINFO {
|
615
|
+
pub dwSipVersion: u32,
|
616
|
+
pub gSIPGuid: windows_sys::core::GUID,
|
617
|
+
pub dwReserved1: u32,
|
618
|
+
pub dwReserved2: u32,
|
619
|
+
pub dwReserved3: u32,
|
620
|
+
pub dwReserved4: u32,
|
621
|
+
pub dwReserved5: u32,
|
622
|
+
}
|
623
|
+
pub const SPC_SIGINFO_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.1.30");
|
624
|
+
pub const SPC_SIGINFO_STRUCT: windows_sys::core::PCSTR = 2130i32 as _;
|
625
|
+
#[repr(C)]
|
626
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
627
|
+
#[derive(Clone, Copy)]
|
628
|
+
pub struct SPC_SP_AGENCY_INFO {
|
629
|
+
pub pPolicyInformation: *mut SPC_LINK,
|
630
|
+
pub pwszPolicyDisplayText: windows_sys::core::PWSTR,
|
631
|
+
pub pLogoImage: *mut SPC_IMAGE,
|
632
|
+
pub pLogoLink: *mut SPC_LINK,
|
633
|
+
}
|
634
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
635
|
+
impl Default for SPC_SP_AGENCY_INFO {
|
636
|
+
fn default() -> Self {
|
637
|
+
unsafe { core::mem::zeroed() }
|
638
|
+
}
|
639
|
+
}
|
640
|
+
pub const SPC_SP_AGENCY_INFO_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.1.10");
|
641
|
+
pub const SPC_SP_AGENCY_INFO_STRUCT: windows_sys::core::PCSTR = 2000i32 as _;
|
642
|
+
#[repr(C)]
|
643
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
644
|
+
#[derive(Clone, Copy)]
|
645
|
+
pub struct SPC_SP_OPUS_INFO {
|
646
|
+
pub pwszProgramName: windows_sys::core::PCWSTR,
|
647
|
+
pub pMoreInfo: *mut SPC_LINK,
|
648
|
+
pub pPublisherInfo: *mut SPC_LINK,
|
649
|
+
}
|
650
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
651
|
+
impl Default for SPC_SP_OPUS_INFO {
|
652
|
+
fn default() -> Self {
|
653
|
+
unsafe { core::mem::zeroed() }
|
654
|
+
}
|
655
|
+
}
|
656
|
+
pub const SPC_SP_OPUS_INFO_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.1.12");
|
657
|
+
pub const SPC_SP_OPUS_INFO_STRUCT: windows_sys::core::PCSTR = 2007i32 as _;
|
658
|
+
#[repr(C)]
|
659
|
+
#[derive(Clone, Copy)]
|
660
|
+
pub struct SPC_STATEMENT_TYPE {
|
661
|
+
pub cKeyPurposeId: u32,
|
662
|
+
pub rgpszKeyPurposeId: *mut windows_sys::core::PSTR,
|
663
|
+
}
|
664
|
+
impl Default for SPC_STATEMENT_TYPE {
|
665
|
+
fn default() -> Self {
|
666
|
+
unsafe { core::mem::zeroed() }
|
667
|
+
}
|
668
|
+
}
|
669
|
+
pub const SPC_STATEMENT_TYPE_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.1.11");
|
670
|
+
pub const SPC_STATEMENT_TYPE_STRUCT: windows_sys::core::PCSTR = 2006i32 as _;
|
671
|
+
pub const SPC_STRUCTURED_STORAGE_DATA_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.1.19");
|
672
|
+
pub const SPC_TIME_STAMP_REQUEST_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.3.2.1");
|
673
|
+
pub const SPC_URL_LINK_CHOICE: u32 = 1u32;
|
674
|
+
pub const SPC_UUID_LENGTH: u32 = 16u32;
|
675
|
+
pub const SPC_WINDOWS_HELLO_COMPATIBILITY_OBJID: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.10.41.1");
|
676
|
+
pub const SP_CHKCERT_FUNCTION: windows_sys::core::PCWSTR = windows_sys::core::w!("SoftpubCheckCert");
|
677
|
+
pub const SP_CLEANUPPOLICY_FUNCTION: windows_sys::core::PCWSTR = windows_sys::core::w!("SoftpubCleanup");
|
678
|
+
pub const SP_FINALPOLICY_FUNCTION: windows_sys::core::PCWSTR = windows_sys::core::w!("SoftpubAuthenticode");
|
679
|
+
pub const SP_GENERIC_CERT_INIT_FUNCTION: windows_sys::core::PCWSTR = windows_sys::core::w!("SoftpubDefCertInit");
|
680
|
+
pub const SP_INIT_FUNCTION: windows_sys::core::PCWSTR = windows_sys::core::w!("SoftpubInitialize");
|
681
|
+
pub const SP_OBJTRUST_FUNCTION: windows_sys::core::PCWSTR = windows_sys::core::w!("SoftpubLoadMessage");
|
682
|
+
pub const SP_POLICY_PROVIDER_DLL_NAME: windows_sys::core::PCWSTR = windows_sys::core::w!("WINTRUST.DLL");
|
683
|
+
pub const SP_SIGTRUST_FUNCTION: windows_sys::core::PCWSTR = windows_sys::core::w!("SoftpubLoadSignature");
|
684
|
+
pub const SP_TESTDUMPPOLICY_FUNCTION_TEST: windows_sys::core::PCWSTR = windows_sys::core::w!("SoftpubDumpStructure");
|
685
|
+
pub const TRUSTERROR_MAX_STEPS: u32 = 38u32;
|
686
|
+
pub const TRUSTERROR_STEP_CATALOGFILE: u32 = 6u32;
|
687
|
+
pub const TRUSTERROR_STEP_CERTSTORE: u32 = 7u32;
|
688
|
+
pub const TRUSTERROR_STEP_FILEIO: u32 = 2u32;
|
689
|
+
pub const TRUSTERROR_STEP_FINAL_CERTCHKPROV: u32 = 35u32;
|
690
|
+
pub const TRUSTERROR_STEP_FINAL_CERTPROV: u32 = 34u32;
|
691
|
+
pub const TRUSTERROR_STEP_FINAL_INITPROV: u32 = 31u32;
|
692
|
+
pub const TRUSTERROR_STEP_FINAL_OBJPROV: u32 = 32u32;
|
693
|
+
pub const TRUSTERROR_STEP_FINAL_POLICYPROV: u32 = 36u32;
|
694
|
+
pub const TRUSTERROR_STEP_FINAL_SIGPROV: u32 = 33u32;
|
695
|
+
pub const TRUSTERROR_STEP_FINAL_UIPROV: u32 = 37u32;
|
696
|
+
pub const TRUSTERROR_STEP_FINAL_WVTINIT: u32 = 30u32;
|
697
|
+
pub const TRUSTERROR_STEP_MESSAGE: u32 = 8u32;
|
698
|
+
pub const TRUSTERROR_STEP_MSG_CERTCHAIN: u32 = 15u32;
|
699
|
+
pub const TRUSTERROR_STEP_MSG_COUNTERSIGCERT: u32 = 17u32;
|
700
|
+
pub const TRUSTERROR_STEP_MSG_COUNTERSIGINFO: u32 = 16u32;
|
701
|
+
pub const TRUSTERROR_STEP_MSG_INNERCNT: u32 = 11u32;
|
702
|
+
pub const TRUSTERROR_STEP_MSG_INNERCNTTYPE: u32 = 10u32;
|
703
|
+
pub const TRUSTERROR_STEP_MSG_SIGNERCERT: u32 = 14u32;
|
704
|
+
pub const TRUSTERROR_STEP_MSG_SIGNERCOUNT: u32 = 9u32;
|
705
|
+
pub const TRUSTERROR_STEP_MSG_SIGNERINFO: u32 = 13u32;
|
706
|
+
pub const TRUSTERROR_STEP_MSG_STORE: u32 = 12u32;
|
707
|
+
pub const TRUSTERROR_STEP_SIP: u32 = 3u32;
|
708
|
+
pub const TRUSTERROR_STEP_SIPSUBJINFO: u32 = 5u32;
|
709
|
+
pub const TRUSTERROR_STEP_VERIFY_MSGHASH: u32 = 18u32;
|
710
|
+
pub const TRUSTERROR_STEP_VERIFY_MSGINDIRECTDATA: u32 = 19u32;
|
711
|
+
pub const TRUSTERROR_STEP_WVTPARAMS: u32 = 0u32;
|
712
|
+
pub const WINTRUST_ACTION_GENERIC_CERT_VERIFY: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x189a3842_3041_11d1_85e1_00c04fc295ee);
|
713
|
+
pub const WINTRUST_ACTION_GENERIC_CHAIN_VERIFY: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xfc451c16_ac75_11d1_b4b8_00c04fb66ea0);
|
714
|
+
pub const WINTRUST_ACTION_GENERIC_VERIFY_V2: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x00aac56b_cd44_11d0_8cc2_00c04fc295ee);
|
715
|
+
pub const WINTRUST_ACTION_TRUSTPROVIDER_TEST: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x573e31f8_ddba_11d0_8ccb_00c04fc295ee);
|
716
|
+
#[repr(C)]
|
717
|
+
#[derive(Clone, Copy)]
|
718
|
+
pub struct WINTRUST_BLOB_INFO {
|
719
|
+
pub cbStruct: u32,
|
720
|
+
pub gSubject: windows_sys::core::GUID,
|
721
|
+
pub pcwszDisplayName: windows_sys::core::PCWSTR,
|
722
|
+
pub cbMemObject: u32,
|
723
|
+
pub pbMemObject: *mut u8,
|
724
|
+
pub cbMemSignedMsg: u32,
|
725
|
+
pub pbMemSignedMsg: *mut u8,
|
726
|
+
}
|
727
|
+
impl Default for WINTRUST_BLOB_INFO {
|
728
|
+
fn default() -> Self {
|
729
|
+
unsafe { core::mem::zeroed() }
|
730
|
+
}
|
731
|
+
}
|
732
|
+
#[repr(C)]
|
733
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
734
|
+
#[derive(Clone, Copy)]
|
735
|
+
pub struct WINTRUST_CATALOG_INFO {
|
736
|
+
pub cbStruct: u32,
|
737
|
+
pub dwCatalogVersion: u32,
|
738
|
+
pub pcwszCatalogFilePath: windows_sys::core::PCWSTR,
|
739
|
+
pub pcwszMemberTag: windows_sys::core::PCWSTR,
|
740
|
+
pub pcwszMemberFilePath: windows_sys::core::PCWSTR,
|
741
|
+
pub hMemberFile: super::super::Foundation::HANDLE,
|
742
|
+
pub pbCalculatedFileHash: *mut u8,
|
743
|
+
pub cbCalculatedFileHash: u32,
|
744
|
+
pub pcCatalogContext: *mut super::Cryptography::CTL_CONTEXT,
|
745
|
+
pub hCatAdmin: isize,
|
746
|
+
}
|
747
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
748
|
+
impl Default for WINTRUST_CATALOG_INFO {
|
749
|
+
fn default() -> Self {
|
750
|
+
unsafe { core::mem::zeroed() }
|
751
|
+
}
|
752
|
+
}
|
753
|
+
#[repr(C)]
|
754
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
755
|
+
#[derive(Clone, Copy)]
|
756
|
+
pub struct WINTRUST_CERT_INFO {
|
757
|
+
pub cbStruct: u32,
|
758
|
+
pub pcwszDisplayName: windows_sys::core::PCWSTR,
|
759
|
+
pub psCertContext: *mut super::Cryptography::CERT_CONTEXT,
|
760
|
+
pub chStores: u32,
|
761
|
+
pub pahStores: *mut super::Cryptography::HCERTSTORE,
|
762
|
+
pub dwFlags: u32,
|
763
|
+
pub psftVerifyAsOf: *mut super::super::Foundation::FILETIME,
|
764
|
+
}
|
765
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
766
|
+
impl Default for WINTRUST_CERT_INFO {
|
767
|
+
fn default() -> Self {
|
768
|
+
unsafe { core::mem::zeroed() }
|
769
|
+
}
|
770
|
+
}
|
771
|
+
pub const WINTRUST_CONFIG_REGPATH: windows_sys::core::PCWSTR = windows_sys::core::w!("Software\\Microsoft\\Cryptography\\Wintrust\\Config");
|
772
|
+
#[repr(C)]
|
773
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
774
|
+
#[derive(Clone, Copy)]
|
775
|
+
pub struct WINTRUST_DATA {
|
776
|
+
pub cbStruct: u32,
|
777
|
+
pub pPolicyCallbackData: *mut core::ffi::c_void,
|
778
|
+
pub pSIPClientData: *mut core::ffi::c_void,
|
779
|
+
pub dwUIChoice: WINTRUST_DATA_UICHOICE,
|
780
|
+
pub fdwRevocationChecks: WINTRUST_DATA_REVOCATION_CHECKS,
|
781
|
+
pub dwUnionChoice: WINTRUST_DATA_UNION_CHOICE,
|
782
|
+
pub Anonymous: WINTRUST_DATA_0,
|
783
|
+
pub dwStateAction: WINTRUST_DATA_STATE_ACTION,
|
784
|
+
pub hWVTStateData: super::super::Foundation::HANDLE,
|
785
|
+
pub pwszURLReference: windows_sys::core::PWSTR,
|
786
|
+
pub dwProvFlags: WINTRUST_DATA_PROVIDER_FLAGS,
|
787
|
+
pub dwUIContext: WINTRUST_DATA_UICONTEXT,
|
788
|
+
pub pSignatureSettings: *mut WINTRUST_SIGNATURE_SETTINGS,
|
789
|
+
}
|
790
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
791
|
+
impl Default for WINTRUST_DATA {
|
792
|
+
fn default() -> Self {
|
793
|
+
unsafe { core::mem::zeroed() }
|
794
|
+
}
|
795
|
+
}
|
796
|
+
#[repr(C)]
|
797
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
798
|
+
#[derive(Clone, Copy)]
|
799
|
+
pub union WINTRUST_DATA_0 {
|
800
|
+
pub pFile: *mut WINTRUST_FILE_INFO,
|
801
|
+
pub pCatalog: *mut WINTRUST_CATALOG_INFO,
|
802
|
+
pub pBlob: *mut WINTRUST_BLOB_INFO,
|
803
|
+
pub pSgnr: *mut WINTRUST_SGNR_INFO,
|
804
|
+
pub pCert: *mut WINTRUST_CERT_INFO,
|
805
|
+
}
|
806
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
807
|
+
impl Default for WINTRUST_DATA_0 {
|
808
|
+
fn default() -> Self {
|
809
|
+
unsafe { core::mem::zeroed() }
|
810
|
+
}
|
811
|
+
}
|
812
|
+
pub type WINTRUST_DATA_PROVIDER_FLAGS = u32;
|
813
|
+
pub type WINTRUST_DATA_REVOCATION_CHECKS = u32;
|
814
|
+
pub type WINTRUST_DATA_STATE_ACTION = u32;
|
815
|
+
pub type WINTRUST_DATA_UICHOICE = u32;
|
816
|
+
pub type WINTRUST_DATA_UICONTEXT = u32;
|
817
|
+
pub type WINTRUST_DATA_UNION_CHOICE = u32;
|
818
|
+
#[repr(C)]
|
819
|
+
#[derive(Clone, Copy)]
|
820
|
+
pub struct WINTRUST_FILE_INFO {
|
821
|
+
pub cbStruct: u32,
|
822
|
+
pub pcwszFilePath: windows_sys::core::PCWSTR,
|
823
|
+
pub hFile: super::super::Foundation::HANDLE,
|
824
|
+
pub pgKnownSubject: *mut windows_sys::core::GUID,
|
825
|
+
}
|
826
|
+
impl Default for WINTRUST_FILE_INFO {
|
827
|
+
fn default() -> Self {
|
828
|
+
unsafe { core::mem::zeroed() }
|
829
|
+
}
|
830
|
+
}
|
831
|
+
pub type WINTRUST_GET_DEFAULT_FOR_USAGE_ACTION = u32;
|
832
|
+
pub const WINTRUST_MAX_HASH_BYTES_TO_MAP_DEFAULT: u32 = 1048576u32;
|
833
|
+
pub const WINTRUST_MAX_HASH_BYTES_TO_MAP_VALUE_NAME: windows_sys::core::PCWSTR = windows_sys::core::w!("MaxHashBytesToMap");
|
834
|
+
pub const WINTRUST_MAX_HEADER_BYTES_TO_MAP_DEFAULT: u32 = 10485760u32;
|
835
|
+
pub const WINTRUST_MAX_HEADER_BYTES_TO_MAP_VALUE_NAME: windows_sys::core::PCWSTR = windows_sys::core::w!("MaxHeaderBytesToMap");
|
836
|
+
pub type WINTRUST_POLICY_FLAGS = u32;
|
837
|
+
#[repr(C)]
|
838
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
839
|
+
#[derive(Clone, Copy)]
|
840
|
+
pub struct WINTRUST_SGNR_INFO {
|
841
|
+
pub cbStruct: u32,
|
842
|
+
pub pcwszDisplayName: windows_sys::core::PCWSTR,
|
843
|
+
pub psSignerInfo: *mut super::Cryptography::CMSG_SIGNER_INFO,
|
844
|
+
pub chStores: u32,
|
845
|
+
pub pahStores: *mut super::Cryptography::HCERTSTORE,
|
846
|
+
}
|
847
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
848
|
+
impl Default for WINTRUST_SGNR_INFO {
|
849
|
+
fn default() -> Self {
|
850
|
+
unsafe { core::mem::zeroed() }
|
851
|
+
}
|
852
|
+
}
|
853
|
+
#[repr(C)]
|
854
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
855
|
+
#[derive(Clone, Copy)]
|
856
|
+
pub struct WINTRUST_SIGNATURE_SETTINGS {
|
857
|
+
pub cbStruct: u32,
|
858
|
+
pub dwIndex: u32,
|
859
|
+
pub dwFlags: WINTRUST_SIGNATURE_SETTINGS_FLAGS,
|
860
|
+
pub cSecondarySigs: u32,
|
861
|
+
pub dwVerifiedSigIndex: u32,
|
862
|
+
pub pCryptoPolicy: *mut super::Cryptography::CERT_STRONG_SIGN_PARA,
|
863
|
+
}
|
864
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
865
|
+
impl Default for WINTRUST_SIGNATURE_SETTINGS {
|
866
|
+
fn default() -> Self {
|
867
|
+
unsafe { core::mem::zeroed() }
|
868
|
+
}
|
869
|
+
}
|
870
|
+
pub type WINTRUST_SIGNATURE_SETTINGS_FLAGS = u32;
|
871
|
+
#[repr(C)]
|
872
|
+
#[derive(Clone, Copy)]
|
873
|
+
pub struct WIN_CERTIFICATE {
|
874
|
+
pub dwLength: u32,
|
875
|
+
pub wRevision: u16,
|
876
|
+
pub wCertificateType: u16,
|
877
|
+
pub bCertificate: [u8; 1],
|
878
|
+
}
|
879
|
+
impl Default for WIN_CERTIFICATE {
|
880
|
+
fn default() -> Self {
|
881
|
+
unsafe { core::mem::zeroed() }
|
882
|
+
}
|
883
|
+
}
|
884
|
+
pub const WIN_CERT_REVISION_1_0: u32 = 256u32;
|
885
|
+
pub const WIN_CERT_REVISION_2_0: u32 = 512u32;
|
886
|
+
pub const WIN_CERT_TYPE_PKCS_SIGNED_DATA: u32 = 2u32;
|
887
|
+
pub const WIN_CERT_TYPE_RESERVED_1: u32 = 3u32;
|
888
|
+
pub const WIN_CERT_TYPE_TS_STACK_SIGNED: u32 = 4u32;
|
889
|
+
pub const WIN_CERT_TYPE_X509: u32 = 1u32;
|
890
|
+
pub const WIN_SPUB_ACTION_NT_ACTIVATE_IMAGE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x8bc96b00_8da1_11cf_8736_00aa00a485eb);
|
891
|
+
pub const WIN_SPUB_ACTION_PUBLISHED_SOFTWARE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x64b9d180_8da2_11cf_8736_00aa00a485eb);
|
892
|
+
pub const WIN_SPUB_ACTION_TRUSTED_PUBLISHER: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x66426730_8da1_11cf_8736_00aa00a485eb);
|
893
|
+
#[repr(C)]
|
894
|
+
#[derive(Clone, Copy)]
|
895
|
+
pub struct WIN_SPUB_TRUSTED_PUBLISHER_DATA {
|
896
|
+
pub hClientToken: super::super::Foundation::HANDLE,
|
897
|
+
pub lpCertificate: *mut WIN_CERTIFICATE,
|
898
|
+
}
|
899
|
+
impl Default for WIN_SPUB_TRUSTED_PUBLISHER_DATA {
|
900
|
+
fn default() -> Self {
|
901
|
+
unsafe { core::mem::zeroed() }
|
902
|
+
}
|
903
|
+
}
|
904
|
+
#[repr(C)]
|
905
|
+
#[derive(Clone, Copy)]
|
906
|
+
pub struct WIN_TRUST_ACTDATA_CONTEXT_WITH_SUBJECT {
|
907
|
+
pub hClientToken: super::super::Foundation::HANDLE,
|
908
|
+
pub SubjectType: *mut windows_sys::core::GUID,
|
909
|
+
pub Subject: *mut core::ffi::c_void,
|
910
|
+
}
|
911
|
+
impl Default for WIN_TRUST_ACTDATA_CONTEXT_WITH_SUBJECT {
|
912
|
+
fn default() -> Self {
|
913
|
+
unsafe { core::mem::zeroed() }
|
914
|
+
}
|
915
|
+
}
|
916
|
+
#[repr(C)]
|
917
|
+
#[derive(Clone, Copy)]
|
918
|
+
pub struct WIN_TRUST_ACTDATA_SUBJECT_ONLY {
|
919
|
+
pub SubjectType: *mut windows_sys::core::GUID,
|
920
|
+
pub Subject: *mut core::ffi::c_void,
|
921
|
+
}
|
922
|
+
impl Default for WIN_TRUST_ACTDATA_SUBJECT_ONLY {
|
923
|
+
fn default() -> Self {
|
924
|
+
unsafe { core::mem::zeroed() }
|
925
|
+
}
|
926
|
+
}
|
927
|
+
#[repr(C)]
|
928
|
+
#[derive(Clone, Copy)]
|
929
|
+
pub struct WIN_TRUST_SUBJECT_FILE {
|
930
|
+
pub hFile: super::super::Foundation::HANDLE,
|
931
|
+
pub lpPath: windows_sys::core::PCWSTR,
|
932
|
+
}
|
933
|
+
impl Default for WIN_TRUST_SUBJECT_FILE {
|
934
|
+
fn default() -> Self {
|
935
|
+
unsafe { core::mem::zeroed() }
|
936
|
+
}
|
937
|
+
}
|
938
|
+
#[repr(C)]
|
939
|
+
#[derive(Clone, Copy)]
|
940
|
+
pub struct WIN_TRUST_SUBJECT_FILE_AND_DISPLAY {
|
941
|
+
pub hFile: super::super::Foundation::HANDLE,
|
942
|
+
pub lpPath: windows_sys::core::PCWSTR,
|
943
|
+
pub lpDisplayName: windows_sys::core::PCWSTR,
|
944
|
+
}
|
945
|
+
impl Default for WIN_TRUST_SUBJECT_FILE_AND_DISPLAY {
|
946
|
+
fn default() -> Self {
|
947
|
+
unsafe { core::mem::zeroed() }
|
948
|
+
}
|
949
|
+
}
|
950
|
+
pub const WIN_TRUST_SUBJTYPE_CABINET: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xd17c5374_a392_11cf_9df5_00aa00c184e0);
|
951
|
+
pub const WIN_TRUST_SUBJTYPE_CABINETEX: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x6f458114_c2f1_11cf_8a69_00aa006c3706);
|
952
|
+
pub const WIN_TRUST_SUBJTYPE_JAVA_CLASS: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x08ad3990_8da1_11cf_8736_00aa00a485eb);
|
953
|
+
pub const WIN_TRUST_SUBJTYPE_JAVA_CLASSEX: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x6f458113_c2f1_11cf_8a69_00aa006c3706);
|
954
|
+
pub const WIN_TRUST_SUBJTYPE_OLE_STORAGE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xc257e740_8da0_11cf_8736_00aa00a485eb);
|
955
|
+
pub const WIN_TRUST_SUBJTYPE_PE_IMAGE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x43c9a1e0_8da0_11cf_8736_00aa00a485eb);
|
956
|
+
pub const WIN_TRUST_SUBJTYPE_PE_IMAGEEX: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x6f458111_c2f1_11cf_8a69_00aa006c3706);
|
957
|
+
pub const WIN_TRUST_SUBJTYPE_RAW_FILE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x959dc450_8d9e_11cf_8736_00aa00a485eb);
|
958
|
+
pub const WIN_TRUST_SUBJTYPE_RAW_FILEEX: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x6f458110_c2f1_11cf_8a69_00aa006c3706);
|
959
|
+
pub const WSS_CERTTRUST_SUPPORT: u32 = 4u32;
|
960
|
+
pub const WSS_GET_SECONDARY_SIG_COUNT: WINTRUST_SIGNATURE_SETTINGS_FLAGS = 2u32;
|
961
|
+
pub const WSS_INPUT_FLAG_MASK: u32 = 7u32;
|
962
|
+
pub const WSS_OBJTRUST_SUPPORT: u32 = 1u32;
|
963
|
+
pub const WSS_OUTPUT_FLAG_MASK: u32 = 3758096384u32;
|
964
|
+
pub const WSS_OUT_FILE_SUPPORTS_SEAL: u32 = 536870912u32;
|
965
|
+
pub const WSS_OUT_HAS_SEALING_INTENT: u32 = 1073741824u32;
|
966
|
+
pub const WSS_OUT_SEALING_STATUS_VERIFIED: u32 = 2147483648u32;
|
967
|
+
pub const WSS_SIGTRUST_SUPPORT: u32 = 2u32;
|
968
|
+
pub const WSS_VERIFY_SEALING: u32 = 4u32;
|
969
|
+
pub const WSS_VERIFY_SPECIFIC: WINTRUST_SIGNATURE_SETTINGS_FLAGS = 1u32;
|
970
|
+
pub const WTCI_DONT_OPEN_STORES: u32 = 1u32;
|
971
|
+
pub const WTCI_OPEN_ONLY_ROOT: u32 = 2u32;
|
972
|
+
pub const WTCI_USE_LOCAL_MACHINE: u32 = 4u32;
|
973
|
+
pub const WTD_CACHE_ONLY_URL_RETRIEVAL: WINTRUST_DATA_PROVIDER_FLAGS = 4096u32;
|
974
|
+
pub const WTD_CHOICE_BLOB: WINTRUST_DATA_UNION_CHOICE = 3u32;
|
975
|
+
pub const WTD_CHOICE_CATALOG: WINTRUST_DATA_UNION_CHOICE = 2u32;
|
976
|
+
pub const WTD_CHOICE_CERT: WINTRUST_DATA_UNION_CHOICE = 5u32;
|
977
|
+
pub const WTD_CHOICE_FILE: WINTRUST_DATA_UNION_CHOICE = 1u32;
|
978
|
+
pub const WTD_CHOICE_SIGNER: WINTRUST_DATA_UNION_CHOICE = 4u32;
|
979
|
+
pub const WTD_CODE_INTEGRITY_DRIVER_MODE: u32 = 32768u32;
|
980
|
+
pub const WTD_DISABLE_MD2_MD4: WINTRUST_DATA_PROVIDER_FLAGS = 8192u32;
|
981
|
+
#[repr(C)]
|
982
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
983
|
+
#[derive(Clone, Copy)]
|
984
|
+
pub struct WTD_GENERIC_CHAIN_POLICY_CREATE_INFO {
|
985
|
+
pub Anonymous: WTD_GENERIC_CHAIN_POLICY_CREATE_INFO_0,
|
986
|
+
pub hChainEngine: super::Cryptography::HCERTCHAINENGINE,
|
987
|
+
pub pChainPara: *mut super::Cryptography::CERT_CHAIN_PARA,
|
988
|
+
pub dwFlags: u32,
|
989
|
+
pub pvReserved: *mut core::ffi::c_void,
|
990
|
+
}
|
991
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
992
|
+
impl Default for WTD_GENERIC_CHAIN_POLICY_CREATE_INFO {
|
993
|
+
fn default() -> Self {
|
994
|
+
unsafe { core::mem::zeroed() }
|
995
|
+
}
|
996
|
+
}
|
997
|
+
#[repr(C)]
|
998
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
999
|
+
#[derive(Clone, Copy)]
|
1000
|
+
pub union WTD_GENERIC_CHAIN_POLICY_CREATE_INFO_0 {
|
1001
|
+
pub cbStruct: u32,
|
1002
|
+
pub cbSize: u32,
|
1003
|
+
}
|
1004
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
1005
|
+
impl Default for WTD_GENERIC_CHAIN_POLICY_CREATE_INFO_0 {
|
1006
|
+
fn default() -> Self {
|
1007
|
+
unsafe { core::mem::zeroed() }
|
1008
|
+
}
|
1009
|
+
}
|
1010
|
+
#[repr(C)]
|
1011
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
1012
|
+
#[derive(Clone, Copy)]
|
1013
|
+
pub struct WTD_GENERIC_CHAIN_POLICY_DATA {
|
1014
|
+
pub Anonymous: WTD_GENERIC_CHAIN_POLICY_DATA_0,
|
1015
|
+
pub pSignerChainInfo: *mut WTD_GENERIC_CHAIN_POLICY_CREATE_INFO,
|
1016
|
+
pub pCounterSignerChainInfo: *mut WTD_GENERIC_CHAIN_POLICY_CREATE_INFO,
|
1017
|
+
pub pfnPolicyCallback: PFN_WTD_GENERIC_CHAIN_POLICY_CALLBACK,
|
1018
|
+
pub pvPolicyArg: *mut core::ffi::c_void,
|
1019
|
+
}
|
1020
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
1021
|
+
impl Default for WTD_GENERIC_CHAIN_POLICY_DATA {
|
1022
|
+
fn default() -> Self {
|
1023
|
+
unsafe { core::mem::zeroed() }
|
1024
|
+
}
|
1025
|
+
}
|
1026
|
+
#[repr(C)]
|
1027
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
1028
|
+
#[derive(Clone, Copy)]
|
1029
|
+
pub union WTD_GENERIC_CHAIN_POLICY_DATA_0 {
|
1030
|
+
pub cbStruct: u32,
|
1031
|
+
pub cbSize: u32,
|
1032
|
+
}
|
1033
|
+
#[cfg(all(feature = "Win32_Security_Cryptography_Catalog", feature = "Win32_Security_Cryptography_Sip"))]
|
1034
|
+
impl Default for WTD_GENERIC_CHAIN_POLICY_DATA_0 {
|
1035
|
+
fn default() -> Self {
|
1036
|
+
unsafe { core::mem::zeroed() }
|
1037
|
+
}
|
1038
|
+
}
|
1039
|
+
#[repr(C)]
|
1040
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
1041
|
+
#[derive(Clone, Copy)]
|
1042
|
+
pub struct WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO {
|
1043
|
+
pub Anonymous: WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO_0,
|
1044
|
+
pub pChainContext: *mut super::Cryptography::CERT_CHAIN_CONTEXT,
|
1045
|
+
pub dwSignerType: u32,
|
1046
|
+
pub pMsgSignerInfo: *mut super::Cryptography::CMSG_SIGNER_INFO,
|
1047
|
+
pub dwError: u32,
|
1048
|
+
pub cCounterSigner: u32,
|
1049
|
+
pub rgpCounterSigner: *mut *mut WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO,
|
1050
|
+
}
|
1051
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
1052
|
+
impl Default for WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO {
|
1053
|
+
fn default() -> Self {
|
1054
|
+
unsafe { core::mem::zeroed() }
|
1055
|
+
}
|
1056
|
+
}
|
1057
|
+
#[repr(C)]
|
1058
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
1059
|
+
#[derive(Clone, Copy)]
|
1060
|
+
pub union WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO_0 {
|
1061
|
+
pub cbStruct: u32,
|
1062
|
+
pub cbSize: u32,
|
1063
|
+
}
|
1064
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
1065
|
+
impl Default for WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO_0 {
|
1066
|
+
fn default() -> Self {
|
1067
|
+
unsafe { core::mem::zeroed() }
|
1068
|
+
}
|
1069
|
+
}
|
1070
|
+
pub const WTD_HASH_ONLY_FLAG: WINTRUST_DATA_PROVIDER_FLAGS = 512u32;
|
1071
|
+
pub const WTD_LIFETIME_SIGNING_FLAG: WINTRUST_DATA_PROVIDER_FLAGS = 2048u32;
|
1072
|
+
pub const WTD_MOTW: WINTRUST_DATA_PROVIDER_FLAGS = 16384u32;
|
1073
|
+
pub const WTD_NO_IE4_CHAIN_FLAG: WINTRUST_DATA_PROVIDER_FLAGS = 2u32;
|
1074
|
+
pub const WTD_NO_POLICY_USAGE_FLAG: WINTRUST_DATA_PROVIDER_FLAGS = 4u32;
|
1075
|
+
pub const WTD_PROV_FLAGS_MASK: u32 = 65535u32;
|
1076
|
+
pub const WTD_REVOCATION_CHECK_CHAIN: WINTRUST_DATA_PROVIDER_FLAGS = 64u32;
|
1077
|
+
pub const WTD_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT: WINTRUST_DATA_PROVIDER_FLAGS = 128u32;
|
1078
|
+
pub const WTD_REVOCATION_CHECK_END_CERT: WINTRUST_DATA_PROVIDER_FLAGS = 32u32;
|
1079
|
+
pub const WTD_REVOCATION_CHECK_NONE: WINTRUST_DATA_PROVIDER_FLAGS = 16u32;
|
1080
|
+
pub const WTD_REVOKE_NONE: WINTRUST_DATA_REVOCATION_CHECKS = 0u32;
|
1081
|
+
pub const WTD_REVOKE_WHOLECHAIN: WINTRUST_DATA_REVOCATION_CHECKS = 1u32;
|
1082
|
+
pub const WTD_SAFER_FLAG: WINTRUST_DATA_PROVIDER_FLAGS = 256u32;
|
1083
|
+
pub const WTD_STATEACTION_AUTO_CACHE: WINTRUST_DATA_STATE_ACTION = 3u32;
|
1084
|
+
pub const WTD_STATEACTION_AUTO_CACHE_FLUSH: WINTRUST_DATA_STATE_ACTION = 4u32;
|
1085
|
+
pub const WTD_STATEACTION_CLOSE: WINTRUST_DATA_STATE_ACTION = 2u32;
|
1086
|
+
pub const WTD_STATEACTION_IGNORE: WINTRUST_DATA_STATE_ACTION = 0u32;
|
1087
|
+
pub const WTD_STATEACTION_VERIFY: WINTRUST_DATA_STATE_ACTION = 1u32;
|
1088
|
+
pub const WTD_UICONTEXT_EXECUTE: WINTRUST_DATA_UICONTEXT = 0u32;
|
1089
|
+
pub const WTD_UICONTEXT_INSTALL: WINTRUST_DATA_UICONTEXT = 1u32;
|
1090
|
+
pub const WTD_UI_ALL: WINTRUST_DATA_UICHOICE = 1u32;
|
1091
|
+
pub const WTD_UI_NOBAD: WINTRUST_DATA_UICHOICE = 3u32;
|
1092
|
+
pub const WTD_UI_NOGOOD: WINTRUST_DATA_UICHOICE = 4u32;
|
1093
|
+
pub const WTD_UI_NONE: WINTRUST_DATA_UICHOICE = 2u32;
|
1094
|
+
pub const WTD_USE_DEFAULT_OSVER_CHECK: WINTRUST_DATA_PROVIDER_FLAGS = 1024u32;
|
1095
|
+
pub const WTD_USE_IE4_TRUST_FLAG: WINTRUST_DATA_PROVIDER_FLAGS = 1u32;
|
1096
|
+
pub const WTPF_ALLOWONLYPERTRUST: WINTRUST_POLICY_FLAGS = 262144u32;
|
1097
|
+
pub const WTPF_IGNOREEXPIRATION: WINTRUST_POLICY_FLAGS = 256u32;
|
1098
|
+
pub const WTPF_IGNOREREVOCATIONONTS: WINTRUST_POLICY_FLAGS = 131072u32;
|
1099
|
+
pub const WTPF_IGNOREREVOKATION: WINTRUST_POLICY_FLAGS = 512u32;
|
1100
|
+
pub const WTPF_OFFLINEOKNBU_COM: WINTRUST_POLICY_FLAGS = 8192u32;
|
1101
|
+
pub const WTPF_OFFLINEOKNBU_IND: WINTRUST_POLICY_FLAGS = 4096u32;
|
1102
|
+
pub const WTPF_OFFLINEOK_COM: WINTRUST_POLICY_FLAGS = 2048u32;
|
1103
|
+
pub const WTPF_OFFLINEOK_IND: WINTRUST_POLICY_FLAGS = 1024u32;
|
1104
|
+
pub const WTPF_TESTCANBEVALID: WINTRUST_POLICY_FLAGS = 128u32;
|
1105
|
+
pub const WTPF_TRUSTTEST: WINTRUST_POLICY_FLAGS = 32u32;
|
1106
|
+
pub const WTPF_VERIFY_V1_OFF: WINTRUST_POLICY_FLAGS = 65536u32;
|
1107
|
+
pub const WT_ADD_ACTION_ID_RET_RESULT_FLAG: u32 = 1u32;
|
1108
|
+
pub const WT_CURRENT_VERSION: u32 = 512u32;
|
1109
|
+
pub const WT_PROVIDER_CERTTRUST_FUNCTION: windows_sys::core::PCWSTR = windows_sys::core::w!("WintrustCertificateTrust");
|
1110
|
+
pub const WT_PROVIDER_DLL_NAME: windows_sys::core::PCWSTR = windows_sys::core::w!("WINTRUST.DLL");
|
1111
|
+
pub const WT_TRUSTDBDIALOG_NO_UI_FLAG: u32 = 1u32;
|
1112
|
+
pub const WT_TRUSTDBDIALOG_ONLY_PUB_TAB_FLAG: u32 = 2u32;
|
1113
|
+
pub const WT_TRUSTDBDIALOG_WRITE_IEAK_STORE_FLAG: u32 = 512u32;
|
1114
|
+
pub const WT_TRUSTDBDIALOG_WRITE_LEGACY_REG_FLAG: u32 = 256u32;
|
1115
|
+
pub const szOID_ENHANCED_HASH: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.5.1");
|
1116
|
+
pub const szOID_INTENT_TO_SEAL: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.4.2");
|
1117
|
+
pub const szOID_NESTED_SIGNATURE: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.4.1");
|
1118
|
+
pub const szOID_PKCS_9_SEQUENCE_NUMBER: windows_sys::core::PCSTR = windows_sys::core::s!("1.2.840.113549.1.9.25.4");
|
1119
|
+
pub const szOID_SEALING_SIGNATURE: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.4.3");
|
1120
|
+
pub const szOID_SEALING_TIMESTAMP: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.4.4");
|
1121
|
+
pub const szOID_TRUSTED_CLIENT_AUTH_CA_LIST: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.2.2");
|
1122
|
+
pub const szOID_TRUSTED_CODESIGNING_CA_LIST: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.2.1");
|
1123
|
+
pub const szOID_TRUSTED_SERVER_AUTH_CA_LIST: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.2.2.3");
|