# 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 = "interceptor" version = "0.12.0" authors = ["Rain Liu "] description = "A pure Rust implementation of Pluggable RTP/RTCP processors" homepage = "https://webrtc.rs" documentation = "https://docs.rs/interceptor" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/webrtc-rs/interceptor" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.log] version = "0.4" [dependencies.portable-atomic] version = "1.6" [dependencies.rand] version = "0.8" [dependencies.rtcp] version = "0.11.0" [dependencies.rtp] version = "0.11.0" [dependencies.srtp] version = "0.13.0" package = "webrtc-srtp" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.32.0" features = [ "sync", "time", ] [dependencies.util] version = "0.9.0" features = [ "marshal", "sync", ] default-features = false package = "webrtc-util" [dependencies.waitgroup] version = "0.1" [dev-dependencies.chrono] version = "0.4.28" [dev-dependencies.tokio-test] version = "0.4"