[package] name = "medea-client-api-proto" version = "0.7.0" edition = "2021" rust-version = "1.81" description = "Client API protocol implementation for Medea media server." authors = ["Instrumentisto Team "] license = "BlueOak-1.0.0" documentation = "https://docs.rs/medea-client-api-proto" homepage = "https://github.com/instrumentisto/medea-jason/tree/master/proto/client-api" repository = "https://github.com/instrumentisto/medea-jason" readme = "README.md" keywords = ["medea", "client-api", "signalling", "webrtc"] categories = ["api-bindings", "web-programming"] include = ["/src/", "/CHANGELOG.md", "/LICENSE.md"] [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [features] default = ["client"] client = ["dep:async-trait"] server = [] extended-stats = [] [dependencies] async-trait = { version = "0.1.34", optional = true } derive_more = { version = "1.0", features = ["constructor", "display", "from", "into"] } medea-macro = { version = "0.3", path = "../../crates/medea-macro" } rand = "0.8" secrecy = { version = "0.10", features = ["serde"] } serde = { version = "1.0", features = ["derive"] } serde_with = "3.0" subtle = "2.6"