heos 0.3.1

Rust bindings for HEOS ecosystem API
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 = "heos"
version = "0.3.1"
authors = ["James De Broeck <debroejm@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for HEOS ecosystem API"
readme = "README.md"
keywords = [
    "heos",
    "async",
]
categories = ["api-bindings"]
license = "BSD-2-Clause-Patent"
repository = "https://github.com/debroejm/heos-rs"

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

[dependencies.ahash]
version = "0.8.12"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.educe]
version = "0.6.0"

[dependencies.parking_lot]
version = "0.12.4"

[dependencies.qstring]
version = "0.7.2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_qs]
version = "1.0.0-rc.3"

[dependencies.ssdp-client]
version = "2.1"

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-stream]
version = "0.1.17"

[dependencies.tracing]
version = "0.1.41"

[dependencies.url]
version = "2.5"
features = ["serde"]

[dependencies.urlencoding]
version = "2.1"

[dev-dependencies.assert_matches]
version = "1.5"

[dev-dependencies.assert_unordered]
version = "0.3.5"