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