| /webrtc/webrtc/ |
| H A D | Cargo.toml | 3 version = "0.7.3" 12 rust-version = "1.63.0" 20 interceptor = { version = "0.8.2", path = "../interceptor" } 23 rtcp = { version = "0.8.0", path = "../rtcp" } 24 rtp = { version = "0.7.0", path = "../rtp" } 26 sdp = { version = "0.5.2", path = "../sdp" } 28 stun = { version = "0.4.3", path = "../stun" } 29 turn = { version = "0.6.0", path = "../turn" } 33 tokio = { version = "1.19", features = ["full"] } 36 serde = { version = "1.0.110", features = ["derive"] } [all …]
|
| /webrtc/ |
| H A D | Cargo.lock | 3 version = 3 7 version = "0.3.2" 16 version = "0.4.3" 26 version = "0.5.2" 36 version = "0.6.0" 47 version = "0.7.5" 59 version = "0.8.2" 70 version = "0.10.2" 84 version = "0.6.4" 104 version = "1.0.1" [all …]
|
| /webrtc/srtp/ |
| H A D | Cargo.toml | 3 version = "0.9.1" 11 rust-version = "1.63.0" 14 util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, fe… 19 rtp = { version = "0.7.0", path = "../rtp" } 20 rtcp = { version = "0.8.0", path = "../rtcp" } 25 hmac = { version = "0.12.1", features = ["std", "reset"] } 30 tokio = { version = "1.19", features = ["full"] } 32 aead = { version = "0.4.3", features = ["std"] } 33 aes-gcm = { version = "0.10.1", features = ["std"] } 36 tokio-test = "0.4.0" # must match the min version of the `tokio` crate above
|
| /webrtc/ice/ |
| H A D | Cargo.toml | 3 version = "0.9.1" 11 rust-version = "1.63.0" 16 util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, fe… 17 turn = { version = "0.6.0", path = "../turn" } 18 stun = { version = "0.4.3", path = "../stun" } 19 mdns = { version = "0.5.0", path = "../mdns", package = "webrtc-mdns" } 26 serde = { version = "1.0.102", features = ["derive"] } 29 tokio = { version = "1.19", features = ["full"] } 31 uuid = { version = "1.1", features = ["v4"] } 35 tokio-test = "0.4.0" # must match the min version of the `tokio` crate above [all …]
|
| H A D | CHANGELOG.md | 11 * Increased minimum support rust version to `1.60.0`. 36 * Add `rust-version` at 1.57.0 to `Cargo.toml`. This was already the minimum version so does not co… 45 * Incresed serde's minimum version to 1.0.102 [#243 Fixes for cargo minimal-versions](https://githu…
|
| /webrtc/interceptor/ |
| H A D | Cargo.toml | 3 version = "0.8.2" 11 rust-version = "1.63.0" 14 util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, fe… 15 rtp = { version = "0.7.0", path = "../rtp" } 16 rtcp = { version = "0.8.0", path = "../rtcp" } 17 srtp = { version = "0.9.0", path = "../srtp", package = "webrtc-srtp" } 19 tokio = { version = "1.19", features = ["sync", "time"] } 28 tokio-test = "0.4.0" # must match the min version of the `tokio` crate above
|
| /webrtc/dtls/ |
| H A D | Cargo.toml | 3 version = "0.7.2" 11 rust-version = "1.63.0" 16 util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, fe… 21 p256 = { version = "0.11.1", features = ["default", "ecdh", "ecdsa"] } 25 sec1 = { version = "0.3.0", features = [ "std" ] } 32 tokio = { version = "1.19", features = ["full"] } 34 x25519-dalek = { version = "2.0.0-rc.2", features = ["static_secrets"] } 40 rustls = { version = "0.19.0", features = ["dangerous_configuration"]} 42 serde = { version = "1.0.110", features = ["derive"] } 46 pem = { version = "1", optional = true } [all …]
|
| /webrtc/data/ |
| H A D | Cargo.toml | 3 version = "0.7.0" 11 rust-version = "1.63.0" 16 util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, fe… 17 sctp = { version = "0.8.0", path = "../sctp", package = "webrtc-sctp" } 19 tokio = { version = "1.19", features = ["full"] } 25 tokio-test = "0.4.0" # must match the min version of the `tokio` crate above
|
| /webrtc/turn/ |
| H A D | Cargo.toml | 3 version = "0.6.1" 11 rust-version = "1.63.0" 17 util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, fe… 18 stun = { version = "0.4.3", path = "../stun" } 20 tokio = { version = "1.19", features = ["full"] } 30 tokio-test = "0.4.0" # must match the min version of the `tokio` crate above
|
| /webrtc/util/ |
| H A D | Cargo.toml | 3 version = "0.7.0" 11 rust-version = "1.63.0" 25 tokio = { version = "1.19", features = ["full"] } 40 winapi = { version = "0.3.9", features = [ 52 tokio-test = "0.4.0" # must match the min version of the `tokio` crate above 55 criterion = { version = "0.4.0", features = ["async_futures"] }
|
| /webrtc/constraints/ |
| H A D | Cargo.toml | 3 version = "0.1.0" 11 rust-version = "1.63.0" 17 serde = { version = "1.0.137", features = ["derive"], optional = true } 18 ordered-float = { version = "3.0.0", default-features = false } 23 serde_json = { version = "1.0.91", features = ["preserve_order"] }
|
| /webrtc/stun/ |
| H A D | Cargo.toml | 3 version = "0.4.4" 11 rust-version = "1.63.0" 18 util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, fe… 20 tokio = { version = "1.19", features = ["full"] } 32 tokio-test = "0.4.0" # must match the min version of the `tokio` crate above
|
| /webrtc/sctp/ |
| H A D | Cargo.toml | 3 version = "0.8.0" 11 rust-version = "1.63.0" 16 util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, fe… 19 tokio = { version = "1.19", features = ["full"] } 28 tokio-test = "0.4.0" # must match the min version of the `tokio` crate above
|
| /webrtc/mdns/ |
| H A D | Cargo.toml | 3 version = "0.5.2" 11 rust-version = "1.63.0" 20 util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, fe… 22 tokio = { version = "1.19", features = ["full"] } 23 socket2 = { version = "0.4.4", features = ["all"] }
|
| /webrtc/rtp/ |
| H A D | Cargo.toml | 3 version = "0.7.0" 11 rust-version = "1.63.0" 14 util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, fe… 19 serde = { version = "1.0.102", features = ["derive"] }
|
| /webrtc/media/ |
| H A D | Cargo.toml | 3 version = "0.6.0" 11 rust-version = "1.63.0" 16 rtp = { version = "0.7.0", path = "../rtp" } 24 criterion = { version = "0.4.0", features = ["html_reports"] }
|
| /webrtc/examples/examples/signal/ |
| H A D | Cargo.toml | 3 version = "0.1.0" 9 tokio = { version = "1.15.0", features = ["full"] } 13 hyper = { version = "0.14.16", features = ["full"] }
|
| /webrtc/dtls/examples/hub/ |
| H A D | Cargo.toml | 3 version = "0.1.0" 12 tokio = { version = "1", features = ["full"] } 13 rcgen = { version = "0.10", features = ["pem", "x509-parser"] }
|
| /webrtc/dtls/src/handshake/ |
| H A D | handshake_message_server_hello.rs | 24 pub(crate) version: ProtocolVersion, field 34 self.version == other.version in eq() 45 format!("version: {:?} random: {:?}", self.version, self.random), in fmt() 78 writer.write_u8(self.version.major)?; in marshal() 79 writer.write_u8(self.version.minor)?; in marshal() 142 version: ProtocolVersion { major, minor }, in unmarshal()
|
| H A D | handshake_message_hello_verify_request.rs | 29 pub(crate) version: ProtocolVersion, field 47 writer.write_u8(self.version.major)?; in marshal() 48 writer.write_u8(self.version.minor)?; in marshal() 67 version: ProtocolVersion { major, minor }, in unmarshal()
|
| H A D | handshake_message_client_hello.rs | 24 pub(crate) version: ProtocolVersion, field 35 if !(self.version == other.version in eq() 63 format!("version: {:?} random: {:?}", self.version, self.random), in fmt() 108 writer.write_u8(self.version.major)?; in marshal() 109 writer.write_u8(self.version.minor)?; in marshal() 186 version: ProtocolVersion { major, minor }, in unmarshal()
|
| /webrtc/rtcp/ |
| H A D | Cargo.toml | 3 version = "0.8.0" 11 rust-version = "1.63.0" 14 util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, fe…
|
| /webrtc/rtp/src/packet/ |
| H A D | packet_test.rs | 23 version: 2, in test_basic() 191 version: 2, in test_rfc_8285_one_byte_extension() 257 version: 2, in test_rfc_8285_one_byte_two_extension_of_two_bytes() 392 version: 2, in test_rfc_8285_one_byte_multiple_extension() 434 version: 2, in test_rfc_8285_two_byte_extension() 545 version: 2, in test_rfc8285_two_byte_multiple_extension_with_large_extension() 574 version: 2, in test_rfc8285_get_extension_returns_nil_when_extension_disabled() 608 version: 2, in test_rfc8285_del_extension() 654 version: 2, in test_rfc8285_get_extension_ids() 689 version: 2, in test_rfc8285_get_extension_ids_return_empty_when_extension_disabled() [all …]
|
| /webrtc/media/src/io/ogg_reader/ |
| H A D | mod.rs | 38 pub version: u8, field 48 version: u8, field 92 let version = reader.read_u8()?; //8 in read_headers() localVariable 105 version, in read_headers() 118 let version = head_reader.read_u8()?; //4 in parse_next_page() localVariable 165 version, in parse_next_page()
|
| /webrtc/media/src/io/ivf_reader/ |
| H A D | mod.rs | 20 pub version: u16, // 4-5 field 93 let version = self.reader.read_u16::<LittleEndian>()?; in parse_file_header() localVariable 105 version, in parse_file_header() 118 } else if header.version != 0 { in parse_file_header()
|