# 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.81" name = "superchain-registry" version = "0.11.0" authors = [ "clabby", "refcell", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Superchain Registry" homepage = "https://github.com/anton-rs/superchain" readme = "README.md" keywords = [ "ethereum", "optimism", "crypto", ] categories = [ "cryptography", "cryptography::cryptocurrencies", ] license = "MIT" repository = "https://github.com/anton-rs/superchain" [lib] name = "superchain_registry" path = "src/lib.rs" [dependencies.alloy-primitives] version = "0.8.11" features = ["map"] default-features = false [dependencies.lazy_static] version = "1.5.0" features = ["spin_no_std"] default-features = false [dependencies.op-alloy-genesis] version = "0.6.2" features = ["serde"] default-features = false [dependencies.serde] version = "1.0.214" features = [ "derive", "alloc", ] default-features = false [dependencies.serde_json] version = "1.0.132" features = ["raw_value"] default-features = false [dev-dependencies.alloy-eips] version = "0.6.1" default-features = false [features] default = [ "std", "map-foldhash", ] map-foldhash = ["alloy-primitives/map-foldhash"] map-hashbrown = ["alloy-primitives/map-hashbrown"] std = [ "op-alloy-genesis/std", "serde_json/std", ] [lints.clippy] missing-const-for-fn = "warn" option-if-let-else = "warn" redundant-clone = "warn" use-self = "warn" [lints.clippy.all] level = "warn" priority = -1 [lints.rust] missing-debug-implementations = "warn" missing-docs = "warn" rust-2018-idioms = "deny" unnameable-types = "warn" unreachable-pub = "warn" unused-must-use = "deny" [lints.rustdoc] all = "warn"