# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "alloy-encode-packed" version = "0.1.1" authors = ["Ennea8 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Easy to use replica of Solidity abi.encodePacked." homepage = "https://github.com/ennea8/alloy-encode-packed" readme = "README.md" keywords = [ "ethereum", "eth", "abi", "solidity", "alloy", ] license = "MIT" [lib] name = "alloy_encode_packed" path = "src/lib.rs" [dependencies.alloy] version = "0.7.3" [dependencies.hex] version = "0.4.3"