msf-sdp 0.2.3

Session Description Protocol (SDP) for Rust.
Documentation
[dependencies.base64]
optional = true
version = "0.22"

[dependencies.bytes]
optional = true
version = "1"

[dependencies.msf-ice]
optional = true
version = "0.2"

[dependencies.msf-util]
optional = true
version = "0.1"

[dependencies.str-reader]
version = "0.1"

[features]
default = []
h264 = ["base64", "bytes", "msf-util/h264"]
ice = ["msf-ice"]

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

[package]
authors = ["Ondrej Perutka <perutka.ondrej@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
Session Description Protocol (SDP) for Rust.
"""
documentation = "https://docs.rs/msf-sdp/"
edition = "2021"
keywords = ["protocol", "parser", "audio", "video", "media"]
license = "MIT"
name = "msf-sdp"
readme = "README.md"
repository = "https://github.com/operutka/msf"
version = "0.2.3"