sip-header 0.2.3

SIP header field parsers: RFC 3261 name-addr, Call-Info, History-Info (RFC 7044), Geolocation (RFC 6442), conference-info (RFC 4575)
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 = "2021"
rust-version = "1.70"
name = "sip-header"
version = "0.2.3"
authors = ["Jérôme Poulin <jeromepoulin@gmail.com>"]
build = false
exclude = [
    "CLAUDE.md",
    "hooks/",
    "Cargo.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SIP header field parsers: RFC 3261 name-addr, Call-Info, History-Info (RFC 7044), Geolocation (RFC 6442), conference-info (RFC 4575)"
documentation = "https://docs.rs/sip-header"
readme = "README.md"
keywords = [
    "sip",
    "header",
    "voip",
    "rfc3261",
    "parser",
]
categories = [
    "parser-implementations",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ticpu/sip-header"

[features]
conference-info = [
    "dep:quick-xml",
    "serde",
]
default = ["message"]
draft = []
message = []
serde = ["dep:serde"]

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

[dependencies.percent-encoding]
version = "2"

[dependencies.quick-xml]
version = "0.39"
features = ["serialize"]
optional = true

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

[dependencies.sip-uri]
version = "0.2"

[dev-dependencies.quick-xml]
version = "0.39"
features = ["serialize"]

[dev-dependencies.serde_json]
version = "1.0"