[package]
name = "candidateparser"
description = "A parser for the ICE Candidate SDP according to RFC5245."
version = "0.2.0"
repository = "https://github.com/dbrgn/candidateparser"
license = "MIT OR Apache-2.0"
authors = ["Danilo Bargen <mail@dbrgn.ch>"]
keywords = ["ice", "nat", "parser", "candidates", "webrtc"]
categories = ["parser-implementations", "network-programming"]
include = [
"**/*.rs",
"Cargo.toml",
"README.md",
"CHANGELOG.md",
"LICENSE-*",
]
[dependencies]
nom = { version = "3.2" }
clippy = {version = "0.0.163", optional = true}
[features]
default = []
[badges]
circle-ci = { repository = "dbrgn/candidateparser" }
is-it-maintained-open-issues = { repository = "dbrgn/candidateparser" }
maintenance = { status = "actively-developed" }