[package] name = "alloy-encode-packed" version = "0.1.1" edition = "2021" homepage = "https://github.com/ennea8/alloy-encode-packed" license = "MIT" authors = ["Ennea8 "] keywords = ["ethereum", "eth", "abi", "solidity", "alloy"] description = "Easy to use replica of Solidity abi.encodePacked." [dependencies] alloy = "0.7.3" hex = "0.4.3"