# 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 = "phaneron-plugin-webrtc" version = "0.1.2" description = "WebRTC plugin for Phaneron" readme = "README.md" license = "GPL-3.0-or-later" resolver = "1" [lib] crate-type = ["cdylib"] [dependencies.abi_stable] version = "0.11.1" [dependencies.axum] version = "0.6.10" features = [ "macros", "ws", ] [dependencies.byteorder] version = "1.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.opus] version = "0.3.0" [dependencies.phaneron-plugin] version = "0.1.2" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.23.0" features = ["full"] [dependencies.tower] version = "0.4.13" features = ["full"] [dependencies.tower-http] version = "0.4.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.uuid] version = "1.2.2" features = [ "serde", "v4", ] [dependencies.vpx-encode] version = "0.6.2" [dependencies.webrtc] version = "0.7.0"