JREIRPI46TOFXEEJ56FSFRWQU2XOU7PCOYUV6Y3FAV52BMPGOKOAC
"elfedit-cli" = rec {
packageId = "elfedit-cli";
build = internal.buildRustCrateWithFeatures {
packageId = "elfedit-cli";
};
# Debug support which might change between releases.
# File a bug if you depend on any for non-debug work!
debug = internal.debugCrate { inherit packageId; };
};