# 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-4byte" version = "0.3.0" authors = ["Sam Wilson "] description = "EVM Toolkit function selector database" homepage = "https://quilt.github.io/etk" readme = "README.md" keywords = [ "etk", "ethereum", ] categories = [ "cryptography::cryptocurrencies", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/quilt/etk" [[bin]] name = "etk-4byte-generate" required-features = ["generate"] [[bin]] name = "etk-4byte-pack" required-features = ["generate"] [dependencies.bincode] version = "1.3.3" [dependencies.brotli] version = "3.3.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.11.10" features = ["json"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.18.1" features = [ "macros", "sync", ] optional = true [features] generate = [ "reqwest", "tokio", ]