# 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-dns" version = "0.1.4" authors = ["Filippos Vasilakis "] description = "SIP Rust library implementing RFC 3263, implemented on top of rsip" documentation = "https://docs.rs/rsip-dns" keywords = ["sip", "3263", "dns", "voip", "srv"] categories = ["parser-implementations", "parsing", "network-programming"] license-file = "LICENSE" repository = "https://github.com/vasilakisfil/rsip" [dependencies.async-trait] version = "0.1.51" [dependencies.futures] version = "0.3.16" [dependencies.nom] version = "6.1.2" features = ["alloc", "regexp"] [dependencies.rsip] version = "0.4.0" [dependencies.testing-utils] version = "0.1.0" optional = true [dependencies.trust-dns-proto] version = "0.20.3" optional = true [dependencies.trust-dns-resolver] version = "0.20.3" optional = true [dev-dependencies.log] version = "0.4.14" [dev-dependencies.once_cell] version = "1.8" [dev-dependencies.pretty_env_logger] version = "0.4.0" [dev-dependencies.quote] version = "1.0.9" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.rsip] version = "0.4.0" features = ["test-utils"] [dev-dependencies.tokio] version = "1.0" features = ["full", "test-util"] [features] test-utils = ["testing-utils"] trust-dns = ["trust-dns-resolver", "trust-dns-proto"]