# 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 = "opentok-server" version = "0.1.3" authors = ["Fernando Jiménez Moreno ", "Philippe Normand "] description = "The OpenTok Server Rust SDK" documentation = "https://opentok-rust.github.io/opentok-server-rs/opentok_server" readme = "README.md" keywords = ["opentok", "tokbox", "vonage", "webrtc", "multimedia"] categories = ["multimedia"] license = "MIT" repository = "https://github.com/opentok-rust/opentok-server-rs" resolver = "2" [dependencies.base64] version = "0.13.0" [dependencies.futures] version = "0.3.17" [dependencies.hmac-sha1] version = "0.1.3" [dependencies.jsonwebtoken] version = "7.2.0" [dependencies.rand] version = "0.8.4" [dependencies.rustc-serialize] version = "0.3.24" [dependencies.serde] version = "1.0.130" [dependencies.serde_json] version = "1.0.68" [dependencies.surf] version = "2.3.1" [dependencies.thiserror] version = "1.0.25" [dev-dependencies]