# 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" name = "jarust_transport" version = "0.6.0" authors = ["Hamza Jadid"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A janus client SDK in Rust" readme = "README.md" keywords = [ "janus", "webrtc", "janus-gateway", "async", ] categories = [ "network-programming", "asynchronous", "concurrency", ] license = "Apache-2.0" repository = "https://github.com/Ghamza-Jd/jarust" [lib] name = "jarust_transport" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.82" [dependencies.bytes] version = "1.7.2" [dependencies.futures-util] version = "0.3.30" [dependencies.indexmap] version = "2.5.0" [dependencies.jarust_rt] version = "0.6.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.40.0" features = [ "sync", "time", "rt", ] [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "1.10.0" features = [ "fast-rng", "v4", ] [features] default = ["use-native-tls"] use-native-tls = ["tokio-tungstenite/native-tls"] use-rustls = [ "rustls", "rustls-native-certs", "tokio-tungstenite/__rustls-tls", ] [target.'cfg(not(target_family = "wasm"))'.dependencies.rustls] version = "0.23.13" optional = true [target.'cfg(not(target_family = "wasm"))'.dependencies.rustls-native-certs] version = "0.8.0" optional = true [target.'cfg(not(target_family = "wasm"))'.dependencies.tokio-tungstenite] version = "0.24.0" [target.'cfg(target_family = "wasm")'.dependencies.getrandom] version = "0.2.12" features = ["js"]