# 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 = "2018" name = "etk-asm" version = "0.3.0" authors = [ "Sam Wilson ", "lightclient ", ] description = "EVM Toolkit assembler" homepage = "https://quilt.github.io/etk" readme = "README.md" keywords = [ "etk", "ethereum", "assembler", ] categories = [ "cryptography::cryptocurrencies", "command-line-utilities", "development-tools", "compilers", ] license = "MIT OR Apache-2.0" repository = "https://github.com/quilt/etk" [[bin]] name = "eas" required-features = ["cli"] [dependencies.clap] version = "3.1" features = ["derive"] optional = true [dependencies.etk-cli] version = "0.3.0" optional = true [dependencies.etk-ops] version = "0.3.0" [dependencies.hex] version = "0.4.3" [dependencies.num-bigint] version = "0.4" [dependencies.pest] version = "2.1.3" [dependencies.pest_derive] version = "2.1" [dependencies.rand] version = "0.8.5" [dependencies.sha3] version = "0.10.1" [dependencies.snafu] version = "0.7.1" features = ["std"] default-features = false [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.hex-literal] version = "0.3.4" [dev-dependencies.tempfile] version = "3.3.0" [features] backtraces = [ "snafu/backtraces", "etk-ops/backtraces", ] cli = [ "clap", "etk-cli", ]