# 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 = "fuel-etk-ops" version = "0.3.1-dev" authors = [ "Sam Wilson ", "lightclient ", ] description = "EVM Toolkit Instructions" homepage = "https://quilt.github.io/etk" readme = "README.md" keywords = [ "etk", "ethereum", "assembler", ] categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/quilt/etk" resolver = "1" [dependencies.educe] version = "0.4.19" [dependencies.snafu] version = "0.7.1" features = ["std"] default-features = false [dev-dependencies] [build-dependencies.indexmap] version = "1.8.1" features = ["serde"] [build-dependencies.quote] version = "1.0.18" [build-dependencies.serde] version = "1.0.137" features = ["derive"] [build-dependencies.toml] version = "0.5.9" [features] backtraces = ["snafu/backtraces"]