Cargo Features

gravitydb has no features set by default.

[dependencies]
gravitydb = { version = "0.1.0", features = ["lua", "js"] }
lua = mlua, rustyline

Affects kv_graph_store::lua_repl, kv_graph_store::lua_run, ql::init_lua, ql::LuaPropertyQuery

js

Enables js of uuid

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.

mlua lua?

Enables mlua ^0.9

rustyline lua?

Enables rustyline ^14