# 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 = "openrank-sequencer" version = "0.1.1" authors = [ "Eugene Kim ", "Filip Lazović ", ] description = "OpenRank - Sequencer Node" license = "MIT" [dependencies.alloy-rlp] version = "0.3.5" [dependencies.futures] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.karyon_jsonrpc] version = "0.1.5" [dependencies.libp2p] version = "0.53.2" features = [ "noise", "ping", "tcp", "tokio", "yamux", "quic", "gossipsub", "macros", "identify", ] [dependencies.openrank-common] version = "0.1.1" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.38" features = [ "full", "macros", ] default-features = false [dependencies.toml] version = "0.8" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]