Cargo Features

gveditor-core has no features set by default.

[dependencies]
gveditor-core = { version = "0.1.7", features = ["local_client", "http_client"] }
local_client
http_client = hyper-tungstenite, jsonrpc-http-server, url

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.

jsonrpc-http-server http_client?

Enables jsonrpc-http-server

http client

hyper-tungstenite http_client?

Enables hyper-tungstenite ^0.8.0

url http_client?