# 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 = "webrtc-connection" version = "0.2.0" authors = ["Oleg Solomka "] description = "WebRTC connection." homepage = "https://github.com/legomushroom/webrtc-connection-rs" license = "MIT" repository = "https://github.com/legomushroom/webrtc-connection-rs" [package.metadata.docs.rs] features = ["all"] [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1.52" [dependencies.base64] version = "0.13.0" [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4" [dependencies.connection-utils] version = "0.2" [dependencies.cs-trace] version = "0.12" [dependencies.cs-utils] version = "0.14" features = ["async"] [dependencies.futures] version = "0.3.17" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.6" features = ["codec"] [dependencies.webrtc] version = "0.3.1" [dev-dependencies.rstest] version = "0.12.0" [dev-dependencies.rstest_reuse] version = "0.1.3" [features] all = ["test"] test = []