jarust 0.2.6

A janus client SDK in Rust
Documentation
[dependencies.async-trait]
version = "0.1.77"

[dependencies.futures-util]
version = "0.3.29"

[dependencies.indexmap]
version = "2.2.6"

[dependencies.napmap]
version = "0.1.1"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
features = ["derive"]
version = "1.0.195"

[dependencies.serde_json]
version = "1.0.111"

[dependencies.thiserror]
version = "1.0.51"

[dependencies.tokio]
features = ["sync", "time", "rt"]
version = "1.35.1"

[dependencies.tracing]
version = "0.1.40"
[dev-dependencies.anyhow]
version = "1.0.79"

[dev-dependencies.tokio]
features = ["time", "macros", "rt-multi-thread"]
version = "1.35.1"

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

[features]
default = ["tokio-rt", "use-native-tls"]
tokio-rt = []
use-native-tls = ["tokio-tungstenite/native-tls"]
use-rustls = ["rustls", "rustls-native-certs", "tokio-tungstenite/__rustls-tls"]

[lib]
doctest = false

[package]
authors = ["Hamza Jadid"]
categories = ["network-programming", "asynchronous", "concurrency"]
description = "A janus client SDK in Rust"
edition = "2021"
keywords = ["janus", "webrtc", "janus-gateway", "async"]
license = "MIT"
name = "jarust"
readme = "./README.md"
repository = "https://github.com/Ghamza-Jd/jarust"
version = "0.2.6"
[target."cfg(not(target_family = \"wasm\"))".dependencies.rustls]
optional = true
version = "0.23.4"

[target."cfg(not(target_family = \"wasm\"))".dependencies.rustls-native-certs]
optional = true
version = "0.7.0"

[target."cfg(not(target_family = \"wasm\"))".dependencies.tokio-tungstenite]
version = "0.21.0"
[target."cfg(target_family = \"wasm\")".dependencies.getrandom]
features = ["js"]
version = "0.2.12"