# 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 = "kona-derive" version = "0.0.6" authors = [ "clabby", "refcell", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A no_std derivation pipeline implementation for the OP Stack" homepage = "https://github.com/anton-rs/kona" readme = "README.md" license = "MIT" repository = "https://github.com/anton-rs/kona" [lib] name = "kona_derive" path = "src/lib.rs" [dependencies.alloc-no-stdlib] version = "2.0.4" [dependencies.alloy-consensus] version = "0.6.1" features = ["k256"] default-features = false [dependencies.alloy-eips] version = "0.6.1" default-features = false [dependencies.alloy-primitives] version = "0.8" features = [ "rlp", "k256", "map", ] default-features = false [dependencies.alloy-rlp] version = "0.3.9" features = ["derive"] default-features = false [dependencies.alloy-rpc-types-engine] version = "0.6.1" default-features = false [dependencies.async-trait] version = "0.1.83" [dependencies.brotli] version = "7.0.0" default-features = false [dependencies.derive_more] version = "1.0.0" features = ["full"] default-features = false [dependencies.miniz_oxide] version = "0.8.0" [dependencies.op-alloy-consensus] version = "0.6.1" features = ["k256"] default-features = false [dependencies.op-alloy-genesis] version = "0.6.1" default-features = false [dependencies.op-alloy-protocol] version = "0.6.1" default-features = false [dependencies.op-alloy-rpc-types-engine] version = "0.6.1" default-features = false [dependencies.spin] version = "0.9.8" optional = true [dependencies.tracing] version = "0.1.40" default-features = false [dependencies.tracing-subscriber] version = "0.3.18" features = ["fmt"] optional = true [dev-dependencies.alloy-primitives] version = "0.8" features = [ "rlp", "k256", "map", "arbitrary", ] default-features = false [dev-dependencies.proptest] version = "1.5" [dev-dependencies.serde_json] version = "1.0.132" default-features = false [dev-dependencies.spin] version = "0.9.8" [dev-dependencies.tokio] version = "1.40.0" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["fmt"] [features] default = ["serde"] serde = [ "alloy-primitives/serde", "alloy-consensus/serde", "op-alloy-consensus/serde", "op-alloy-protocol/serde", "op-alloy-genesis/serde", "op-alloy-rpc-types-engine/serde", ] test-utils = [ "dep:spin", "dep:tracing-subscriber", ] [lints.clippy] missing-const-for-fn = "warn" needless-return = "allow" 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"