# 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 = "wrtc" version = "0.3.0" authors = ["Bartosz Sypytkowski "] description = "Wrapper around webrtc-rs library, focused on developer experience" readme = "./README.md" keywords = ["webrtc"] license = "MIT" [dependencies.arc-swap] version = "1.6" [dependencies.bytes] version = "1.5" [dependencies.futures-util] version = "0.3" features = ["sink"] [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.34" features = ["full"] [dependencies.tokio-util] version = "0.7" [dependencies.webrtc] version = "0.9" [dev-dependencies.serde_json] version = "1.0"