every.channel/crates/ec-node/Cargo.toml
every.channel 91dad67fc2
Some checks failed
deploy-cloudflare / checks (push) Failing after 3s
ci-gates / checks (push) Failing after 5s
deploy-cloudflare / deploy (push) Has been skipped
Add duplicate publisher determinism proof
2026-06-10 03:33:46 -07:00

52 lines
1.4 KiB
TOML

[package]
name = "ec-node"
version = "0.0.0"
edition.workspace = true
license.workspace = true
[dependencies]
anyhow.workspace = true
blake3.workspace = true
clap.workspace = true
ec-core = { path = "../ec-core" }
ec-crypto = { path = "../ec-crypto" }
ec-direct = { path = "../ec-direct" }
ec-moq = { path = "../ec-moq" }
ec-chopper = { path = "../ec-chopper" }
ec-eth = { path = "../ec-eth" }
ec-hdhomerun = { path = "../ec-hdhomerun" }
ec-iroh = { path = "../ec-iroh" }
ec-linux-iptv = { path = "../ec-linux-iptv" }
ec-ts = { path = "../ec-ts" }
hex = "0.4"
iroh = "0.96"
just-webrtc = "0.2"
bytes = "1"
quinn = "0.11.9"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
rustls = "0.23.36"
rustls-native-certs = "0.8.3"
urlencoding = "2"
serde.workspace = true
serde_json.workspace = true
opentelemetry.workspace = true
opentelemetry-otlp.workspace = true
opentelemetry_sdk.workspace = true
tokio = { version = "1", features = ["full"] }
tokio-tungstenite = { version = "0.24", default-features = false, features = ["connect", "rustls-tls-webpki-roots"] }
futures-util = "0.3"
tracing.workspace = true
tracing-opentelemetry.workspace = true
tracing-subscriber.workspace = true
web-transport-quinn = "0.11.9"
web-transport-trait = "0.3.4"
hang = "0.16.0"
moq-mux = "0.4.0"
moq-lite = "0.16.0"
moq-native = { version = "0.14.0", default-features = true }
headless_chrome = "1"
tokio-util = "0.7"
url = "2"
[dev-dependencies]
which = "6"