# 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" version = "0.1.0" include = [ "/src/", "/dist/", ] description = "RTP streams analysis and visualization tool" homepage = "https://github.com/LVala/rtpeeker/" readme = "README.md" keywords = [ "streaming", "RTP", "networking", ] categories = [ "development-tools", "multimedia", "visualization", ] license = "MIT" repository = "https://github.com/LVala/rtpeeker/" [dependencies.clap] version = "4" features = ["derive"] [dependencies.etherparse] version = "0.13.0" [dependencies.futures-util] version = "0.3" [dependencies.log] version = "0.4" [dependencies.mime_guess] version = "2.0.4" [dependencies.pcap] version = "1.0.0" features = ["capture-stream"] [dependencies.pretty_env_logger] version = "0.4" [dependencies.rtpeeker_common] version = "0.1" [dependencies.rust-embed] version = "8.0.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dependencies.warp] version = "0.3"