Cargo Features

solomon-gremlin has no features set by default.

[dependencies]
solomon-gremlin = { version = "0.0.2", features = ["derive", "test-suite", "async-tungstenite", "async-std", "async-tls", "tokio-native-tls", "tokio-stream", "rustls", "url", "futures", "tokio"] }
derive = gremlin-derive

Affects solomon-gremlin::derive

test-suite

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-tungstenite implicit feature

Enables async-tungstenite ^0.18

async-tungstenite:

Async binding for Tungstenite, the Lightweight stream-based WebSocket implementation

async-std implicit feature

Enables async-std

async-std:

Async version of the Rust standard library

async-tls implicit feature

Enables async-tls ^0.11

async-tls:

Asynchronous TLS/SSL streams using Rustls

tokio-native-tls implicit feature
tokio-stream implicit feature

Enables tokio-stream

tokio-stream:

Utilities to work with Stream and tokio

gremlin-derive derive?
rustls implicit feature

Enables rustls ^0.19

rustls:

Rustls is a modern TLS library written in Rust

url implicit feature

Enables url

url:

URL library for Rust, based on the WHATWG URL Standard

futures implicit feature
tokio implicit feature

Enables tokio

tokio:

An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications