Cargo Features

e-app has no features set by default.

[dependencies]
e-app = { version = "0.2.8", features = ["os", "drive", "clean", "shell", "net-info", "build", "built"] }
os
drive = winapi

Enables libloaderapi, minwinbase, winbase and winuser of winapi

clean = shell
shell clean? = winapi

Enables shellapi, winerror and winreg of winapi

Affects share::get_powershell_path

net-info = libc, windows

Enables Win32_Foundation, Win32_NetworkManagement_IpHelper and Win32_Networking_WinSock of windows ^0.30.0

net-manage build

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.

built build implicit feature

Enables built

built:

Provides a crate with information from the time it was built

libc win net-info?
windows win net-info?

Enables windows ^0.30.0

winapi win drive? shell?