# 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-util" version = "0.1.6" authors = ["Rain Liu "] description = "Utilities for WebRTC.rs stack" homepage = "https://webrtc.rs" documentation = "https://docs.rs/webrtc-rs-util" license = "MIT" repository = "https://github.com/webrtc-rs/util" [dependencies.aes-gcm] version = "0.8.0" [dependencies.async-trait] version = "0.1" [dependencies.block-modes] version = "0.7.0" [dependencies.der-parser] version = "5.0" [dependencies.hmac] version = "0.10.1" [dependencies.lazy_static] version = "1.3.0" [dependencies.p256] version = "0.7.1" [dependencies.rcgen] version = "0.8.9" [dependencies.ring] version = "0.16.19" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.url] version = "2.1.0" [dependencies.x509-parser] version = "0.9" [dev-dependencies.tokio-test] version = "0.4"