Expand description
Artifact management and CLI commands for Pyroduct.
This crate handles building, caching, and resolving Pyroduct capabilities:
artifacts— capability binary parsing (PE, Mach-O, ELF), interface extractioncache— artifact caching with content-addressed storagecargo— Cargo manifest and lockfile parsing for dependency resolutionbuild— build orchestration (requirescompilerfeature)command— CLI command definitions (requirescompilerfeature)debug— debugging utilities (requirescompilerfeature)environment— environment setup (requirescompilerfeature)
Capabilities are built as shared libraries, packed into tar.gz archives, and resolved against Cargo.toml manifests for reproducible builds.