# 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-driver" version = "0.0.0" authors = [ "clabby", "refcell", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A no_std derivation pipeline driver" homepage = "https://github.com/anton-rs/kona" readme = "README.md" license = "MIT" repository = "https://github.com/anton-rs/kona" [lib] name = "kona_driver" path = "src/lib.rs" [dependencies.alloy-consensus] version = "0.5.4" default-features = false [dependencies.alloy-primitives] version = "0.8" default-features = false [dependencies.alloy-rlp] version = "0.3.9" default-features = false [dependencies.async-trait] version = "0.1.83" [dependencies.derive_more] version = "1.0.0" default-features = false [dependencies.kona-derive] version = "0.0.6" default-features = false [dependencies.op-alloy-consensus] version = "0.5.2" default-features = false [dependencies.op-alloy-genesis] version = "0.5.2" default-features = false [dependencies.op-alloy-protocol] version = "0.5.2" default-features = false [dependencies.op-alloy-rpc-types-engine] version = "0.5.2" default-features = false [dependencies.tracing] version = "0.1.40" default-features = false [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"