gitmesh-lighthouse 0.1.3

Bootstrap and relay node for the Git Mesh network.
# 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"
name = "gitmesh-lighthouse"
version = "0.1.3"
authors = ["modpotato"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bootstrap and relay node for the Git Mesh network."
readme = false
license = "MIT"
repository = "https://github.com/modpotato/gitmesh"
resolver = "2"

[[bin]]
name = "gitmesh-lighthouse"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.gitmesh-core]
version = "0.1.3"

[dependencies.libp2p]
version = "0.53"
features = [
    "tcp",
    "dns",
    "noise",
    "yamux",
    "identify",
    "ping",
    "relay",
    "tokio",
    "macros",
]

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"