pub fn compile_target_abi( project: &mut Project<MultiCompiler>, target_path: &Path, target_name: &str, ) -> Result<JsonAbi>
Compiles the target contract requesting only ABI output and returns its ABI.