dachannel-server 0.1.0

Server library for dachannel
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 = "dachannel-server"
version = "0.1.0"
description = "Server library for dachannel"
license = "MIT"
repository = "https://github.com/coevolutions/dachannel"

[dependencies.async-channel]
version = "2"

[dependencies.axum]
version = "0.7"

[dependencies.dachannel]
version = "0.2"

[dependencies.datachannel-facade]
version = "0.2"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper-util]
version = "0.1"
features = ["full"]

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "1"

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

[dependencies.tokio-util]
version = "0.7"
features = ["io"]

[dependencies.tower-http]
version = "0.5"
features = [
    "cors",
    "limit",
]