openairplay2 0.3.0

Embeddable AirPlay 2 audio receiver library (network in, PCM + events out)
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"
rust-version = "1.88"
name = "openairplay2"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embeddable AirPlay 2 audio receiver library (network in, PCM + events out)"
documentation = "https://docs.rs/openairplay2"
readme = "README.md"
keywords = [
    "airplay",
    "airplay2",
    "audio",
    "receiver",
    "raop",
]
categories = [
    "multimedia::audio",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/st3fan/openairplay2"

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

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

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

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

[dependencies.base64]
version = "0.22"

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.ed25519-dalek]
version = "2"
features = ["rand_core"]

[dependencies.hex]
version = "0.4"

[dependencies.hkdf]
version = "0.12"

[dependencies.log]
version = "0.4"

[dependencies.num-bigint]
version = "0.4"

[dependencies.plist]
version = "1"

[dependencies.rand]
version = "0.8"

[dependencies.sha2]
version = "0.10"

[dependencies.symphonia]
version = "0.5"
features = ["aac"]
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "net",
    "io-util",
    "sync",
    "time",
]

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

[dependencies.zbus]
version = "5"
features = ["tokio"]
default-features = false

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]