Crates.io | op-alloy-protocol |
lib.rs | op-alloy-protocol |
version | |
source | src |
created_at | 2024-08-29 12:20:34.117029 |
updated_at | 2024-11-08 00:06:35.099793 |
description | Optimism protocol-specific types |
homepage | https://github.com/alloy-rs/op-alloy |
repository | https://github.com/alloy-rs/op-alloy |
max_upload_size | |
id | 1356032 |
Cargo.toml error: | TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Core protocol types for Optimism.
These include types, constants, and methods for derivation as well as batch-submission.
This code was initially ported from kona-primitives as part of ongoing op-alloy migrations.