# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "webrtc-rs-srtp" version = "0.1.1" authors = ["Rain Liu "] description = "A pure Rust implementation of SRTP" homepage = "https://webrtc.rs" documentation = "https://docs.rs/webrtc-rs-srtp" license = "MIT" repository = "https://github.com/webrtc-rs/srtp" [dependencies.aead] version = "^0.3" [dependencies.aes] version = "0.6.0" [dependencies.aes-gcm] version = "^0.8" [dependencies.async-trait] version = "0.1" [dependencies.byteorder] version = "1.3.2" [dependencies.ctr] version = "0.6.0" [dependencies.hmac] version = "0.10.1" [dependencies.log] version = "0.4" [dependencies.rtcp] version = "0.1.0" package = "webrtc-rs-rtcp" [dependencies.rtp] version = "0.1.0" package = "webrtc-rs-rtp" [dependencies.sha-1] version = "0.9.1" [dependencies.subtle] version = "2.1.1" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.util] version = "0.1.1" package = "webrtc-rs-util" [dev-dependencies.lazy_static] version = "^1.4" [dev-dependencies.tokio-test] version = "0.4"