# 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 = "forge-exec-ipc-client" version = "0.1.1" authors = ["Ronan Sandford"] description = "ipc client that let forge to connect to an ipc server while executing solidity" homepage = "https://github.com/wighawag/forge-exec/forge-exec-ipc-client" readme = "README.md" keywords = [ "forge", "foundry", "ipc", "client", ] license = "MIT" repository = "https://github.com/wighawag/forge-exec" [dependencies.ethabi] version = "18.0.0" [dependencies.hex] version = "0.4.3" [dependencies.interprocess] version = "1.2.1" [dependencies.rand] version = "0.8.5"