# 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 = "jittr" version = "0.2.0" authors = ["Mara Schulke mara.schulke@hum-systems.com"] description = "A binary heap based jitter buffer implementation for zero latency udp/rtp streams" documentation = "https://docs.rs/jittr" readme = "README.md" keywords = [ "jitterbuffer", "audio", "video", "udp", "streaming", ] categories = [ "asynchronous", "data-structures", "multimedia", "network-programming", ] license = "MIT" repository = "https://github.com/Hum-Systems/jittr" [dependencies.futures] version = "0.3" [dependencies.futures-timer] version = "0.3" [dependencies.log] version = "0.4" optional = true [features] default = ["log"]