rtmp-rs 0.4.0

RTMP client/server library
Documentation
# 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 = "rtmp-rs"
version = "0.4.0"
authors = ["Jeff Torres"]
build = false
exclude = ["assets/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RTMP client/server library"
readme = "README.md"
keywords = [
    "rtmp",
    "streaming",
    "video",
    "live",
]
categories = [
    "multimedia::video",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/torresjeff/rtmp-rs"

[lib]
name = "rtmp_rs"
path = "src/lib.rs"

[[example]]
name = "flv_recorder_client"
path = "examples/flv_recorder_client.rs"

[[example]]
name = "flv_recorder_server"
path = "examples/flv_recorder_server.rs"

[[example]]
name = "puller"
path = "examples/puller.rs"

[[example]]
name = "simple_server"
path = "examples/simple_server.rs"

[dependencies.bytes]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]