# 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 = "superchain-primitives" version = "0.5.0" authors = [ "refcell", "clabby", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Deprecated. Please use the 'op-alloy-genesis' crate instead." readme = "README.md" license = "MIT" repository = "https://github.com/anton-rs/superchain" [lib] name = "superchain_primitives" path = "src/lib.rs" [dependencies.alloy-consensus] version = "0.3" default-features = false [dependencies.alloy-eips] version = "0.3" default-features = false [dependencies.alloy-genesis] version = "0.3" default-features = false [dependencies.alloy-primitives] version = "0.8" default-features = false [dependencies.alloy-serde] version = "0.3" optional = true default-features = false [dependencies.alloy-sol-types] version = "0.8" default-features = false [dependencies.anyhow] version = "1.0.86" default-features = false [dependencies.arbitrary] version = "1" features = ["derive"] optional = true [dependencies.serde] version = "1.0.203" features = [ "derive", "alloc", ] optional = true default-features = false [dependencies.serde_repr] version = "0.1" optional = true [dev-dependencies.alloy-primitives] version = "0.8" features = ["arbitrary"] default-features = false [dev-dependencies.arbitrary] version = "1" features = ["derive"] [dev-dependencies.arbtest] version = "0.3" [dev-dependencies.serde_json] version = "1.0.66" features = ["raw_value"] default-features = false [features] arbitrary = [ "std", "dep:arbitrary", "alloy-primitives/arbitrary", ] default = [ "std", "serde", ] serde = [ "dep:serde", "dep:alloy-serde", "dep:serde_repr", "alloy-eips/serde", "alloy-consensus/serde", "alloy-primitives/serde", ] std = []