# 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" rust-version = "1.65.0" name = "discortp" version = "0.6.0" authors = ["Kyle Simpson "] description = "Lightweight, flexible Real-time Transport Protocol (RTP) parsing library." homepage = "https://github.com/FelixMcFelix/discortp" documentation = "https://docs.rs/discortp" readme = "README.md" keywords = [ "rtp", "protocol", "parser", ] categories = [ "encoding", "multimedia::encoding", "network-programming", "parser-implementations", ] license = "ISC" repository = "https://github.com/FelixMcFelix/discortp.git" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.pnet_macros] version = "0.34" [dependencies.pnet_macros_support] version = "0.34" [features] default = [ "pnet", "rtp", "rtcp", ] demux = [] discord = [] discord-full = [ "default", "demux", "discord", ] pnet = [] rtcp = [] rtp = []