bevy_talk 0.19.0

Voice chat while in game
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 = "2024"
name = "bevy_talk"
version = "0.19.0"
authors = ["Raffaele Ragni <raffaele.ragni@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Voice chat while in game"
homepage = "https://codeberg.org/raffaeleragni/bevy_talk"
documentation = "https://docs.rs/bevy_talk"
readme = "README.md"
keywords = [
    "bevy",
    "netcode",
    "audio",
]
categories = [
    "game-development",
    "network-programming",
    "multimedia",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/raffaeleragni/bevy_talk"

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

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

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

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

[dependencies.bevy_app]
version = "0.19"

[dependencies.bevy_connect]
version = "0.19"

[dependencies.bevy_ecs]
version = "0.19"

[dependencies.cpal]
version = "0.17"

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

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.bevy]
version = "0.19"
features = ["dynamic_linking"]

[dev-dependencies.ringbuf]
version = "0.4"

[profile.dev]
opt-level = 1

[profile.dev.package."*"]
opt-level = 3