# 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 = "upgrade2webrtc" version = "0.1.0" description = "Form direct WebRTC connections over any reliable and optionally ordered communication protocol" license = "MIT OR Apache-2.0" resolver = "1" [dependencies.async-trait] version = "0.1.73" [dependencies.bitcode] version = "0.4" features = ["serde"] [dependencies.hex] version = "0.4.3" [dependencies.interprocess] version = "1.2.1" features = ["tokio_support"] optional = true [dependencies.log] version = "0.4" [dependencies.rcgen] version = "0.11" [dependencies.rustls-pemfile] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "net", "io-util", "time", "macros", "sync", "signal", "parking_lot", ] [dependencies.tokio-rustls] version = "0.24" [dependencies.tokio-util] version = "0.7" features = ["compat"] optional = true [dependencies.webrtc] version = "0.9" [features] local_sockets = [ "interprocess", "tokio-util", ]