Cargo Features
system-interface has no features set by default.
[dependencies]
system-interface = { version = "0.27.3", features = ["cap_std_impls", "cap_async_std_impls", "cap_std_impls_fs_utf8", "cap_async_std_impls_fs_utf8", "use_os_pipe", "char-device", "socketpair", "ssh2"] }
- cap_std_impls = cap-std
- cap_async_std_impls = async-std, cap-async-std
-
Enables async-std of io-lifetimes
- cap_std_impls_fs_utf8
- cap_async_std_impls_fs_utf8 = async-std
-
Enables fs_utf8 of cap-async-std
- 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.
- async-std cap_async_std_impls? cap_async_std_impls_fs_utf8?
- cap-std cap_std_impls? cap_std_impls_fs_utf8?
- cap-async-std cap_async_std_impls? cap_async_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