zello-client 0.2.11

A simple Zello client for experimenting with Rust and understanding the publishing process.
Documentation
[[bin]]
name = "zello-client"
path = "src/bin/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.audiopus]
version = "0.3.0-rc.0"

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.11.0"

[dependencies.clap]
features = ["derive"]
version = "4.5.53"

[dependencies.cpal]
version = "0.16"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.futures-util]
version = "0.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.17"

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

[dependencies.tokio-tungstenite]
features = ["native-tls"]
version = "0.28"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[dependencies.tungstenite]
version = "0.28"

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

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

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

[package]
authors = ["John  Murray <john@murrayfamily.uk>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["network-programming"]
description = "A simple Zello client for experimenting with Rust and understanding the publishing process."
documentation = "https://docs.rs/zello-client"
edition = "2024"
keywords = ["zello", "publishing", "audio", "experimentation"]
license = "MIT OR Apache-2.0"
name = "zello-client"
readme = "README.md"
repository = "https://github.com/jcmurray/zello-client"
version = "0.2.11"

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