[package] name = "cubipods" version = "0.1.1" edition = "2021" authors = ["Can Vardar "] description = "A minimal EVM implemented in Rust." readme = "./README.md" license-file = "./LICENSE" keywords = ["cubipods", "evm", "ethereum"] [dependencies] clap = { version = "4.5.16", features = ["derive"] } tiny-keccak = { version = "2.0.2", features = ["keccak", "sha3"] } hex = { version = "0.4.3" }