Skip to content

Commit

Permalink
bump rtc-srtp to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Mar 2, 2024
1 parent 2a4a4e0 commit 4cc5503
Show file tree
Hide file tree
Showing 24 changed files with 32 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
"sctp",
"rtc-sdp",
"rtc-shared",
"srtp",
"rtc-srtp",
"rtc-stun",
]
resolver = "2"
Expand Down
File renamed without changes.
File renamed without changes.
31 changes: 31 additions & 0 deletions rtc-srtp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[package]
name = "rtc-srtp"
version = "0.1.0"
authors = ["Rain Liu <[email protected]>"]
edition = "2021"
description = "RTC SRTP in Rust"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/rtc-srtp"
homepage = "https://webrtc.rs"
repository = "https://github.com/webrtc-rs/rtc"

[dependencies]
shared = { version = "0.1", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = ["crypto", "marshal", "replay"] }
rtp = { version = "0.1", path = "../rtc-rtp", package = "rtc-rtp" }
rtcp = { version = "0.1", path = "../rtc-rtcp", package = "rtc-rtcp" }

retty = "0.24"
byteorder = "1"
bytes = "1"
thiserror = "1"
hmac = { version = "0.12", features = ["std", "reset"] }
sha1 = "0.10"
ctr = "0.9"
aes = "0.8"
subtle = "2"
log = "0.4"
aead = { version = "0.5", features = ["std"] }
aes-gcm = { version = "0.10", features = ["std"] }

[dev-dependencies]
lazy_static = "1"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
28 changes: 0 additions & 28 deletions srtp/Cargo.toml

This file was deleted.

0 comments on commit 4cc5503

Please sign in to comment.