libsip 0.2.5

SIP protocol Implementation, with a focus towords softphone clients.
Documentation
[dependencies.md5]
version = "0.7.0"

[dependencies.nom]
version = "6.0.0-alpha1"

[dependencies.rand]
version = "0.7.3"

[dependencies.serde]
features = ["derive"]
version = "1.0.107"

[dependencies.sha]
version = "1.0.3"
[dev-dependencies.tokio]
features = ["net", "macros", "time"]
version = "0.2.20"

[package]
authors = ["Bytebuddha <pmg41494@protonmail.com>"]
description = "SIP protocol Implementation, with a focus towords softphone clients."
documentation = "https://docs.rs/libsip"
edition = "2018"
homepage = "https://github.com/ByteHeathen/libsip"
keywords = ["sip", "voip"]
license-file = "License.md"
name = "libsip"
readme = "Readme.md"
repository = "https://github.com/ByteHeathen/libsip"
version = "0.2.5"