sonos-sdk-callback-server 0.2.0

Internal HTTP callback server for sonos-sdk UPnP event reception
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.80"
name = "sonos-sdk-callback-server"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal HTTP callback server for sonos-sdk UPnP event reception"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/tatimblin/sonos-sdk"

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

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

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

[dependencies.bytes]
version = "1.0"

[dependencies.reqwest]
version = "0.11"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.url]
version = "2.0"

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

[dependencies.warp]
version = "0.3"

[dev-dependencies.proptest]
version = "1.0"

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