# 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 = "rtpeeker_common" version = "0.1.0" description = "Crate with common utilities for rtpeeker" homepage = "https://github.com/LVala/rtpeeker/" license = "MIT" repository = "https://github.com/LVala/rtpeeker/" [dependencies.bincode] version = "1.3" [dependencies.serde] version = "1.0" features = ["derive"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.etherparse] version = "0.13.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pcap] version = "1.0.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rtcp] version = "0.10" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rtp] version = "0.9" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.webrtc-sdp] version = "0.3" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.webrtc-util] version = "0.8.0"