# 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 = "cubipods" version = "0.1.1" authors = ["Can Vardar "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A minimal EVM implemented in Rust." readme = "README.md" keywords = [ "cubipods", "evm", "ethereum", ] license-file = "LICENSE" [lib] name = "cubipods" path = "src/lib.rs" [[bin]] name = "cubipods" path = "src/main.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.hex] version = "0.4.3" [dependencies.tiny-keccak] version = "2.0.2" features = [ "keccak", "sha3", ]