Cargo Features
Jason has no features set by default.
[dependencies]
jason = { version = "0.2.0", features = ["http", "http-tls", "ipc", "ws", "transport"] }
- http http-tls? = hyper, transport
-
Affects
jason::http
… - http-tls = http, hyper-tls
-
Affects
jason::https
… - ipc = transport
-
Affects
jason::ipc
… - ws = tokio-tungstenite, transport
-
Affects
jason::websocket
… - transport http? ipc? ws? = async-stream, tokio
-
Affects
jason::transport
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- async-stream transport?
- hyper http?
-
Enables hyper ^0.14
- hyper-tls http-tls?
-
Enables hyper-tls ^0.5
- tokio transport?
- tokio-tungstenite ws?
-
Enables tokio-tungstenite ^0.13