# 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" rust-version = "1.72" name = "op-primitives" version = "0.1.0" authors = [ "merklefruit", "refcell", ] description = "OP Stack primitives and core types" homepage = "https://github.com/anton-rs/op-up" readme = "README.md" license = "MIT" repository = "https://github.com/anton-rs/op-up" [dependencies.enum-variants-strings] version = "0.2.3" [dependencies.ethers-core] version = "2.0" [dependencies.eyre] version = "0.6.8" [dependencies.hex-literal] version = "0.4.1" [dependencies.inquire] version = "0.6.2" [dependencies.once_cell] version = "1.18.0" [dependencies.project-root] version = "0.2.2" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.strum] version = "0.25" features = ["derive"] [dependencies.tracing] version = "0.1.37"