Cargo Features
[dependencies]
rhdxmr-publish-test = { version = "0.2.8", default-features = false, features = ["bindings", "build", "docsrs-llvm", "build-c", "command-line"] }
- default = command-line
-
The
command-line
feature is set by default wheneverrhdxmr-publish-test
is added without
somewhere in the dependency tree.default-features = false - bindings build? = bindgen, bpf-sys, proc-macro2, quote, syn, tempfile
-
Affects
rhdxmr-publish-test::bindgen
… - build command-line = bindings, libc, llvm-sys-130, redbpf, toml_edit
- docsrs-llvm
-
Enables disable-alltargets-init and no-llvm-linking of llvm-sys ^130
if
strict-versioning
feature is off, llvm-sys-130 can be linked to libLLVM14 library. - build-c
- command-line default = build, clap, futures, hexdump, tokio
-
Required by the 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.
- clap command-line
-
Enables clap ^2.33
- bindgen bindings?
-
Enables bindgen ^0.59.2
- toml_edit build?
-
Enables toml_edit ^0.2
- bpf-sys bindings?
- redbpf build? command-line
- futures command-line
- tokio command-line
- hexdump command-line
- libc build?
- syn bindings?
-
Enables syn ^1.0
- quote bindings?
- proc-macro2 bindings?
- tempfile bindings?
- llvm-sys-130 build? docsrs-llvm?
-
Enables llvm-sys ^130