# 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 = "moq-pub" version = "0.5.1" authors = [ "Mike English", "Luke Curley", ] description = "Media over QUIC" readme = "README.md" keywords = [ "quic", "http3", "webtransport", "media", "live", ] categories = [ "multimedia", "network-programming", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kixelated/moq-rs" [dependencies.anyhow] version = "1" features = ["backtrace"] [dependencies.bytes] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" features = ["std"] [dependencies.moq-native] version = "0.2" [dependencies.moq-transport] version = "0.5" [dependencies.mp4] version = "0.13" [dependencies.rfc6381-codec] version = "0.1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.url] version = "2"