pub fn crate_edge_schema() -> Arc<Schema> ⓘExpand description
Arrow schema for crate dependency edges.
Columns:
source: the crate that declares the dependencytarget: the crate being depended uponversion_req: semver requirement, e.g."55",">=1, <2","*"for path depsoptional:trueif the dep isoptional = truedev_dep:trueif the dep came from[dev-dependencies]build_dep:trueif the dep came from[build-dependencies]source_kind: provenance string — one of"workspace","crates_io","git","path"