| # This file controls the output of `fx update-3p-owners` when generating OWNERS |
| # files for our external projects. For each project here, the listed paths will |
| # be added to the generated file as `include`s. |
| # Project overrides are indexed by the project path without the version suffix, |
| # thus the same overrides will be used for all versions of a project. |
| # |
| # For more information, see the update process' documentation.[0] |
| # |
| # [0]: https://fuchsia.dev/fuchsia-src/development/languages/rust/third_party#owners-files. |
| |
| # rust wg |
| 'third_party/rust_crates/vendor/anyhow' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/argh' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/async-stream' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/async-trait' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/backtrace' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/bitflags' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/crossbeam' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/futures' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/futures-core' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/futures-lite' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/futures-util' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/itertools' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/lazy_static' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/libc' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/matches' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/parking_lot' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/pin-project' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/pin-project-lite' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/pin-utils' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/proc-macro2' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/quote' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/regex' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/serde' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/serde_json' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/static_assertions' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/syn' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/thiserror' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/zerocopy' = ["third_party/rust_crates/OWNERS"] |
| 'third_party/rust_crates/vendor/zerocopy-derive' = ["third_party/rust_crates/OWNERS"] |
| |
| # diagnostics team |
| 'third_party/rust_crates/vendor/log' = ["src/diagnostics/OWNERS"] |
| 'third_party/rust_crates/vendor/tracing' = ["src/diagnostics/OWNERS"] |
| |
| # i18n team |
| 'third_party/rust_crates/vendor/rust_icu_common' = ["src/intl/OWNERS"] |
| 'third_party/rust_crates/vendor/rust_icu_sys' = ["src/intl/OWNERS"] |
| 'third_party/rust_crates/vendor/rust_icu_ucal' = ["src/intl/OWNERS"] |
| 'third_party/rust_crates/vendor/rust_icu_uchar' = ["src/intl/OWNERS"] |
| 'third_party/rust_crates/vendor/rust_icu_udat' = ["src/intl/OWNERS"] |
| 'third_party/rust_crates/vendor/rust_icu_udata' = ["src/intl/OWNERS"] |
| 'third_party/rust_crates/vendor/rust_icu_uenum' = ["src/intl/OWNERS"] |
| 'third_party/rust_crates/vendor/rust_icu_uloc' = ["src/intl/OWNERS"] |
| 'third_party/rust_crates/vendor/rust_icu_unorm2' = ["src/intl/OWNERS"] |
| 'third_party/rust_crates/vendor/rust_icu_ustring' = ["src/intl/OWNERS"] |
| |
| # hyper maintainers |
| 'third_party/rust_crates/vendor/hyper' = ["src/lib/fuchsia-hyper/OWNERS"] |
| |
| # security team |
| 'third_party/rust_crates/vendor/hyper-rustls' = ["src/security/OWNERS"] |
| 'third_party/rust_crates/vendor/openssl-probe' = ["src/security/OWNERS"] |
| 'third_party/rust_crates/vendor/pem' = ["src/security/OWNERS"] |
| 'third_party/rust_crates/vendor/rand' = ["src/security/OWNERS"] |
| 'third_party/rust_crates/vendor/rand_chacha' = ["src/security/OWNERS"] |
| 'third_party/rust_crates/vendor/rand_core' = ["src/security/OWNERS"] |
| 'third_party/rust_crates/vendor/ring' = ["src/security/OWNERS"] |
| 'third_party/rust_crates/vendor/rustls' = ["src/lib/fuchsia-hyper/OWNERS", "src/security/OWNERS"] |
| 'third_party/rust_crates/vendor/rustls-pemfile' = ["src/security/OWNERS"] |
| 'third_party/rust_crates/vendor/rustls-webpki' = ["src/security/OWNERS"] |
| 'third_party/rust_crates/vendor/rustls-native-certs' = ["src/security/OWNERS"] |
| 'third_party/rust_crates/vendor/sct' = ["src/security/OWNERS"] |
| 'third_party/rust_crates/vendor/security-framework-sys' = ["src/security/OWNERS"] |
| 'third_party/rust_crates/vendor/siphasher' = ["src/security/OWNERS"] |
| 'third_party/rust_crates/vendor/tokio-rustls' = ["src/security/OWNERS"] |
| 'third_party/rust_crates/vendor/untrusted' = ["src/security/OWNERS"] |
| 'third_party/rust_crates/vendor/uuid' = ["src/security/OWNERS"] |
| 'third_party/rust_crates/vendor/webpki' = ["src/security/OWNERS"] |
| 'third_party/rust_crates/vendor/xts-mode' = ["src/security/OWNERS"] |
| |
| # storage team |
| 'third_party/rust_crates/forks/fatfs' = ["src/storage/OWNERS"] |
| 'third_party/rust_crates/forks/fuse3' = ["src/storage/OWNERS"] |
| |
| 'third_party/wayland' = ["src/graphics/OWNERS", "src/virtualization/OWNERS"] |