sipx-cli 1.0.0-beta.5

sipx — a command line SIP softphone
# 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-cli"
version = "1.0.0-beta.5"
authors = ["Timo Friedl <timofriedlberlin@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "sipx — a command line SIP softphone"
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.docs.rs]
all-features = true

[features]
default = []
device-audio = ["dep:cpal"]
dtls = ["sipx-call/dtls"]
opus = [
    "sipx-call/opus",
    "sipx-media/opus",
]

[[bin]]
name = "sipx"
path = "src/main.rs"

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.cpal]
version = "0.18.1"
optional = true

[dependencies.rand]
version = "0.9"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.sipx-app-protocol]
version = "1.0.0-beta.5"

[dependencies.sipx-audio]
version = "1.0.0-beta.5"

[dependencies.sipx-call]
version = "1.0.0-beta.5"

[dependencies.sipx-media]
version = "1.0.0-beta.5"

[dependencies.sipx-rtp]
version = "1.0.0-beta.5"

[dependencies.sipx-sdp]
version = "1.0.0-beta.5"

[dependencies.sipx-sip]
version = "1.0.0-beta.5"

[dependencies.sipx-transport]
version = "1.0.0-beta.5"

[dependencies.sipx-ua]
version = "1.0.0-beta.5"
features = ["runtime"]
default-features = false

[dependencies.tokio]
version = "1"
features = ["full"]
default-features = false

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.sipx-audio]
version = "1.0.0-beta.5"

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

[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"