Cargo Features

tentacle-discovery has no features set by default.

[dependencies]
tentacle-discovery = { version = "0.2.9", features = ["flatc", "molc"] }
flatc = flatbuffers, flatbuffers-verifier

use flatbuffer to handshake

Enables flatc of tentacle ^0.2.6

molc = molecule

use molecule to handshake

Enables molc of tentacle ^0.2.6

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.

flatbuffers flatc?

Enables flatbuffers ^0.6.0

flatbuffers-verifier flatc?
molecule molc?

Enables molecule ^0.4.0