sipx-testkit 1.0.0-rc.2

Deterministic SIP and RTP tests with bounded realtime peers, virtual time, and RFC corpora
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 = "2024"
rust-version = "1.88"
name = "sipx-testkit"
version = "1.0.0-rc.2"
authors = ["Timo Friedl <timofriedlberlin@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic SIP and RTP tests with bounded realtime peers, virtual time, and RFC corpora"
readme = "README.md"
keywords = [
    "sip",
    "voip",
    "rtp",
    "telephony",
]
categories = [
    "network-programming",
    "multimedia",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/codewandler/sipx"

[package.metadata.sipx-supported-test-surface]
example = "rtp_echo"

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

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

[[example]]
name = "issue-certs"
path = "examples/issue-certs.rs"

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

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

[[test]]
name = "call_harness"
path = "tests/call_harness.rs"

[[test]]
name = "library_output"
path = "tests/library_output.rs"

[[test]]
name = "loopback"
path = "tests/loopback.rs"

[[test]]
name = "realtime_peer"
path = "tests/realtime_peer.rs"

[[test]]
name = "rtp_echo"
path = "tests/rtp_echo.rs"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

[dependencies.futures-util]
version = "0.3"
features = [
    "sink",
    "std",
]
default-features = false

[dependencies.rcgen]
version = "0.14"

[dependencies.serde_json]
version = "1"

[dependencies.sipx-audio]
version = "1.0.0-rc.2"

[dependencies.sipx-call]
version = "1.0.0-rc.2"

[dependencies.sipx-rtp]
version = "1.0.0-rc.2"

[dependencies.sipx-sip]
version = "1.0.0-rc.2"

[dependencies.sipx-transport]
version = "1.0.0-rc.2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "sync",
    "time",
    "macros",
    "net",
    "io-util",
]
default-features = false

[dependencies.tokio-tungstenite]
version = "0.30"
features = ["handshake"]
default-features = false

[dependencies.tokio-util]
version = "0.7"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]
default-features = false

[dev-dependencies.tracing]
version = "0.1"

[lints.clippy]
expect_used = "warn"
indexing_slicing = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
panic = "warn"
unwrap_used = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unreachable_pub = "warn"
unsafe_code = "forbid"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[lints.rustdoc]
bare_urls = "warn"
broken_intra_doc_links = "warn"
invalid_codeblock_attributes = "warn"
invalid_rust_codeblocks = "warn"
private_intra_doc_links = "warn"
unescaped_backticks = "warn"