sdp-rs 0.2.1

SDP Rust library, parser & generator of the Session Description Protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sdp-rs"
version = "0.2.1"
authors = ["Filippos Vasilakis <vasilakisfil@gmail.com>"]
edition = "2018"
description = "SDP Rust library, parser & generator of the Session Description Protocol"
repository = "https://github.com/televiska/sdp-rs"
documentation = "https://docs.rs/sdp-rs"
keywords = ["sdp", "8866", "session", "voip", "webrtc"]
categories = ["parser-implementations", "parsing", "network-programming"]
license-file = "LICENSE"


[dependencies]
nom = { version = "7.1.0", features = ["alloc"] }
chrono = { version = "0.4.19" }
vec1 = "1.8.0"