# 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 = "2018" name = "skyway-webrtc-gateway-caller" version = "0.2.1" authors = ["Toshiya Nakakura "] description = "Easy crate for SkyWay WebRTC Gateway" documentation = "https://docs.rs/skyway-webrtc-gateway-caller" readme = "README.md" keywords = [ "skyway", "webrtc", "gateway", "rtp", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/nakakura/skyway_webrtc_gateway_caller" [[example]] name = "data_caller" path = "examples/data_caller.rs" [[example]] name = "data_callee" path = "examples/data_callee.rs" [[example]] name = "media_caller" path = "examples/media_caller.rs" [[example]] name = "media_callee" path = "examples/meida_callee.rs" [dependencies.async-trait] version = "0.1.58" [dependencies.futures] version = "0.3.25" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" features = ["alloc"] default-features = false [dependencies.shaku] version = "0.6.1" [dependencies.skyway-webrtc-gateway-api] version = "0.2.1" [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.tokio-stream] version = "0.1.11" [dev-dependencies.mockall] version = "0.11.3" [dev-dependencies.mockall_double] version = "0.3.0" [dev-dependencies.mockito] version = "0.31.0" [dev-dependencies.once_cell] version = "1.16.0" [dev-dependencies.reqwest] version = "0.11.12" features = ["json"]