These values were generated using heuristics provided by `gnrt` itself. Chromium changes: https://chromium.googlesource.com/chromium/src/+/d4c06848b36902e02c7001032b4c72ecc8ab2944 commit d4c06848b36902e02c7001032b4c72ecc8ab2944 Author: Lukasz Anforowicz <lukasza@chromium.org> Date: Fri Nov 21 14:01:48 2025 -0800 [gnrt] Make `gnrt vendor` infer `allow_unsafe` into `gnrt_config.toml`. This CL modifies the behavior of `gnrt vendor`, so that it also edits `//third_party/rust/chromium_crates_io/gnrt_config.toml` to ensure that each crate explicitly sets `allow_unsafe`. This new, heuristics-based behavior is meant to streamline the experience of importing Rust crates. Bug: 460814809 Change-Id: I4192f211cbd11f5c435776f146b1dd96ba5daa18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7180203 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/main@{#1548722}
Name: cpufeatures URL: https://crates.io/crates/cpufeatures Version: 0.2.11 Revision: b1a613ba5a6da797ca8e63d1a8f41e793ba39b7b License: Apache-2.0 License File: //brave/third_party/rust/chromium_crates_io/vendor/cpufeatures-v0_2/LICENSE-APACHE Shipped: yes Security Critical: yes Description: Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS