sendspin 0.3.7

Hyper-efficient Rust implementation of the Sendspin Protocol for synchronized multi-room audio streaming
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"
name = "sendspin"
version = "0.3.7"
authors = ["Sendspin Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hyper-efficient Rust implementation of the Sendspin Protocol for synchronized multi-room audio streaming"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Sendspin/sendspin-rs"

[features]
default = []
native-tls = [
    "tokio-tungstenite/native-tls",
    "dep:tokio-native-tls",
    "dep:native-tls",
]

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

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

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

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

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

[[example]]
name = "secure_socket"
path = "examples/secure_socket.rs"
required-features = ["native-tls"]

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.cpal]
version = "0.18"

[dependencies.crossbeam]
version = "0.8"

[dependencies.flac-codec]
version = "=1.3.2"

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

[dependencies.log]
version = "0.4"

[dependencies.native-tls]
version = "0.2"
optional = true

[dependencies.opus-rs]
version = "=0.1.23"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-native-tls]
version = "0.3"
optional = true

[dependencies.tokio-tungstenite]
version = "0.29"

[dependencies.typed-builder]
version = "0.23.2"

[dependencies.uuid]
version = "1.23"
features = [
    "v4",
    "serde",
]

[dev-dependencies.base64]
version = "0.22"

[dev-dependencies.clap]
version = "4.6"
features = ["derive"]

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.mdns-sd]
version = "0.20"

[dev-dependencies.tokio-test]
version = "0.4"

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2"

[target.'cfg(target_os = "windows")'.dependencies.cpal]
version = "0.18"
features = ["realtime"]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1