sdp-types 0.2.0

SDP (RFC 4566) types, parser and serializer
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 = "2018"
rust-version = "1.71"
name = "sdp-types"
version = "0.2.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SDP (RFC 4566) types, parser and serializer"
readme = "README.md"
keywords = [
    "sdp",
    "network",
    "protocol",
    "multimedia",
    "streaming",
]
categories = [
    "network-programming",
    "multimedia",
]
license = "MIT"
repository = "https://github.com/sdroege/sdp-types"

[features]
serde = ["dep:serde"]

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

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

[dependencies.bstr]
version = "1"
default-features = false

[dependencies.fallible-iterator]
version = "0.3"

[dependencies.hex]
version = "0.4.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2"