# 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] name = "rml_rtmp" version = "0.8.0" authors = ["Matthew Shapiro "] description = "Rust library for handling aspects of the RTMP protocol." readme = "README.md" keywords = [ "rtmp", "video", "streaming", ] categories = [ "multimedia", "multimedia::video", "multimedia::audio", ] license = "MIT" repository = "https://github.com/KallDrexx/rust-media-libs" [dependencies.byteorder] version = "1.3" [dependencies.bytes] version = "1" [dependencies.hmac] version = "0.10" [dependencies.rand] version = "0.8" [dependencies.rml_amf0] version = "0.3.0" [dependencies.sha2] version = "0.9" [dependencies.thiserror] version = "1.0"