[dev-dependencies.zip]
version = "0.6.4"
+repository = "https://github.com/rust-cli/concolor"
[features]
derive_serde_style = ["serde"]
-[target."cfg(target_os=\"windows\")".dependencies.winapi]
-version = "0.3.4"
-features = ["consoleapi", "errhandlingapi", "fileapi", "handleapi", "processenv"]
]
default = [
"auto",
- "wincon",
]
-wincon = ["dep:anstyle-wincon"]
-[target."cfg(windows)".dependencies.anstyle-wincon]
-version = "2.0.0"
-optional = true
]
default = [
"auto",
- "wincon",
]
-test = []
-wincon = ["dep:anstyle-wincon"]
-
-[target."cfg(windows)".dependencies.anstyle-wincon]
-version = "3.0.1"
-optional = true
[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD"""
search = "<!-- next-url -->"
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52.0"
-features = [
- "Win32_System_Console",
- "Win32_Foundation",
-]
std = []
unix-backtrace = []
verify-winapi = [
- "winapi/dbghelp",
- "winapi/handleapi",
- "winapi/libloaderapi",
- "winapi/memoryapi",
- "winapi/minwindef",
- "winapi/processthreadsapi",
- "winapi/synchapi",
- "winapi/tlhelp32",
- "winapi/winbase",
- "winapi/winnt",
]
[target."cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))".dependencies.addr2line]
"archive",
]
default-features = false
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
-optional = true
alloc = []
clock = [
"std",
- "winapi",
"iana-time-zone",
]
default = [
version = "0.1.45"
features = ["fallback"]
optional = true
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.0"
-features = [
- "std",
- "minwinbase",
- "minwindef",
- "timezoneapi",
- "sysinfoapi",
-]
-optional = true
[features]
no-color = []
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48"
-features = [
- "Win32_Foundation",
- "Win32_System_Console",
-]
]
windows-console-colors = ["ansi-parsing"]
-[target."cfg(windows)".dependencies.encode_unicode]
-version = "0.3"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.45.0"
-features = [
- "Win32_Foundation",
- "Win32_System_Console",
- "Win32_Storage_FileSystem",
- "Win32_UI_Input_KeyboardAndMouse",
-]
]
default-features = false
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48"
-features = [
- "Win32_Foundation",
- "Win32_System_Threading",
- "Win32_Security",
- "Win32_System_Console",
-]
-
-[target."cfg(windows)".dev-dependencies.windows-sys]
-version = "0.48"
-features = [
- "Win32_Storage_FileSystem",
- "Win32_Foundation",
- "Win32_System_IO",
- "Win32_System_Console",
-]
[badges.maintenance]
status = "passively-maintained"
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.48"
-features = ["Win32_Networking_WinSock"]
-
[badges.appveyor]
repository = "alexcrichton/curl-rust"
version = "0.9.43"
optional = true
-[target."cfg(target_env = \"msvc\")".dependencies.schannel]
-version = "0.1.13"
-
-[target."cfg(target_env = \"msvc\")".dependencies.winapi]
-version = "0.3"
-features = [
- "libloaderapi",
- "wincrypt",
-]
-
[badges.appveyor]
repository = "alexcrichton/curl-rust"
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"]
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(windows)".dependencies.windows-sys]
-version = "0.52"
-features = [
- "Win32_Foundation",
- "Win32_System_Diagnostics_Debug",
-]
[target."cfg(unix)".dependencies.rustix]
version = "0.38.0"
features = ["fs"]
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48.0"
-features = [
- "Win32_Foundation",
- "Win32_Storage_FileSystem",
- "Win32_System_IO",
-]
[target."cfg(unix)".dependencies.libc]
version = "0.2.27"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52.0"
-features = [
- "Win32_Foundation",
- "Win32_Storage_FileSystem",
-]
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.123"
-[target."cfg(windows)".dependencies.gix-path]
-version = "^0.10.1"
-
-[target."cfg(windows)".dependencies.windows]
-version = "0.48"
-features = [
- "Win32_Foundation",
- "Win32_Security_Authorization",
- "Win32_Storage_FileSystem",
- "Win32_System_Memory",
- "Win32_System_Threading",
-]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cargo"
resolver = "2"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48.0"
-features = [
- "Win32_Foundation",
- "Win32_UI_Shell",
-]
[target."cfg(target_os = \"haiku\")".dependencies.iana-time-zone-haiku]
version = "0.1.1"
-
-[target."cfg(target_os = \"windows\")".dependencies.windows]
-version = "0.48.0"
-features = ["Globalization"]
[features]
simd-accel = []
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.2"
[target."cfg(target_os = \"hermit\")".dependencies.hermit-abi]
version = "0.3.0"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48.0"
-features = [
- "Win32_Foundation",
- "Win32_Storage_FileSystem",
- "Win32_System_Console",
-]
-
-[target."cfg(windows)".dev-dependencies.tempfile]
-version = "3"
[target."cfg(unix)".dependencies.cfg-if]
version = "1"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = [
- "errhandlingapi",
- "libloaderapi",
-]
[target."cfg(unix)".dependencies.cfg-if]
version = "1"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48"
-features = [
- "Win32_Foundation",
- "Win32_System_Diagnostics_Debug",
- "Win32_System_LibraryLoader",
-]
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.121"
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48"
-features = [
- "Win32_Foundation",
- "Win32_Networking_WinSock",
- "Win32_Storage_FileSystem",
- "Win32_System_IO",
- "Win32_System_WindowsProgramming",
-]
[target."cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.openssl-sys]
version = "0.9.55"
-
-[target."cfg(target_os = \"windows\")".dependencies.schannel]
-version = "0.1.17"
[features]
derive_serde_style = ["serde"]
-
-[target."cfg(target_os=\"windows\")".dependencies.winapi]
-version = "0.3.4"
-features = [
- "consoleapi",
- "errhandlingapi",
- "fileapi",
- "handleapi",
- "processenv",
-]
[target."cfg(target_os = \"linux\")".dependencies.bstr]
version = "1"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["shellapi"]
-
[badges.appveyor]
branch = "master"
repository = "Seeker14491/opener"
reveal = [
"dep:url",
"dep:dbus",
- "winapi/shtypes",
- "winapi/objbase",
]
[target."cfg(target_os = \"linux\")".dependencies.bstr]
version = "2"
optional = true
-[target."cfg(windows)".dependencies.normpath]
-version = "1"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["shellapi"]
-
[badges.appveyor]
branch = "master"
repository = "Seeker14491/opener"
[features]
default = ["serde"]
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.8"
-features = [
- "minwindef",
- "ntdef",
- "ntstatus",
- "sysinfoapi",
- "winnt",
- "winuser",
- "libloaderapi",
- "processthreadsapi",
- "winerror",
- "winreg",
-]
[target."cfg(unix)".dependencies.libc]
version = "0.2.95"
-
-[target."cfg(windows)".dependencies.windows-targets]
-version = "0.48.0"
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
version = "0.3"
-
-[target."cfg(windows)".dependencies.winreg]
-version = "0.10"
[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dependencies.once_cell]
version = "1.5.2"
optional = true
-
-[target."cfg(windows)".dependencies.libc_errno]
-version = "0.3.8"
-default-features = false
-package = "errno"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52.0"
-features = [
- "Win32_Foundation",
- "Win32_Networking_WinSock",
- "Win32_NetworkManagement_IpHelper",
- "Win32_System_Threading",
-]
-
-[target."cfg(windows)".dev-dependencies.ctor]
-version = "0.2.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"
"dep:os_pipe",
"dep:wait-timeout",
"dep:libc",
- "dep:windows-sys",
]
color = [
"dep:anstream",
[target."cfg(unix)".dependencies.libc]
version = "0.2.137"
optional = true
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48.0"
-features = ["Win32_Foundation"]
-optional = true
[target."cfg(unix)".dependencies.libc]
version = "0.2.149"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
-features = [
- "handleapi",
- "ws2ipdef",
- "ws2tcpip",
-]
[build-dependencies.cc]
version = "1.0.2"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.6"
-features = [
- "memoryapi",
- "winbase",
- "fibersapi",
- "processthreadsapi",
- "minwindef",
-]
[target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc]
version = "^0.2.112"
-
-[target."cfg(windows)".dependencies.ntapi]
-version = "0.4"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
-features = [
- "errhandlingapi",
- "fileapi",
- "handleapi",
- "heapapi",
- "ifdef",
- "ioapiset",
- "minwindef",
- "pdh",
- "psapi",
- "synchapi",
- "sysinfoapi",
- "winbase",
- "winerror",
- "winioctl",
- "winnt",
- "oleauto",
- "wbemcli",
- "rpcdce",
- "combaseapi",
- "objidl",
- "powerbase",
- "netioapi",
- "lmcons",
- "lmaccess",
- "lmapibuf",
- "memoryapi",
- "ntlsa",
- "securitybaseapi",
- "shellapi",
- "std",
-]
[target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc]
version = "^0.2.144"
-
-[target."cfg(windows)".dependencies.ntapi]
-version = "0.4"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
-features = [
- "errhandlingapi",
- "fileapi",
- "handleapi",
- "heapapi",
- "ifdef",
- "ioapiset",
- "minwindef",
- "pdh",
- "psapi",
- "synchapi",
- "sysinfoapi",
- "winbase",
- "winerror",
- "winioctl",
- "winnt",
- "oleauto",
- "wbemcli",
- "rpcdce",
- "combaseapi",
- "objidl",
- "powerbase",
- "netioapi",
- "lmcons",
- "lmaccess",
- "lmapibuf",
- "memoryapi",
- "ntlsa",
- "securitybaseapi",
- "shellapi",
- "std",
- "iphlpapi",
- "winsock2",
- "sddl",
-]
[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
version = "0.4"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48"
-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(not(windows))".dependencies.rustix]
version = "0.38.0"
features = ["termios"]
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48.0"
-features = [
- "Win32_Foundation",
- "Win32_System_Console",
-]
[dependencies]
[target."cfg(unix)".dependencies.libc]
version = "0.2.66"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.8"
-features = ["handleapi", "processenv", "wincon", "winbase"]
[badges.cirrus-ci]
repository = "JohnTitor/termize"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dev-dependencies.security-framework]
version = "0.2"
-
-[target."cfg(windows)".dev-dependencies.schannel]
-version = "0.1"
-
-[target."cfg(windows)".dev-dependencies.winapi]
-version = "0.3"
-features = [
- "lmcons",
- "basetsd",
- "minwinbase",
- "minwindef",
- "ntdef",
- "sysinfoapi",
- "timezoneapi",
- "wincrypt",
- "winerror",
-]
"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 = [
"mio/net",
"mio/os-ext",
"signal-hook-registry",
- "windows-sys/Win32_Foundation",
- "windows-sys/Win32_System_Console",
]
stats = []
sync = []
"socket",
]
default-features = false
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48"
-optional = true
-
-[target."cfg(windows)".dev-dependencies.windows-sys]
-version = "0.48"
-features = [
- "Win32_Foundation",
- "Win32_Security_Authorization",
-]
version = "0.2"
package = "wasm-bindgen"
-[target."cfg(windows)".dev-dependencies.windows-sys]
-version = "0.48.0"
-features = ["Win32_System_Com"]
-
[badges.is-it-maintained-issue-resolution]
repository = "uuid-rs/uuid"
[dev-dependencies.doc-comment]
version = "0.3"
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.1"
-
[badges.appveyor]
repository = "BurntSushi/walkdir"
[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"