# 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" name = "rsip" version = "0.4.0" authors = ["Filippos Vasilakis "] description = "SIP Rust library, parser & generator of SIP" documentation = "https://docs.rs/rsip" keywords = ["sip", "3261", "session", "voip", "webrtc"] categories = ["parser-implementations", "parsing", "network-programming"] license-file = "LICENSE" repository = "https://github.com/vasilakisfil/rsip" [dependencies.bstr] version = "0.2.17" [dependencies.bytes] version = "1.0.1" [dependencies.md-5] version = "0.9.1" [dependencies.nom] version = "7.1.0" features = ["alloc"] [dependencies.rsip-derives] version = "0.4.0" [dependencies.sha2] version = "0.9.5" [dependencies.testing-utils] version = "0.1.1" optional = true [dependencies.uuid] version = "0.8.1" features = ["v4"] [dev-dependencies.quote] version = "1.0.9" [dev-dependencies.rand] version = "0.8.4" [features] test-utils = ["testing-utils"]