rvoip 0.2.3

Universal real-time gateway library — SIP, WebRTC, UCTP (QUIC / WebTransport / WebSocket) plus AI voice harness and vCon container, behind one facade.
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 = "2021"
rust-version = "1.88"
name = "rvoip"
version = "0.2.3"
authors = ["RVOIP AUTHORS"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Universal real-time gateway library — SIP, WebRTC, UCTP (QUIC / WebTransport / WebSocket) plus AI voice harness and vCon container, behind one facade."
homepage = "https://github.com/eisenzopf/rvoip"
documentation = "https://docs.rs/rvoip"
readme = "README.md"
keywords = [
    "sip",
    "voip",
    "rtp",
    "communication",
    "telephony",
]
categories = [
    "network-programming",
    "multimedia",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/eisenzopf/rvoip"

[features]
app = [
    "sip",
    "webrtc",
    "uctp",
    "rvoip-webrtc/signaling-ws",
    "dep:tokio",
    "dep:axum",
    "dep:bytes",
    "dep:chrono",
    "dep:thiserror",
    "dep:tracing",
]
client = ["dep:rvoip-client"]
default = ["sip"]
full = [
    "voip-3",
    "sip-stir-shaken",
    "client",
    "app",
]
g729 = [
    "sip",
    "rvoip-sip/g729",
]
sip = ["dep:rvoip-sip"]
sip-stir-shaken = [
    "sip",
    "dep:rvoip-stir-shaken",
]
uctp = [
    "dep:rvoip-uctp",
    "dep:rvoip-quic",
    "dep:rvoip-webtransport",
    "dep:rvoip-websocket",
]
voip-3 = [
    "sip",
    "webrtc",
    "uctp",
    "dep:rvoip-vcon",
    "dep:rvoip-identity",
    "dep:rvoip-harness",
]
webrtc = ["dep:rvoip-webrtc"]

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

[dependencies.axum]
version = "0.7"
optional = true

[dependencies.bytes]
version = "1.5"
features = ["serde"]
optional = true

[dependencies.chrono]
version = "0.4"
features = ["serde"]
optional = true

[dependencies.rvoip-client]
version = "0.1.0"
optional = true

[dependencies.rvoip-core]
version = "0.2.3"

[dependencies.rvoip-core-traits]
version = "0.2.3"

[dependencies.rvoip-harness]
version = "0.1.0"
optional = true

[dependencies.rvoip-identity]
version = "0.1.0"
optional = true

[dependencies.rvoip-quic]
version = "0.1.0"
optional = true

[dependencies.rvoip-sip]
version = "0.2.3"
optional = true

[dependencies.rvoip-stir-shaken]
version = "0.1.0"
optional = true

[dependencies.rvoip-uctp]
version = "0.1.0"
optional = true

[dependencies.rvoip-vcon]
version = "0.1.0"
optional = true

[dependencies.rvoip-webrtc]
version = "0.1.0"
optional = true

[dependencies.rvoip-websocket]
version = "0.1.0"
optional = true

[dependencies.rvoip-webtransport]
version = "0.1.0"
optional = true

[dependencies.thiserror]
version = "1.0"
optional = true

[dependencies.tokio]
version = "1.36"
features = ["full"]
optional = true

[dependencies.tracing]
version = "0.1"
optional = true

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.serial_test]
version = "3.1"

[dev-dependencies.tokio]
version = "1.36"
features = ["full"]

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

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

[lints.clippy]
absurd_extreme_comparisons = "allow"
approx_constant = "allow"
assertions_on_constants = "allow"
bool_assert_comparison = "allow"
bool_comparison = "allow"
cargo = "allow"
cast_abs_to_unsigned = "allow"
collapsible_else_if = "allow"
comparison_to_empty = "allow"
complexity = "allow"
correctness = "warn"
empty_line_after_doc_comments = "allow"
expect_fun_call = "allow"
explicit_auto_deref = "allow"
items_after_test_module = "allow"
legacy_numeric_constants = "allow"
len_without_is_empty = "allow"
len_zero = "allow"
manual_find = "allow"
match_like_matches_macro = "allow"
module_inception = "allow"
multiple_bound_locations = "allow"
needless_borrows_for_generic_args = "allow"
needless_option_as_deref = "allow"
new_without_default = "allow"
nursery = "allow"
option_as_ref_deref = "allow"
partialeq_to_none = "allow"
pedantic = "allow"
perf = "allow"
redundant_closure = "allow"
redundant_pattern_matching = "allow"
restriction = "allow"
should_implement_trait = "allow"
single_match = "allow"
style = "allow"
suspicious = "warn"
too_many_arguments = "allow"
unnecessary_filter_map = "allow"
unnecessary_get_then_check = "allow"
unnecessary_literal_unwrap = "allow"
useless_conversion = "allow"
useless_vec = "allow"
vec_init_then_push = "allow"

[lints.rust]
ambiguous_glob_reexports = "warn"
async_fn_in_trait = "allow"
dead_code = "warn"
irrefutable_let_patterns = "allow"
mismatched_lifetime_syntaxes = "warn"
unexpected_cfgs = "warn"
unreachable_patterns = "allow"
unused_assignments = "warn"
unused_comparisons = "warn"
unused_imports = "warn"
unused_mut = "warn"
unused_variables = "warn"