signet-node-config 0.17.2

Environment-driven configuration for the Signet node
# 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 = "2024"
rust-version = "1.88"
name = "signet-node-config"
version = "0.17.2"
authors = ["init4"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Environment-driven configuration for the Signet node"
homepage = "https://github.com/init4tech/node-components"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/init4tech/node-components"
resolver = "2"

[features]
postgres = [
    "signet-storage/postgres",
    "init4-bin-base/cold-sql",
]
sqlite = [
    "signet-storage/sqlite",
    "init4-bin-base/cold-sql",
]
test_utils = []

[lib]
name = "signet_node_config"
path = "src/lib.rs"

[dependencies.alloy]
version = "1.4.0"
features = [
    "full",
    "rpc-types-beacon",
    "rpc-types-mev",
    "genesis",
    "arbitrary",
]

[dependencies.eyre]
version = "0.6.12"

[dependencies.init4-bin-base]
version = "0.19.1"
features = ["alloy"]

[dependencies.reqwest]
version = "0.12.9"

[dependencies.serde]
version = "1.0.217"
features = ["derive"]

[dependencies.signet-blobber]
version = "0.17.2"

[dependencies.signet-genesis]
version = "0.17.2"

[dependencies.signet-storage]
version = "0.7"

[dependencies.signet-types]
version = "0.16.0"

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1.41"