# 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 = "alloy-compat" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "conversions between `ethereum_types` and `alloy_primitives`" homepage = "https://crates.io/crates/alloy-compat" documentation = "https://docs.rs/alloy-compat" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/aatifsyed/alloy-compat" [lib] name = "alloy_compat" path = "src/lib.rs" [dependencies.alloy-primitives] version = "0.8.0" default-features = false [dependencies.ethereum-types] version = "0.15.1" features = ["ethbloom"] default-features = false [dev-dependencies.alloy-primitives] version = "0.8.0" features = ["serde"] [dev-dependencies.ethereum-types] version = "0.15.1" [dev-dependencies.serde] version = "1.0.214" [dev-dependencies.serde_json] version = "1.0.132" [features] default = ["std"] std = []