# 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-plasma" version = "0.0.1" authors = [ "clabby", "refcell", ] description = "Plasma Data Availability Adapter" homepage = "https://github.com/ethereum-optimism/kona" readme = "README.md" license = "MIT" repository = "https://github.com/ethereum-optimism/kona" [dependencies.alloy-consensus] version = "0.1" default-features = false [dependencies.alloy-primitives] version = "0.7.6" features = ["rlp"] default-features = false [dependencies.alloy-provider] version = "0.1" optional = true default-features = false [dependencies.alloy-transport-http] version = "0.1" optional = true [dependencies.anyhow] version = "1.0.86" default-features = false [dependencies.async-trait] version = "0.1.80" [dependencies.kona-derive] version = "0.0.2" [dependencies.kona-primitives] version = "0.0.1" [dependencies.reqwest] version = "0.12" optional = true default-features = false [dependencies.serde] version = "1.0.203" features = ["derive"] optional = true default-features = false [dependencies.tracing] version = "0.1.40" default-features = false [dev-dependencies.serde_json] version = "1.0.117" default-features = false [dev-dependencies.tokio] version = "1.38" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] default = ["serde"] online = [ "dep:alloy-provider", "dep:alloy-transport-http", "dep:reqwest", "alloy-provider/reqwest", "alloy-consensus/serde", ] serde = [ "dep:serde", "kona-primitives/serde", "alloy-primitives/serde", "alloy-consensus/serde", "kona-derive/serde", ]