# 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" version = "0.11.0" authors = [ "clabby", "refcell", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Components for the Superchain" 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" path = "src/lib.rs" [dependencies.superchain-derive] version = "0.11.0" optional = true default-features = false [dependencies.superchain-registry] version = "0.11.0" optional = true default-features = false [features] default = [ "std", "full", ] derive = ["dep:superchain-derive"] full = [ "derive", "registry", ] registry = ["dep:superchain-registry"] std = ["superchain-registry?/std"] test-utils = ["superchain-derive?/test-utils"] [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"