Cargo Features
Flowlang has no features set by default.
[dependencies]
flowlang = { version = "0.3.29", features = ["serde_support", "java_runtime", "python_runtime", "javascript_runtime", "python_no_singleton", "gag"] }
- serde_support javascript_runtime? = serde, serde_json
-
Enables serde_support of ndata
- java_runtime = jni
-
Affects
flowlang::javacmd… - python_runtime = pyo3
-
Affects
flowlang::pyenv,flowlang::pywrapper… - javascript_runtime = deno_core, serde_support, serde_v8
-
Affects
flowlang::jscmd… - mirror python_no_singleton
- gag
-
Enables gag
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.
- jni java_runtime?
-
Enables jni ^0.21.1
- pyo3 python_runtime?
-
Enables pyo3 ^0.21.2
- deno_core javascript_runtime?
-
Enables deno_core ^0.249.0
- serde_v8 javascript_runtime?
-
Enables serde_v8 ^0.158.0
- serde serde_support?
- serde_json serde_support?