[dev-dependencies.zip]
version = "0.6.4"
+repository = "https://github.com/rust-cli/concolor"
auto = ["dep:anstyle-query"]
default = [
"auto",
- "wincon",
]
test = []
-wincon = ["dep:anstyle-wincon"]
[lib]
name = "anstream"
[dev-dependencies.strip-ansi-escapes]
version = "0.2.0"
-[target."cfg(windows)".dependencies.anstyle-wincon]
-version = "3.0.5"
-optional = true
-
[lints.clippy]
bool_assert_comparison = "allow"
branches_sharing_code = "allow"
name = "query"
path = "examples/query.rs"
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.60.0"
-features = [
- "Win32_System_Console",
- "Win32_Foundation",
-]
-
[lints.clippy]
bool_assert_comparison = "allow"
branches_sharing_code = "allow"
[dev-dependencies.libloading]
version = "0.8"
-[target.'cfg(any(windows, target_os = "cygwin"))'.dependencies.windows-targets]
-version = "0.52.6"
-
[target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies.addr2line]
version = "0.24.0"
default-features = false
__internal_bench = []
alloc = []
clock = [
- "winapi",
"iana-time-zone",
"android-tzdata",
"now",
"wasm-bindgen",
"js-sys",
]
-winapi = ["windows-link"]
[lib]
name = "chrono"
version = "0.1.45"
features = ["fallback"]
optional = true
-
-[target."cfg(windows)".dependencies.windows-link]
-version = "0.1"
-optional = true
-
-[target."cfg(windows)".dev-dependencies.windows-bindgen]
-version = "0.61"
[features]
no-color = []
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = ">=0.48,<=0.59"
-features = [
- "Win32_Foundation",
- "Win32_System_Console",
-]
[dev-dependencies.regex]
version = "1.4.2"
-
-[target."cfg(windows)".dependencies.encode_unicode]
-version = "1"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59"
-features = [
- "Win32_Foundation",
- "Win32_System_Console",
- "Win32_Storage_FileSystem",
- "Win32_UI_Input_KeyboardAndMouse",
-]
"signal",
]
default-features = false
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59"
-features = [
- "Win32_Foundation",
- "Win32_System_Threading",
- "Win32_Security",
- "Win32_System_Console",
-]
-
-[target."cfg(windows)".dev-dependencies.windows-sys]
-version = "0.59"
-features = [
- "Win32_Storage_FileSystem",
- "Win32_Foundation",
- "Win32_System_IO",
- "Win32_System_Console",
-]
static-curl = ["curl-sys/static-curl"]
static-ssl = ["curl-sys/static-ssl"]
upkeep_7_62_0 = ["curl-sys/upkeep_7_62_0"]
-windows-static-ssl = [
- "static-curl",
- "curl-sys/windows-static-ssl",
-]
zlib-ng-compat = [
"curl-sys/zlib-ng-compat",
"static-curl",
[target."cfg(all(unix))".dependencies.openssl-sys]
version = "0.9.64"
optional = true
-
-[target.'cfg(target_env = "msvc")'.dependencies.schannel]
-version = "0.1.13"
-
-[target.'cfg(target_env = "msvc")'.dependencies.windows-sys]
-version = "0.59"
-features = [
- "Win32_Foundation",
- "Win32_System_LibraryLoader",
- "Win32_Security_Cryptography",
-]
static-curl = []
static-ssl = ["openssl-sys/vendored"]
upkeep_7_62_0 = []
-windows-static-ssl = []
zlib-ng-compat = [
"libz-sys/zlib-ng",
"static-curl",
[target."cfg(all(unix))".dependencies.openssl-sys]
version = "0.9.64"
optional = true
-
-[target.'cfg(target_env = "msvc")'.build-dependencies.vcpkg]
-version = "0.2"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59"
-features = ["Win32_Networking_WinSock"]
stdfd = []
vendored = ["libdbus-sys/vendored"]
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.0"
-features = ["winsock2"]
-
[badges.maintenance]
status = "actively-developed"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = ">= 0.59.0"
-features = [
- "Win32_UI_Shell",
- "Win32_Foundation",
- "Win32_Globalization",
- "Win32_System_Com",
-]
default-features = false
[target."cfg(unix)".dependencies.libc]
version = "0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["knownfolders", "objbase", "shlobj", "winbase", "winerror"]
[badges.maintenance]
status = "as-is"
version = "0.2"
default-features = false
-[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
-version = ">=0.52.0, <=0.59.*"
-features = [
- "Win32_Foundation",
- "Win32_System_Memory",
- "Win32_System_Threading",
- "Win32_System_SystemInformation",
-]
-
[profile.release]
debug-assertions = true
[dependencies.anstream]
version = "0.6.11"
-features = ["wincon"]
+features = []
optional = true
default-features = false
version = "0.2"
default-features = false
-[target."cfg(windows)".dependencies.windows-sys]
-version = ">=0.52, <=0.60"
-features = [
- "Win32_Foundation",
- "Win32_System_Diagnostics_Debug",
-]
-
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
[target."cfg(unix)".dependencies.libc]
version = "0.2.27"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.60.0"
-features = [
- "Win32_Foundation",
- "Win32_Storage_FileSystem",
-]
[target.'cfg(target_os = "macos")'.dev-dependencies.defer]
version = "0.2.1"
-[target."cfg(windows)".dependencies.dunce]
-version = "1.0.3"
-
[lints.clippy]
bool_to_int_with_if = "allow"
borrow_as_ptr = "allow"
[target.'cfg(not(target_family = "wasm"))'.dependencies.home]
version = "0.5.5"
-[target."cfg(windows)".dev-dependencies.known-folders]
-version = "1.3.1"
-
-[target."cfg(windows)".dev-dependencies.windows]
-version = "0.61.3"
-features = ["Win32_System_Threading"]
-
-[target."cfg(windows)".dev-dependencies.winreg]
-version = "0.55.0"
-
[lints.clippy]
bool_to_int_with_if = "allow"
borrow_as_ptr = "allow"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.174"
-[target."cfg(windows)".dependencies.gix-path]
-version = "^0.10.19"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59.0"
-features = [
- "Win32_Foundation",
- "Win32_Security_Authorization",
- "Win32_Storage_FileSystem",
- "Win32_System_Memory",
- "Win32_System_Threading",
-]
-
[lints.clippy]
bool_to_int_with_if = "allow"
borrow_as_ptr = "allow"
name = "home"
path = "src/lib.rs"
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59"
-features = [
- "Win32_Foundation",
- "Win32_UI_Shell",
- "Win32_System_Com",
-]
-
[lints.clippy]
dbg_macro = "warn"
disallowed_methods = "warn"
"dep:percent-encoding",
]
client-proxy-system = [
- "dep:system-configuration",
- "dep:windows-registry",
]
default = []
full = [
[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dev-dependencies.pnet_datalink]
version = "0.35.0"
-
-[target.'cfg(target_os = "macos")'.dependencies.system-configuration]
-version = "0.6.1"
-optional = true
-
-[target."cfg(windows)".dependencies.windows-registry]
-version = "0.5"
-optional = true
[target.'cfg(target_os = "haiku")'.dependencies.iana-time-zone-haiku]
version = "0.1.1"
-
-[target.'cfg(target_os = "windows")'.dependencies.windows-core]
-version = ">=0.56, <=0.61"
-
-[target.'cfg(target_vendor = "apple")'.dependencies.core-foundation-sys]
-version = "0.8.6"
[features]
simd-accel = []
-
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.2"
[dev-dependencies.diff]
version = "0.1.10"
-[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
-version = "0.60"
-features = ["Win32_Storage_FileSystem"]
tz-fat = ["jiff-static?/tz-fat"]
tz-system = [
"std",
- "dep:windows-sys",
]
tzdb-concatenated = ["std"]
tzdb-zoneinfo = ["std"]
[target."cfg(any())".dependencies.jiff-static]
version = "=0.2.15"
-[target.'cfg(any(windows, target_family = "wasm"))'.dependencies.jiff-tzdb-platform]
-version = "0.1.3"
-optional = true
-
[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.hifitime]
version = "3.9.0"
version = "0.2.4"
default-features = false
-[target."cfg(windows)".dependencies.windows-sys]
-version = ">=0.52.0, <=0.59.*"
-features = [
- "Win32_Foundation",
- "Win32_System_Time",
-]
-optional = true
-default-features = false
-
[profile.testrelease]
debug-assertions = false
inherits = "test"
[target."cfg(unix)".dependencies.cfg-if]
version = "1"
-[target."cfg(windows)".dependencies.windows-targets]
-version = ">=0.48, <0.54"
-
-[target."cfg(windows)".dev-dependencies.windows-sys]
-version = ">=0.52,<0.60"
-features = ["Win32_Foundation"]
-
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
version = "0.3.11"
[features]
-openssl-on-win32 = ["openssl-sys"]
vendored-openssl = ["openssl-sys/vendored"]
zlib-ng-compat = ["libz-sys/zlib-ng"]
-[target.'cfg(target_env = "msvc")'.build-dependencies.vcpkg]
-version = "0.2"
-
[target."cfg(unix)".dependencies.openssl-sys]
version = "0.9.35"
-
-[target."cfg(windows)".dependencies.openssl-sys]
-version = "0.9.35"
-optional = true
net = []
os-ext = [
"os-poll",
- "windows-sys/Win32_System_Pipes",
- "windows-sys/Win32_Security",
]
os-poll = []
[target."cfg(unix)".dependencies.libc]
version = "0.2.159"
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59"
-features = [
- "Wdk_Foundation",
- "Wdk_Storage_FileSystem",
- "Wdk_System_IO",
- "Win32_Foundation",
- "Win32_Networking_WinSock",
- "Win32_Storage_FileSystem",
- "Win32_System_IO",
- "Win32_System_WindowsProgramming",
-]
-
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
version = "1.0"
features = ["os-ext"]
optional = true
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59.0"
-features = [
- "Win32_System_Threading",
- "Win32_Foundation",
- "Win32_Storage_FileSystem",
- "Win32_Security",
- "Win32_System_WindowsProgramming",
- "Win32_System_IO",
-]
[features]
derive_serde_style = ["serde"]
gnu_legacy = []
-
-[target."cfg(windows)".dependencies.windows]
-version = "0.52.0"
-features = [
- "Win32_Foundation",
- "Win32_System_Console",
- "Win32_Storage_FileSystem",
- "Win32_Security",
-]
-package = "windows-sys"
[dependencies.onig_sys]
version = "69.9.1"
default-features = false
-
-[target."cfg(windows)".dependencies.libc]
-version = "0.2"
reveal = [
"dep:url",
"dep:dbus",
- "windows-sys/Win32_System_Com",
]
[target.'cfg(target_os = "linux")'.dependencies.bstr]
version = "2"
optional = true
-[target."cfg(windows)".dependencies.normpath]
-version = "1"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59"
-features = [
- "Win32_Foundation",
- "Win32_UI_Shell",
- "Win32_UI_WindowsAndMessaging",
-]
-
[badges.maintenance]
status = "passively-maintained"
reveal = [
"dep:url",
"dep:zbus",
- "windows-sys/Win32_System_Com",
- "windows-sys/Win32_UI_Shell_Common",
]
[lib]
version = "5"
features = ["url"]
optional = true
-
-[target."cfg(windows)".dependencies.normpath]
-version = "1"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59"
-features = [
- "Win32_UI_Shell",
- "Win32_UI_WindowsAndMessaging",
-]
[dev-dependencies.pretty_assertions]
version = "1"
-
-[target.'cfg(target_os = "macos")'.dependencies.plist]
-version = "1.5.1"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52"
-features = [
- "Win32_Foundation",
- "Win32_System_LibraryLoader",
- "Win32_System_Registry",
- "Win32_System_SystemInformation",
- "Win32_System_SystemServices",
- "Win32_System_Threading",
- "Win32_UI_WindowsAndMessaging",
-]
[target."cfg(unix)".dependencies.libc]
version = "0.2.95"
-
-[target."cfg(windows)".dependencies.windows-targets]
-version = "0.52.0"
[target."cfg(unix)".dev-dependencies.libc]
version = "=0.2.163"
-[target."cfg(windows)".dev-dependencies.windows-sys]
-version = "0.59"
-features = [
- "Win32_Foundation",
- "Win32_System_Threading",
-]
-
[lints.clippy]
all = "warn"
as_ptr_cast_mut = "warn"
[features]
creation-flags = [
- "dep:windows",
- "windows/Win32_System_Threading",
]
default = [
"creation-flags",
]
downcasting = []
job-object = [
- "dep:windows",
- "windows/Win32_Security",
- "windows/Win32_System_Diagnostics_ToolHelp",
- "windows/Win32_System_IO",
- "windows/Win32_System_JobObjects",
- "windows/Win32_System_Threading",
]
kill-on-drop = []
process-group = []
]
optional = true
default-features = false
-
-[target."cfg(windows)".dependencies.windows]
-version = "0.61.1"
-optional = true
[package.metadata.playground]
all-features = false
-features = ["bundled-full"]
[badges.appveyor]
repository = "rusqlite/rusqlite"
backup = []
blob = []
buildtime_bindgen = ["libsqlite3-sys/buildtime_bindgen"]
-bundled = [
- "libsqlite3-sys/bundled",
- "modern_sqlite",
-]
-bundled-full = [
- "modern-full",
- "bundled",
-]
-bundled-sqlcipher = [
- "libsqlite3-sys/bundled-sqlcipher",
- "bundled",
-]
-bundled-sqlcipher-vendored-openssl = [
- "libsqlite3-sys/bundled-sqlcipher-vendored-openssl",
- "bundled-sqlcipher",
-]
-bundled-windows = ["libsqlite3-sys/bundled-windows"]
collation = []
column_decltype = []
column_metadata = ["libsqlite3-sys/column_metadata"]
default-features = false
package = "errno"
-[target."cfg(windows)".dependencies.libc_errno]
-version = "0.3.10"
-default-features = false
-package = "errno"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = ">=0.52, <0.61"
-features = [
- "Win32_Foundation",
- "Win32_Networking_WinSock",
-]
-
-[target."cfg(windows)".dev-dependencies.once_cell]
-version = "1.20.3"
-
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
repository = "https://github.com/BurntSushi/same-file"
[dev-dependencies.doc-comment]
version = "0.3"
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.1"
[features]
default = ["fast-barrier"]
fast-barrier = [
- "windows-sys",
"libc",
]
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52"
-features = ["Win32_System_Threading"]
-optional = true
-
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
"dep:os_pipe",
"dep:wait-timeout",
"dep:libc",
- "dep:windows-sys",
]
color = [
"dep:anstream",
version = "0.2.137"
optional = true
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59.0"
-features = ["Win32_Foundation"]
-optional = true
-
[lints.clippy]
bool_assert_comparison = "allow"
branches_sharing_code = "allow"
"libc::*::socklen_t",
"libc::sa_family_t",
"libc::*::sa_family_t",
- "windows_sys::Win32::Networking::WinSock::socklen_t",
- "windows_sys::Win32::Networking::WinSock::ADDRESS_FAMILY",
]
[package.metadata.docs.rs]
[target."cfg(unix)".dependencies.libc]
version = "0.2.172"
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59"
-features = [
- "Win32_Foundation",
- "Win32_Networking_WinSock",
- "Win32_System_IO",
- "Win32_System_Threading",
- "Win32_System_WindowsProgramming",
-]
[build-dependencies.cc]
version = "1.1.22"
-[target."cfg(windows)".dependencies.windows-sys]
-version = ">=0.52.0, <0.60.0"
-features = [
- "Win32_System_Memory",
- "Win32_System_Threading",
- "Win32_Foundation",
-]
apple-sandbox = []
c-interface = ["default"]
component = [
- "windows/Win32_Foundation",
- "windows/Win32_Security",
- "windows/Win32_System_Com",
- "windows/Win32_System_Ole",
- "windows/Win32_System_Rpc",
- "windows/Win32_System_Variant",
- "windows/Win32_System_Wmi",
- "objc2-core-foundation/CFArray",
- "objc2-core-foundation/CFBase",
- "objc2-core-foundation/CFDictionary",
- "objc2-core-foundation/CFNumber",
- "objc2-core-foundation/CFString",
- "objc2-io-kit",
- "objc2-io-kit/hidsystem",
]
debug = ["libc/extra_traits"]
default = [
"user",
]
disk = [
- "windows/Win32_Foundation",
- "windows/Win32_Storage_FileSystem",
- "windows/Win32_Security",
- "windows/Win32_System_IO",
- "windows/Win32_System_Ioctl",
- "windows/Win32_System_SystemServices",
- "windows/Win32_System_WindowsProgramming",
- "objc2-core-foundation/CFArray",
- "objc2-core-foundation/CFBase",
- "objc2-core-foundation/CFDictionary",
- "objc2-core-foundation/CFError",
- "objc2-core-foundation/CFNumber",
- "objc2-core-foundation/CFString",
- "objc2-core-foundation/CFURL",
- "objc2-io-kit",
]
linux-netdevs = []
linux-tmpfs = []
multithread = ["dep:rayon"]
network = [
- "windows/Win32_Foundation",
- "windows/Win32_NetworkManagement_IpHelper",
- "windows/Win32_NetworkManagement_Ndis",
- "windows/Win32_Networking_WinSock",
]
system = [
- "windows/Win32_Foundation",
- "windows/Win32_System_Diagnostics_ToolHelp",
- "windows/Wdk_System_SystemInformation",
- "windows/Wdk_System_SystemServices",
- "windows/Wdk_System_Threading",
- "windows/Win32_Security_Authorization",
- "windows/Win32_System_Diagnostics_Debug",
- "windows/Win32_System_Kernel",
- "windows/Win32_System_Memory",
- "windows/Win32_System_Performance",
- "windows/Win32_System_Power",
- "windows/Win32_System_ProcessStatus",
- "windows/Win32_System_Registry",
- "windows/Win32_System_RemoteDesktop",
- "windows/Win32_System_SystemInformation",
- "windows/Win32_System_SystemServices",
- "windows/Win32_System_Threading",
- "windows/Win32_UI_Shell",
- "dep:ntapi",
"dep:memchr",
- "objc2-core-foundation/CFBase",
- "objc2-core-foundation/CFData",
- "objc2-core-foundation/CFDictionary",
- "objc2-core-foundation/CFString",
- "objc2-io-kit",
]
unknown-ci = []
user = [
- "windows/Win32_Foundation",
- "windows/Win32_NetworkManagement_NetManagement",
- "windows/Win32_Security",
- "windows/Win32_Security_Authentication_Identity",
- "windows/Win32_Security_Authorization",
]
[lib]
[target.'cfg(all(target_os = "linux", not(target_os = "android")))'.dev-dependencies.tempfile]
version = "3.9"
-[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.objc2-core-foundation]
-version = "0.3.1"
-features = ["std"]
-optional = true
-default-features = false
-
-[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.objc2-io-kit]
-version = "0.3.1"
-features = [
- "std",
- "libc",
-]
-optional = true
-default-features = false
-
[target.'cfg(not(any(target_os = "unknown", target_arch = "wasm32")))'.dependencies.libc]
version = "^0.2.173"
-
-[target."cfg(windows)".dependencies.ntapi]
-version = "0.4"
-optional = true
-
-[target."cfg(windows)".dependencies.windows]
-version = ">=0.59, <0.62"
-optional = true
[features]
default = ["getrandom"]
nightly = []
-unstable-windows-keep-open-tempfile = []
[lib]
name = "tempfile"
optional = true
default-features = false
-[target."cfg(windows)".dependencies.windows-sys]
-version = ">=0.52, <0.61"
-features = [
- "Win32_Storage_FileSystem",
- "Win32_Foundation",
-]
[features]
default = []
-[target."cfg(windows)".dependencies.rustversion]
-version = "1"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["consoleapi", "wincon", "handleapi", "fileapi"]
[badges.appveyor]
repository = "Stebalien/term"
bench = false
[dev-dependencies]
-
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.3"
[target."cfg(unix)".dependencies.rustix]
version = "1.0.1"
features = ["termios"]
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.60.0"
-features = [
- "Win32_Foundation",
- "Win32_System_Console",
-]
[target."cfg(unix)".dependencies.libc]
version = "0.2.174"
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.60.2"
-features = [
- "Win32_Foundation",
- "Win32_System_Console",
-]
-
[profile.dev]
opt-level = 0
lto = false
"mio/os-ext",
"mio/net",
"socket2",
- "windows-sys/Win32_Foundation",
- "windows-sys/Win32_Security",
- "windows-sys/Win32_Storage_FileSystem",
- "windows-sys/Win32_System_Pipes",
- "windows-sys/Win32_System_SystemServices",
]
process = [
"bytes",
"mio/os-ext",
"mio/net",
"signal-hook-registry",
- "windows-sys/Win32_Foundation",
- "windows-sys/Win32_System_Threading",
- "windows-sys/Win32_System_WindowsProgramming",
]
rt = []
rt-multi-thread = ["rt"]
"mio/net",
"mio/os-ext",
"signal-hook-registry",
- "windows-sys/Win32_Foundation",
- "windows-sys/Win32_System_Console",
]
sync = []
test-util = [
]
default-features = false
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59"
-optional = true
-
-[target."cfg(windows)".dev-dependencies.windows-sys]
-version = "0.59"
-features = [
- "Win32_Foundation",
- "Win32_Security_Authorization",
-]
-
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
[dev-dependencies.doc-comment]
version = "0.3"
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.1"
-
[badges.appveyor]
repository = "BurntSushi/walkdir"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.60"
-features = ["Win32_Foundation"]
-
-[target."cfg(windows)".dependencies.winsplit]
-version = "0.1"
[features]
derive_serde_style = ["serde"]
-[target."cfg(target_os=\"windows\")".dependencies.winapi]
-version = "0.3.4"
-features = ["consoleapi", "errhandlingapi", "fileapi", "handleapi", "processenv"]
[badges.maintenance]
status = "actively-developed"