Home
last modified time | relevance | path

Searched defs:CrateAnnotations (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/
H A Dconfig.rs220 pub(crate) struct CrateAnnotations { struct
222 pub(crate) gen_binaries: Option<GenBinaries>,
225 pub(crate) gen_build_script: Option<bool>,
229 pub(crate) deps: Option<Select<BTreeSet<Label>>>,
233 pub(crate) proc_macro_deps: Option<Select<BTreeSet<Label>>>,
237 pub(crate) crate_features: Option<Select<BTreeSet<String>>>,
241 pub(crate) data: Option<Select<BTreeSet<Label>>>,
245 pub(crate) data_glob: Option<BTreeSet<String>>,
249 pub(crate) compile_data: Option<Select<BTreeSet<Label>>>,
253 pub(crate) compile_data_glob: Option<BTreeSet<String>>,
[all …]