Searched defs:build_deps (Results 1 – 4 of 4) sorted by relevance
36 pub(crate) build_deps: Select<BTreeSet<Dependency>>, field614 let build_deps: BTreeSet<String> = libssh2_depset in sys_crate_with_build_script() localVariable754 let build_deps: Vec<_> = dependencies in multi_kind_proc_macro_dep() localVariable
193 def build_deps(package, sdist_file): function
467 def build_deps(): function
472 let build_deps = annotation.deps.build_deps.clone().map(new_crate_dep); in new() localVariable