# 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.81" name = "medea-client-api-proto" version = "0.7.0" authors = ["Instrumentisto Team "] build = false include = [ "/src/", "/CHANGELOG.md", "/LICENSE.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Client API protocol implementation for Medea media server." homepage = "https://github.com/instrumentisto/medea-jason/tree/master/proto/client-api" documentation = "https://docs.rs/medea-client-api-proto" readme = "README.md" keywords = [ "medea", "client-api", "signalling", "webrtc", ] categories = [ "api-bindings", "web-programming", ] license = "BlueOak-1.0.0" repository = "https://github.com/instrumentisto/medea-jason" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "medea_client_api_proto" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.34" optional = true [dependencies.derive_more] version = "1.0" features = [ "constructor", "display", "from", "into", ] [dependencies.medea-macro] version = "0.3" [dependencies.rand] version = "0.8" [dependencies.secrecy] version = "0.10" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_with] version = "3.0" [dependencies.subtle] version = "2.6" [features] client = ["dep:async-trait"] default = ["client"] extended-stats = [] server = []