iroh-topic-tracker 0.1.13

Iroh universal (gossipsub) topic tracker.
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.bytes]
features = ["serde"]
version = "1.7"

[dependencies.ed25519-dalek]
features = ["serde", "rand_core"]
version = "2.0.0"

[dependencies.futures-lite]
version = "2"

[dependencies.iroh]
version = "0.90.0"

[dependencies.iroh-gossip]
optional = true
version = "0.90.0"

[dependencies.postcard]
default-features = false
features = ["alloc", "use-std", "experimental-derive"]
version = "1.1.2"

[dependencies.rand]
version = "0.8"

[dependencies.rand_core]
version = "0.6.4"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10.9"

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

[dependencies.z32]
version = "1"

[dev-dependencies.tokio]
features = ["full", "test-util"]
version = "1"

[[example]]
name = "client"
path = "examples/client.rs"

[[example]]
name = "gossip_chat"
path = "examples/gossip_chat.rs"

[[example]]
name = "server"
path = "examples/server.rs"

[features]
default = ["iroh-gossip-cast", "iroh-gossip-auto-discovery"]
iroh-gossip-auto-discovery = ["iroh-gossip", "iroh-gossip-cast"]
iroh-gossip-cast = ["iroh-gossip"]

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

[package]
authors = ["Zacharias Boehler <rustonbsd@mailfence.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming"]
description = "Iroh universal (gossipsub) topic tracker."
edition = "2021"
keywords = ["gossipsub", "iroh", "pubsub", "networking", "tracker"]
license = "MIT"
name = "iroh-topic-tracker"
readme = "README.md"
repository = "https://github.com/rustonbsd/iroh-topic-tracker"
version = "0.1.13"

[profile.dev]
opt-level = 0

[profile.release]
lto = true
opt-level = 3
panic = "abort"

[[test]]
name = "end-to-end-tests"
path = "tests/end-to-end-tests.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"