Cargo Features
system-interface has no features set by default.
[dependencies]
system-interface = { version = "0.27.2", features = ["cap_std_impls", "cap_std_impls_fs_utf8", "use_os_pipe", "char-device", "socketpair", "ssh2"] }
- cap_std_impls = cap-std
- cap_std_impls_fs_utf8
- use_os_pipe = os_pipe
-
Enables os_pipe of io-lifetimes
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.
- cap-std cap_std_impls? cap_std_impls_fs_utf8?
- char-device implicit feature
-
Enables char-device
char-device:
Character Device I/O
- os_pipe use_os_pipe?
- socketpair implicit feature
-
Enables socketpair
socketpair:
Cross-platform socketpair functionality
- ssh2 implicit feature