# 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-api" version = "0.2.1" authors = ["Toshiya Nakakura "] description = "REST API Wrapper for SkyWay WebRTC Gateway" documentation = "https://docs.rs/skyway-webrtc-gateway-api" readme = "README.md" keywords = [ "skyway", "webrtc", "gateway", "rtp", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/nakakura/webrtc_gateway_controller" [[example]] name = "peer" path = "example/peer.rs" [[example]] name = "data" path = "example/data.rs" [[example]] name = "media" path = "example/media.rs" [dependencies.anyhow] version = "1.0.66" [dependencies.dotenv_codegen] version = "0.15.0" [dependencies.env_logger] version = "0.9.3" [dependencies.failure] version = "0.1.8" [dependencies.futures] version = "0.3.25" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.12" features = ["json"] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_derive] version = "1.0.147" [dependencies.serde_json] version = "1.0.87" [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1.21.2" features = ["full"] [dev-dependencies.either] version = "1.8.0" [dev-dependencies.mockito] version = "0.31.0" [dev-dependencies.once_cell] version = "1.16.0" [dev-dependencies.toml] version = "0.5.9"