newton-bootnode 0.4.15

Passive snapshot and delta store for late-joining operator bootstrap
Documentation
# 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"
rust-version = "1.93"
name = "newton-bootnode"
version = "0.4.15"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Passive snapshot and delta store for late-joining operator bootstrap"
readme = false
license = "Apache-2.0"
repository = "https://github.com/newt-foundation/newton-prover-avs"

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

[dependencies.alloy-primitives]
version = "1.4.1"
features = ["serde"]

[dependencies.redb]
version = "4.1"

[dependencies.rmp-serde]
version = "1"

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.tempfile]
version = "3"

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unreachable_pub = "warn"

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1

[lints.rust.unused]
level = "allow"
priority = -1

[lints.rustdoc]
all = "warn"