Cargo Features
loalang has no features set by default.
[dependencies]
loalang = { version = "0.1.20", features = ["test-library", "build-bin-vm", "build-bin-loa"] }
- test-library = log-panics, serde_yaml, simple-logging
- build-bin-vm = colored
-
Required by the loavm binary
- build-bin-loa = clap, colored, dirs, graphql_client, http, hyper, hyper-staticfile, ignore, jsonrpc-stdio-server, log-panics, lsp-server, lsp-types, reqwest, rpassword, rust-crypto, rustyline, serde_json, serde_yaml, simple-logging, tar, tee
-
Required by the loa binary
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-stdio-server build-bin-loa?
-
Enables jsonrpc-stdio-server ^14.0
- lsp-server build-bin-loa?
-
Enables lsp-server ^0.2
- lsp-types build-bin-loa?
-
Enables lsp-types ^0.60
- serde_json build-bin-loa?
- log-panics build-bin-loa? test-library?
- simple-logging build-bin-loa? test-library?
- rustyline build-bin-loa?
-
Enables rustyline ^5.0.4
- colored build-bin-loa? build-bin-vm?
-
Enables colored ^1.8.0
- clap build-bin-loa?
-
Enables clap ^2.33.0
- reqwest build-bin-loa?
-
Enables reqwest ^0.9
- http build-bin-loa?
-
Enables http ^0.1.20
- graphql_client build-bin-loa?
-
Enables graphql_client ^0.8.0
- rpassword build-bin-loa?
-
Enables rpassword ^4.0
- tar build-bin-loa?
- dirs build-bin-loa?
-
Enables dirs ^2
- rust-crypto build-bin-loa?
- serde_yaml build-bin-loa? test-library?
-
Enables serde_yaml ^0.8
- ignore build-bin-loa?
- tee build-bin-loa?
- hyper build-bin-loa?
-
Enables hyper ^0.12
- hyper-staticfile build-bin-loa?