4KITFMYLV5UANNXOQ7D3RG4IHJEJW6U7NYKOTGUOIHJDBGGQZLMQC resolvedDefaultFeatures = [ "default" "form" "http1" "json" "macros" "matched-path" "original-uri" "query" "tokio" "tower-log" "tracing" ];
resolvedDefaultFeatures = [ "default" "form" "http1" "json" "macros" "matched-path" "original-uri" "query" "tokio" "tower-log" "tracing" "ws" ];
resolvedDefaultFeatures = [ "alloc" "default" "serde" "std" "u64_backend" ];
resolvedDefaultFeatures = [ "alloc" "std" "u64_backend" ];};"curve25519-dalek 4.1.3" = rec {crateName = "curve25519-dalek";version = "4.1.3";edition = "2021";sha256 = "1gmjb9dsknrr8lypmhkyjd67p1arb8mbfamlwxm7vph38my8pywp";libName = "curve25519_dalek";authors = ["Isis Lovecruft <isis@patternsinthevoid.net>""Henry de Valence <hdevalence@hdevalence.ca>"];dependencies = [{name = "cfg-if";packageId = "cfg-if";}{name = "cpufeatures";packageId = "cpufeatures";target = { target, features }: ("x86_64" == target."arch" or null);}{name = "curve25519-dalek-derive";packageId = "curve25519-dalek-derive";target = { target, features }: ((!("fiat" == target."curve25519_dalek_backend" or null)) && (!("serial" == target."curve25519_dalek_backend" or null)) && ("x86_64" == target."arch" or null));}{name = "fiat-crypto";packageId = "fiat-crypto";usesDefaultFeatures = false;target = { target, features }: ("fiat" == target."curve25519_dalek_backend" or null);}{name = "serde";packageId = "serde";optional = true;usesDefaultFeatures = false;features = [ "derive" ];}{name = "subtle";packageId = "subtle";usesDefaultFeatures = false;}{name = "zeroize";packageId = "zeroize";optional = true;usesDefaultFeatures = false;}];buildDependencies = [{name = "rustc_version";packageId = "rustc_version";}];features = {"alloc" = [ "zeroize?/alloc" ];"default" = [ "alloc" "precomputed-tables" "zeroize" ];"digest" = [ "dep:digest" ];"ff" = [ "dep:ff" ];"group" = [ "dep:group" "rand_core" ];"group-bits" = [ "group" "ff/bits" ];"rand_core" = [ "dep:rand_core" ];"serde" = [ "dep:serde" ];"zeroize" = [ "dep:zeroize" ];};resolvedDefaultFeatures = [ "alloc" "default" "precomputed-tables" "serde" "zeroize" ];};"curve25519-dalek-derive" = rec {crateName = "curve25519-dalek-derive";version = "0.1.1";edition = "2021";sha256 = "1cry71xxrr0mcy5my3fb502cwfxy6822k4pm19cwrilrg7hq4s7l";procMacro = true;libName = "curve25519_dalek_derive";dependencies = [{name = "proc-macro2";packageId = "proc-macro2";}{name = "quote";packageId = "quote";}{name = "syn";packageId = "syn 2.0.111";features = [ "full" ];}];
"fiat-crypto" = rec {crateName = "fiat-crypto";version = "0.2.9";edition = "2018";sha256 = "07c1vknddv3ak7w89n85ik0g34nzzpms6yb845vrjnv9m4csbpi8";libName = "fiat_crypto";authors = ["Fiat Crypto library authors <jgross@mit.edu>"];features = {"default" = [ "std" ];};};
"fs2" = rec {crateName = "fs2";version = "0.4.3";edition = "2015";sha256 = "04v2hwk7035c088f19mfl5b1lz84gnvv2hv6m935n0hmirszqr4m";
"fs4" = rec {crateName = "fs4";version = "0.6.6";edition = "2021";sha256 = "0ixxx352j33n4fdf1wif2dq2fd98vb6zkqxa1gxbfhrgw7clxsrf";
features = {"async-std" = [ "dep:async-std" ];"async-trait" = [ "dep:async-trait" ];"default" = [ "sync" ];"smol" = [ "dep:smol" ];"smol-async" = [ "smol" "async-trait" ];"std-async" = [ "async-std/async-io" "async-trait" ];"tokio" = [ "dep:tokio" ];"tokio-async" = [ "tokio/fs" "async-trait" ];};resolvedDefaultFeatures = [ "default" "sync" ];
"imara-diff" = rec {crateName = "imara-diff";version = "0.1.8";edition = "2021";sha256 = "1lmk5dpha2fhahrnsrgavxn1qz6ydp1w8jz8fpvlb28p89ylplqp";libName = "imara_diff";authors = ["pascalkuthe <pascalkuthe@pm.me>"];dependencies = [{name = "hashbrown";packageId = "hashbrown 0.15.5";usesDefaultFeatures = false;features = [ "default-hasher" "inline-more" ];}];features = {"default" = [ "unified_diff" ];};resolvedDefaultFeatures = [ "default" "unified_diff" ];};
resolvedDefaultFeatures = [ "alloc" "std" ];
resolvedDefaultFeatures = [ "alloc" "default" "perf-inline" "serde" "std" "tz-fat" "tz-system" "tzdb-bundle-platform" "tzdb-concatenated" "tzdb-zoneinfo" ];};"jiff-diesel" = rec {crateName = "jiff-diesel";version = "0.1.3";edition = "2021";sha256 = "1vpffqizhr7qlwxlcnz530hl9q56d30qgvxaldr3haixya07v8fk";libName = "jiff_diesel";authors = ["Andrew Gallant <jamslam@gmail.com>"];dependencies = [{name = "diesel";packageId = "diesel";usesDefaultFeatures = false;}{name = "jiff";packageId = "jiff";usesDefaultFeatures = false;features = [ "std" ];}];devDependencies = [{name = "jiff";packageId = "jiff";}];features = {"mysql" = [ "diesel/mysql_backend" ];"postgres" = [ "diesel/postgres_backend" ];"sqlite" = [ "diesel/sqlite" ];};resolvedDefaultFeatures = [ "default" "postgres" ];
resolvedDefaultFeatures = [ "default" ];
resolvedDefaultFeatures = [ "default" "tz-fat" ];};"jiff-tzdb" = rec {crateName = "jiff-tzdb";version = "0.1.6";edition = "2021";sha256 = "0xihzlnnyk0xnrzpq4xcyjdcmy8xc3ychzb9ayjkh4vgha2fy069";libName = "jiff_tzdb";libPath = "lib.rs";authors = ["Andrew Gallant <jamslam@gmail.com>"];};"jiff-tzdb-platform" = rec {crateName = "jiff-tzdb-platform";version = "0.1.3";edition = "2021";sha256 = "1s1ja692wyhbv7f60mc0x90h7kn1pv65xkqi2y4imarbmilmlnl7";libName = "jiff_tzdb_platform";libPath = "lib.rs";authors = ["Andrew Gallant <jamslam@gmail.com>"];dependencies = [{name = "jiff-tzdb";packageId = "jiff-tzdb";}];
};"linux-raw-sys 0.4.15" = rec {crateName = "linux-raw-sys";version = "0.4.15";edition = "2021";sha256 = "1aq7r2g7786hyxhv40spzf2nhag5xbw2axxc1k8z5k1dsgdm4v6j";libName = "linux_raw_sys";authors = ["Dan Gohman <dev@sunfishcode.online>"];features = {"compiler_builtins" = [ "dep:compiler_builtins" ];"core" = [ "dep:core" ];"default" = [ "std" "general" "errno" ];"rustc-dep-of-std" = [ "core" "compiler_builtins" "no_std" ];};resolvedDefaultFeatures = [ "elf" "errno" "general" "ioctl" "no_std" ];
"rustix" = rec {
"rustix 0.38.44" = rec {crateName = "rustix";version = "0.38.44";edition = "2021";sha256 = "0m61v0h15lf5rrnbjhcb9306bgqrhskrqv7i1n0939dsw8dbrdgx";authors = ["Dan Gohman <dev@sunfishcode.online>""Jakub Konka <kubkon@jakubkonka.com>"];dependencies = [{name = "bitflags";packageId = "bitflags 2.10.0";usesDefaultFeatures = false;}{name = "errno";packageId = "errno";rename = "libc_errno";optional = true;usesDefaultFeatures = false;target = { target, features }: ((!(target."rustix_use_libc" or false)) && (!(target."miri" or false)) && ("linux" == target."os" or null) && (("little" == target."endian" or null) || ("s390x" == target."arch" or null)) && (("arm" == target."arch" or null) || (("aarch64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || ("riscv64" == target."arch" or null) || ((target."rustix_use_experimental_asm" or false) && ("powerpc64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("s390x" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips32r6" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64r6" == target."arch" or null)) || ("x86" == target."arch" or null) || (("x86_64" == target."arch" or null) && ("64" == target."pointer_width" or null))));}{name = "errno";packageId = "errno";rename = "libc_errno";usesDefaultFeatures = false;target = { target, features }: ((!(target."windows" or false)) && ((target."rustix_use_libc" or false) || (target."miri" or false) || (!(("linux" == target."os" or null) && (("little" == target."endian" or null) || ("s390x" == target."arch" or null)) && (("arm" == target."arch" or null) || (("aarch64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || ("riscv64" == target."arch" or null) || ((target."rustix_use_experimental_asm" or false) && ("powerpc64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("s390x" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips32r6" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64r6" == target."arch" or null)) || ("x86" == target."arch" or null) || (("x86_64" == target."arch" or null) && ("64" == target."pointer_width" or null)))))));}{name = "errno";packageId = "errno";rename = "libc_errno";usesDefaultFeatures = false;target = { target, features }: (target."windows" or false);}{name = "libc";packageId = "libc";optional = true;usesDefaultFeatures = false;target = { target, features }: ((!(target."rustix_use_libc" or false)) && (!(target."miri" or false)) && ("linux" == target."os" or null) && (("little" == target."endian" or null) || ("s390x" == target."arch" or null)) && (("arm" == target."arch" or null) || (("aarch64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || ("riscv64" == target."arch" or null) || ((target."rustix_use_experimental_asm" or false) && ("powerpc64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("s390x" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips32r6" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64r6" == target."arch" or null)) || ("x86" == target."arch" or null) || (("x86_64" == target."arch" or null) && ("64" == target."pointer_width" or null))));}{name = "libc";packageId = "libc";usesDefaultFeatures = false;target = { target, features }: ((!(target."windows" or false)) && ((target."rustix_use_libc" or false) || (target."miri" or false) || (!(("linux" == target."os" or null) && (("little" == target."endian" or null) || ("s390x" == target."arch" or null)) && (("arm" == target."arch" or null) || (("aarch64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || ("riscv64" == target."arch" or null) || ((target."rustix_use_experimental_asm" or false) && ("powerpc64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("s390x" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips32r6" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64r6" == target."arch" or null)) || ("x86" == target."arch" or null) || (("x86_64" == target."arch" or null) && ("64" == target."pointer_width" or null)))))));}{name = "linux-raw-sys";packageId = "linux-raw-sys 0.4.15";usesDefaultFeatures = false;target = { target, features }: ((("android" == target."os" or null) || ("linux" == target."os" or null)) && ((target."rustix_use_libc" or false) || (target."miri" or false) || (!(("linux" == target."os" or null) && (("little" == target."endian" or null) || ("s390x" == target."arch" or null)) && (("arm" == target."arch" or null) || (("aarch64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || ("riscv64" == target."arch" or null) || ((target."rustix_use_experimental_asm" or false) && ("powerpc64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("s390x" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips32r6" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64r6" == target."arch" or null)) || ("x86" == target."arch" or null) || (("x86_64" == target."arch" or null) && ("64" == target."pointer_width" or null)))))));features = [ "general" "ioctl" "no_std" ];}{name = "linux-raw-sys";packageId = "linux-raw-sys 0.4.15";usesDefaultFeatures = false;target = { target, features }: ((!(target."rustix_use_libc" or false)) && (!(target."miri" or false)) && ("linux" == target."os" or null) && (("little" == target."endian" or null) || ("s390x" == target."arch" or null)) && (("arm" == target."arch" or null) || (("aarch64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || ("riscv64" == target."arch" or null) || ((target."rustix_use_experimental_asm" or false) && ("powerpc64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("s390x" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips32r6" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64r6" == target."arch" or null)) || ("x86" == target."arch" or null) || (("x86_64" == target."arch" or null) && ("64" == target."pointer_width" or null))));features = [ "general" "errno" "ioctl" "no_std" "elf" ];}{name = "windows-sys";packageId = "windows-sys 0.52.0";target = { target, features }: (target."windows" or false);features = [ "Win32_Foundation" "Win32_Networking_WinSock" "Win32_NetworkManagement_IpHelper" "Win32_System_Threading" ];}];devDependencies = [{name = "errno";packageId = "errno";rename = "libc_errno";usesDefaultFeatures = false;}{name = "libc";packageId = "libc";}];features = {"all-apis" = [ "event" "fs" "io_uring" "mm" "mount" "net" "param" "pipe" "process" "procfs" "pty" "rand" "runtime" "shm" "stdio" "system" "termios" "thread" "time" ];"compiler_builtins" = [ "dep:compiler_builtins" ];"core" = [ "dep:core" ];"default" = [ "std" "use-libc-auxv" ];"io_uring" = [ "event" "fs" "net" "linux-raw-sys/io_uring" ];"itoa" = [ "dep:itoa" ];"libc" = [ "dep:libc" ];"libc-extra-traits" = [ "libc?/extra_traits" ];"libc_errno" = [ "dep:libc_errno" ];"linux_latest" = [ "linux_4_11" ];"net" = [ "linux-raw-sys/net" "linux-raw-sys/netlink" "linux-raw-sys/if_ether" "linux-raw-sys/xdp" ];"once_cell" = [ "dep:once_cell" ];"param" = [ "fs" ];"process" = [ "linux-raw-sys/prctl" ];"procfs" = [ "once_cell" "itoa" "fs" ];"pty" = [ "itoa" "fs" ];"runtime" = [ "linux-raw-sys/prctl" ];"rustc-dep-of-std" = [ "core" "rustc-std-workspace-alloc" "compiler_builtins" "linux-raw-sys/rustc-dep-of-std" "bitflags/rustc-dep-of-std" "compiler_builtins?/rustc-dep-of-std" ];"rustc-std-workspace-alloc" = [ "dep:rustc-std-workspace-alloc" ];"shm" = [ "fs" ];"std" = [ "bitflags/std" "alloc" "libc?/std" "libc_errno?/std" "libc-extra-traits" ];"system" = [ "linux-raw-sys/system" ];"thread" = [ "linux-raw-sys/prctl" ];"use-libc" = [ "libc_errno" "libc" "libc-extra-traits" ];};resolvedDefaultFeatures = [ "alloc" "default" "fs" "libc-extra-traits" "std" "use-libc-auxv" ];};"rustix 1.1.2" = rec {
"serde_spanned" = rec {
"serde_spanned 0.6.9" = rec {crateName = "serde_spanned";version = "0.6.9";edition = "2021";sha256 = "18vmxq6qfrm110caszxrzibjhy2s54n1g5w1bshxq9kjmz7y0hdz";dependencies = [{name = "serde";packageId = "serde";optional = true;}];devDependencies = [{name = "serde";packageId = "serde";}];features = {"serde" = [ "dep:serde" ];};resolvedDefaultFeatures = [ "serde" ];};"serde_spanned 1.0.3" = rec {
"tokio-tungstenite" = rec {crateName = "tokio-tungstenite";version = "0.28.0";edition = "2018";sha256 = "0mzqgc94csy5ai6kx5yxj548shppq2kwdbyrsdsilhycvmn40nnj";libName = "tokio_tungstenite";authors = ["Daniel Abramov <dabramov@snapview.de>""Alexey Galakhov <agalakhov@snapview.de>"];dependencies = [{name = "futures-util";packageId = "futures-util";usesDefaultFeatures = false;features = [ "sink" "std" ];}{name = "log";packageId = "log";}{name = "tokio";packageId = "tokio";usesDefaultFeatures = false;features = [ "io-util" ];}{name = "tungstenite";packageId = "tungstenite";usesDefaultFeatures = false;}];devDependencies = [{name = "tokio";packageId = "tokio";usesDefaultFeatures = false;features = [ "io-std" "macros" "net" "rt-multi-thread" "time" ];}];features = {"__rustls-tls" = [ "rustls" "rustls-pki-types" "tokio-rustls" "stream" "tungstenite/__rustls-tls" "handshake" ];"connect" = [ "stream" "tokio/net" "handshake" ];"default" = [ "connect" "handshake" ];"handshake" = [ "tungstenite/handshake" ];"native-tls" = [ "native-tls-crate" "tokio-native-tls" "stream" "tungstenite/native-tls" "handshake" ];"native-tls-crate" = [ "dep:native-tls-crate" ];"native-tls-vendored" = [ "native-tls" "native-tls-crate/vendored" "tungstenite/native-tls-vendored" ];"rustls" = [ "dep:rustls" ];"rustls-native-certs" = [ "dep:rustls-native-certs" ];"rustls-pki-types" = [ "dep:rustls-pki-types" ];"rustls-tls-native-roots" = [ "__rustls-tls" "rustls-native-certs" ];"rustls-tls-webpki-roots" = [ "__rustls-tls" "webpki-roots" ];"tokio-native-tls" = [ "dep:tokio-native-tls" ];"tokio-rustls" = [ "dep:tokio-rustls" ];"url" = [ "tungstenite/url" ];"webpki-roots" = [ "dep:webpki-roots" ];};resolvedDefaultFeatures = [ "connect" "default" "handshake" "stream" ];};
version = "0.5.11";edition = "2018";sha256 = "0d2266nx8b3n22c7k24x4428z6di8n83a9n466jm7a2hipfz1xzl";authors = ["Alex Crichton <alex@alexcrichton.com>"
version = "0.8.23";edition = "2021";sha256 = "0qnkrq4lm2sdhp3l6cb6f26i8zbnhqb7mhbmksd550wxdfcyn6yw";dependencies = [{name = "indexmap";packageId = "indexmap";optional = true;}{name = "serde";packageId = "serde";}{name = "serde_spanned";packageId = "serde_spanned 0.6.9";features = [ "serde" ];}{name = "toml_datetime";packageId = "toml_datetime 0.6.11";features = [ "serde" ];}{name = "toml_edit";packageId = "toml_edit";optional = true;usesDefaultFeatures = false;features = [ "serde" ];}
"toml_datetime" = rec {
"toml_datetime 0.6.11" = rec {crateName = "toml_datetime";version = "0.6.11";edition = "2021";sha256 = "077ix2hb1dcya49hmi1avalwbixmrs75zgzb3b2i7g2gizwdmk92";dependencies = [{name = "serde";packageId = "serde";optional = true;}];features = {"serde" = [ "dep:serde" ];};resolvedDefaultFeatures = [ "serde" ];};"toml_datetime 0.7.3" = rec {
};"toml_edit" = rec {crateName = "toml_edit";version = "0.22.27";edition = "2021";sha256 = "16l15xm40404asih8vyjvnka9g0xs9i4hfb6ry3ph9g419k8rzj1";dependencies = [{name = "indexmap";packageId = "indexmap";features = [ "std" ];}{name = "serde";packageId = "serde";optional = true;}{name = "serde_spanned";packageId = "serde_spanned 0.6.9";optional = true;features = [ "serde" ];}{name = "toml_datetime";packageId = "toml_datetime 0.6.11";}{name = "toml_write";packageId = "toml_write";optional = true;}{name = "winnow";packageId = "winnow";optional = true;}];devDependencies = [{name = "serde";packageId = "serde";features = [ "derive" ];}];features = {"default" = [ "parse" "display" ];"display" = [ "dep:toml_write" ];"parse" = [ "dep:winnow" ];"perf" = [ "dep:kstring" ];"serde" = [ "dep:serde" "toml_datetime/serde" "dep:serde_spanned" ];"unstable-debug" = [ "winnow?/debug" ];};resolvedDefaultFeatures = [ "display" "parse" "serde" ];
};"tungstenite" = rec {crateName = "tungstenite";version = "0.28.0";edition = "2021";sha256 = "0hll4l62lk77zqzgps04689skpk555lcpmi3hhyyn2as9v4dqa46";authors = ["Alexey Galakhov""Daniel Abramov"];dependencies = [{name = "bytes";packageId = "bytes";}{name = "data-encoding";packageId = "data-encoding";optional = true;}{name = "http";packageId = "http 1.4.0";optional = true;}{name = "httparse";packageId = "httparse";optional = true;}{name = "log";packageId = "log";}{name = "rand";packageId = "rand 0.9.2";}{name = "sha1";packageId = "sha1";optional = true;}{name = "thiserror";packageId = "thiserror 2.0.17";}{name = "utf-8";packageId = "utf-8";}];devDependencies = [{name = "rand";packageId = "rand 0.9.2";}];features = {"__rustls-tls" = [ "rustls" "rustls-pki-types" ];"data-encoding" = [ "dep:data-encoding" ];"default" = [ "handshake" ];"handshake" = [ "data-encoding" "http" "httparse" "sha1" ];"http" = [ "dep:http" ];"httparse" = [ "dep:httparse" ];"native-tls" = [ "native-tls-crate" ];"native-tls-crate" = [ "dep:native-tls-crate" ];"native-tls-vendored" = [ "native-tls" "native-tls-crate/vendored" ];"rustls" = [ "dep:rustls" ];"rustls-native-certs" = [ "dep:rustls-native-certs" ];"rustls-pki-types" = [ "dep:rustls-pki-types" ];"rustls-tls-native-roots" = [ "__rustls-tls" "rustls-native-certs" ];"rustls-tls-webpki-roots" = [ "__rustls-tls" "webpki-roots" ];"sha1" = [ "dep:sha1" ];"url" = [ "dep:url" ];"webpki-roots" = [ "dep:webpki-roots" ];};resolvedDefaultFeatures = [ "data-encoding" "handshake" "http" "httparse" "sha1" ];
resolvedDefaultFeatures = [ "basetsd" "errhandlingapi" "fileapi" "handleapi" "heapapi" "knownfolders" "memoryapi" "minwindef" "ntstatus" "objbase" "processthreadsapi" "shlobj" "std" "sysinfoapi" "winbase" "winerror" "winnt" ];
resolvedDefaultFeatures = [ "basetsd" "errhandlingapi" "handleapi" "heapapi" "knownfolders" "memoryapi" "minwindef" "ntstatus" "objbase" "shlobj" "std" "sysinfoapi" "winbase" "winerror" "winnt" ];
};"windows-sys 0.48.0" = rec {crateName = "windows-sys";version = "0.48.0";edition = "2018";sha256 = "1aan23v5gs7gya1lc46hqn9mdh8yph3fhxmhxlw36pn6pqc28zb7";libName = "windows_sys";authors = ["Microsoft"];dependencies = [{name = "windows-targets";packageId = "windows-targets 0.48.5";}];features = {"Wdk_System" = [ "Wdk" ];"Wdk_System_OfflineRegistry" = [ "Wdk_System" ];"Win32_Data" = [ "Win32" ];"Win32_Data_HtmlHelp" = [ "Win32_Data" ];"Win32_Data_RightsManagement" = [ "Win32_Data" ];"Win32_Data_Xml" = [ "Win32_Data" ];"Win32_Data_Xml_MsXml" = [ "Win32_Data_Xml" ];"Win32_Data_Xml_XmlLite" = [ "Win32_Data_Xml" ];"Win32_Devices" = [ "Win32" ];"Win32_Devices_AllJoyn" = [ "Win32_Devices" ];"Win32_Devices_BiometricFramework" = [ "Win32_Devices" ];"Win32_Devices_Bluetooth" = [ "Win32_Devices" ];"Win32_Devices_Communication" = [ "Win32_Devices" ];"Win32_Devices_DeviceAccess" = [ "Win32_Devices" ];"Win32_Devices_DeviceAndDriverInstallation" = [ "Win32_Devices" ];"Win32_Devices_DeviceQuery" = [ "Win32_Devices" ];"Win32_Devices_Display" = [ "Win32_Devices" ];"Win32_Devices_Enumeration" = [ "Win32_Devices" ];"Win32_Devices_Enumeration_Pnp" = [ "Win32_Devices_Enumeration" ];"Win32_Devices_Fax" = [ "Win32_Devices" ];"Win32_Devices_FunctionDiscovery" = [ "Win32_Devices" ];"Win32_Devices_Geolocation" = [ "Win32_Devices" ];"Win32_Devices_HumanInterfaceDevice" = [ "Win32_Devices" ];"Win32_Devices_ImageAcquisition" = [ "Win32_Devices" ];"Win32_Devices_PortableDevices" = [ "Win32_Devices" ];"Win32_Devices_Properties" = [ "Win32_Devices" ];"Win32_Devices_Pwm" = [ "Win32_Devices" ];"Win32_Devices_Sensors" = [ "Win32_Devices" ];"Win32_Devices_SerialCommunication" = [ "Win32_Devices" ];"Win32_Devices_Tapi" = [ "Win32_Devices" ];"Win32_Devices_Usb" = [ "Win32_Devices" ];"Win32_Devices_WebServicesOnDevices" = [ "Win32_Devices" ];"Win32_Foundation" = [ "Win32" ];"Win32_Gaming" = [ "Win32" ];"Win32_Globalization" = [ "Win32" ];"Win32_Graphics" = [ "Win32" ];"Win32_Graphics_Dwm" = [ "Win32_Graphics" ];"Win32_Graphics_Gdi" = [ "Win32_Graphics" ];"Win32_Graphics_Hlsl" = [ "Win32_Graphics" ];"Win32_Graphics_OpenGL" = [ "Win32_Graphics" ];"Win32_Graphics_Printing" = [ "Win32_Graphics" ];"Win32_Graphics_Printing_PrintTicket" = [ "Win32_Graphics_Printing" ];"Win32_Management" = [ "Win32" ];"Win32_Management_MobileDeviceManagementRegistration" = [ "Win32_Management" ];"Win32_Media" = [ "Win32" ];"Win32_Media_Audio" = [ "Win32_Media" ];"Win32_Media_Audio_Apo" = [ "Win32_Media_Audio" ];"Win32_Media_Audio_DirectMusic" = [ "Win32_Media_Audio" ];"Win32_Media_Audio_Endpoints" = [ "Win32_Media_Audio" ];"Win32_Media_Audio_XAudio2" = [ "Win32_Media_Audio" ];"Win32_Media_DeviceManager" = [ "Win32_Media" ];"Win32_Media_DxMediaObjects" = [ "Win32_Media" ];"Win32_Media_KernelStreaming" = [ "Win32_Media" ];"Win32_Media_LibrarySharingServices" = [ "Win32_Media" ];"Win32_Media_MediaPlayer" = [ "Win32_Media" ];"Win32_Media_Multimedia" = [ "Win32_Media" ];"Win32_Media_Speech" = [ "Win32_Media" ];"Win32_Media_Streaming" = [ "Win32_Media" ];"Win32_Media_WindowsMediaFormat" = [ "Win32_Media" ];"Win32_NetworkManagement" = [ "Win32" ];"Win32_NetworkManagement_Dhcp" = [ "Win32_NetworkManagement" ];"Win32_NetworkManagement_Dns" = [ "Win32_NetworkManagement" ];"Win32_NetworkManagement_InternetConnectionWizard" = [ "Win32_NetworkManagement" ];"Win32_NetworkManagement_IpHelper" = [ "Win32_NetworkManagement" ];"Win32_NetworkManagement_MobileBroadband" = [ "Win32_NetworkManagement" ];"Win32_NetworkManagement_Multicast" = [ "Win32_NetworkManagement" ];"Win32_NetworkManagement_Ndis" = [ "Win32_NetworkManagement" ];"Win32_NetworkManagement_NetBios" = [ "Win32_NetworkManagement" ];"Win32_NetworkManagement_NetManagement" = [ "Win32_NetworkManagement" ];"Win32_NetworkManagement_NetShell" = [ "Win32_NetworkManagement" ];"Win32_NetworkManagement_NetworkDiagnosticsFramework" = [ "Win32_NetworkManagement" ];"Win32_NetworkManagement_NetworkPolicyServer" = [ "Win32_NetworkManagement" ];"Win32_NetworkManagement_P2P" = [ "Win32_NetworkManagement" ];"Win32_NetworkManagement_QoS" = [ "Win32_NetworkManagement" ];"Win32_NetworkManagement_Rras" = [ "Win32_NetworkManagement" ];"Win32_NetworkManagement_Snmp" = [ "Win32_NetworkManagement" ];"Win32_NetworkManagement_WNet" = [ "Win32_NetworkManagement" ];"Win32_NetworkManagement_WebDav" = [ "Win32_NetworkManagement" ];"Win32_NetworkManagement_WiFi" = [ "Win32_NetworkManagement" ];"Win32_NetworkManagement_WindowsConnectNow" = [ "Win32_NetworkManagement" ];"Win32_NetworkManagement_WindowsConnectionManager" = [ "Win32_NetworkManagement" ];"Win32_NetworkManagement_WindowsFilteringPlatform" = [ "Win32_NetworkManagement" ];"Win32_NetworkManagement_WindowsFirewall" = [ "Win32_NetworkManagement" ];"Win32_NetworkManagement_WindowsNetworkVirtualization" = [ "Win32_NetworkManagement" ];"Win32_Networking" = [ "Win32" ];"Win32_Networking_ActiveDirectory" = [ "Win32_Networking" ];"Win32_Networking_BackgroundIntelligentTransferService" = [ "Win32_Networking" ];"Win32_Networking_Clustering" = [ "Win32_Networking" ];"Win32_Networking_HttpServer" = [ "Win32_Networking" ];"Win32_Networking_Ldap" = [ "Win32_Networking" ];"Win32_Networking_NetworkListManager" = [ "Win32_Networking" ];"Win32_Networking_RemoteDifferentialCompression" = [ "Win32_Networking" ];"Win32_Networking_WebSocket" = [ "Win32_Networking" ];"Win32_Networking_WinHttp" = [ "Win32_Networking" ];"Win32_Networking_WinInet" = [ "Win32_Networking" ];"Win32_Networking_WinSock" = [ "Win32_Networking" ];"Win32_Networking_WindowsWebServices" = [ "Win32_Networking" ];"Win32_Security" = [ "Win32" ];"Win32_Security_AppLocker" = [ "Win32_Security" ];"Win32_Security_Authentication" = [ "Win32_Security" ];"Win32_Security_Authentication_Identity" = [ "Win32_Security_Authentication" ];"Win32_Security_Authentication_Identity_Provider" = [ "Win32_Security_Authentication_Identity" ];"Win32_Security_Authorization" = [ "Win32_Security" ];"Win32_Security_Authorization_UI" = [ "Win32_Security_Authorization" ];"Win32_Security_ConfigurationSnapin" = [ "Win32_Security" ];"Win32_Security_Credentials" = [ "Win32_Security" ];"Win32_Security_Cryptography" = [ "Win32_Security" ];"Win32_Security_Cryptography_Catalog" = [ "Win32_Security_Cryptography" ];"Win32_Security_Cryptography_Certificates" = [ "Win32_Security_Cryptography" ];"Win32_Security_Cryptography_Sip" = [ "Win32_Security_Cryptography" ];"Win32_Security_Cryptography_UI" = [ "Win32_Security_Cryptography" ];"Win32_Security_DiagnosticDataQuery" = [ "Win32_Security" ];"Win32_Security_DirectoryServices" = [ "Win32_Security" ];"Win32_Security_EnterpriseData" = [ "Win32_Security" ];"Win32_Security_ExtensibleAuthenticationProtocol" = [ "Win32_Security" ];"Win32_Security_Isolation" = [ "Win32_Security" ];"Win32_Security_LicenseProtection" = [ "Win32_Security" ];"Win32_Security_NetworkAccessProtection" = [ "Win32_Security" ];"Win32_Security_Tpm" = [ "Win32_Security" ];"Win32_Security_WinTrust" = [ "Win32_Security" ];"Win32_Security_WinWlx" = [ "Win32_Security" ];"Win32_Storage" = [ "Win32" ];"Win32_Storage_Cabinets" = [ "Win32_Storage" ];"Win32_Storage_CloudFilters" = [ "Win32_Storage" ];"Win32_Storage_Compression" = [ "Win32_Storage" ];"Win32_Storage_DataDeduplication" = [ "Win32_Storage" ];"Win32_Storage_DistributedFileSystem" = [ "Win32_Storage" ];"Win32_Storage_EnhancedStorage" = [ "Win32_Storage" ];"Win32_Storage_FileHistory" = [ "Win32_Storage" ];"Win32_Storage_FileServerResourceManager" = [ "Win32_Storage" ];"Win32_Storage_FileSystem" = [ "Win32_Storage" ];"Win32_Storage_Imapi" = [ "Win32_Storage" ];"Win32_Storage_IndexServer" = [ "Win32_Storage" ];"Win32_Storage_InstallableFileSystems" = [ "Win32_Storage" ];"Win32_Storage_IscsiDisc" = [ "Win32_Storage" ];"Win32_Storage_Jet" = [ "Win32_Storage" ];"Win32_Storage_OfflineFiles" = [ "Win32_Storage" ];"Win32_Storage_OperationRecorder" = [ "Win32_Storage" ];"Win32_Storage_Packaging" = [ "Win32_Storage" ];"Win32_Storage_Packaging_Appx" = [ "Win32_Storage_Packaging" ];"Win32_Storage_Packaging_Opc" = [ "Win32_Storage_Packaging" ];"Win32_Storage_ProjectedFileSystem" = [ "Win32_Storage" ];"Win32_Storage_StructuredStorage" = [ "Win32_Storage" ];"Win32_Storage_Vhd" = [ "Win32_Storage" ];"Win32_Storage_VirtualDiskService" = [ "Win32_Storage" ];"Win32_Storage_Vss" = [ "Win32_Storage" ];"Win32_Storage_Xps" = [ "Win32_Storage" ];"Win32_Storage_Xps_Printing" = [ "Win32_Storage_Xps" ];"Win32_System" = [ "Win32" ];"Win32_System_AddressBook" = [ "Win32_System" ];"Win32_System_Antimalware" = [ "Win32_System" ];"Win32_System_ApplicationInstallationAndServicing" = [ "Win32_System" ];"Win32_System_ApplicationVerifier" = [ "Win32_System" ];"Win32_System_AssessmentTool" = [ "Win32_System" ];"Win32_System_ClrHosting" = [ "Win32_System" ];"Win32_System_Com" = [ "Win32_System" ];"Win32_System_Com_CallObj" = [ "Win32_System_Com" ];"Win32_System_Com_ChannelCredentials" = [ "Win32_System_Com" ];"Win32_System_Com_Events" = [ "Win32_System_Com" ];"Win32_System_Com_Marshal" = [ "Win32_System_Com" ];"Win32_System_Com_StructuredStorage" = [ "Win32_System_Com" ];"Win32_System_Com_UI" = [ "Win32_System_Com" ];"Win32_System_Com_Urlmon" = [ "Win32_System_Com" ];"Win32_System_ComponentServices" = [ "Win32_System" ];"Win32_System_Console" = [ "Win32_System" ];"Win32_System_Contacts" = [ "Win32_System" ];"Win32_System_CorrelationVector" = [ "Win32_System" ];"Win32_System_DataExchange" = [ "Win32_System" ];"Win32_System_DeploymentServices" = [ "Win32_System" ];"Win32_System_DesktopSharing" = [ "Win32_System" ];"Win32_System_DeveloperLicensing" = [ "Win32_System" ];"Win32_System_Diagnostics" = [ "Win32_System" ];"Win32_System_Diagnostics_Ceip" = [ "Win32_System_Diagnostics" ];"Win32_System_Diagnostics_ClrProfiling" = [ "Win32_System_Diagnostics" ];"Win32_System_Diagnostics_Debug" = [ "Win32_System_Diagnostics" ];"Win32_System_Diagnostics_Debug_ActiveScript" = [ "Win32_System_Diagnostics_Debug" ];"Win32_System_Diagnostics_Debug_Extensions" = [ "Win32_System_Diagnostics_Debug" ];"Win32_System_Diagnostics_Etw" = [ "Win32_System_Diagnostics" ];"Win32_System_Diagnostics_ProcessSnapshotting" = [ "Win32_System_Diagnostics" ];"Win32_System_Diagnostics_ToolHelp" = [ "Win32_System_Diagnostics" ];"Win32_System_DistributedTransactionCoordinator" = [ "Win32_System" ];"Win32_System_Environment" = [ "Win32_System" ];"Win32_System_ErrorReporting" = [ "Win32_System" ];"Win32_System_EventCollector" = [ "Win32_System" ];"Win32_System_EventLog" = [ "Win32_System" ];"Win32_System_EventNotificationService" = [ "Win32_System" ];"Win32_System_GroupPolicy" = [ "Win32_System" ];"Win32_System_HostCompute" = [ "Win32_System" ];"Win32_System_HostComputeNetwork" = [ "Win32_System" ];"Win32_System_HostComputeSystem" = [ "Win32_System" ];"Win32_System_Hypervisor" = [ "Win32_System" ];"Win32_System_IO" = [ "Win32_System" ];"Win32_System_Iis" = [ "Win32_System" ];"Win32_System_Ioctl" = [ "Win32_System" ];"Win32_System_JobObjects" = [ "Win32_System" ];"Win32_System_Js" = [ "Win32_System" ];"Win32_System_Kernel" = [ "Win32_System" ];"Win32_System_LibraryLoader" = [ "Win32_System" ];"Win32_System_Mailslots" = [ "Win32_System" ];"Win32_System_Mapi" = [ "Win32_System" ];"Win32_System_Memory" = [ "Win32_System" ];"Win32_System_Memory_NonVolatile" = [ "Win32_System_Memory" ];"Win32_System_MessageQueuing" = [ "Win32_System" ];"Win32_System_MixedReality" = [ "Win32_System" ];"Win32_System_Mmc" = [ "Win32_System" ];"Win32_System_Ole" = [ "Win32_System" ];"Win32_System_ParentalControls" = [ "Win32_System" ];"Win32_System_PasswordManagement" = [ "Win32_System" ];"Win32_System_Performance" = [ "Win32_System" ];"Win32_System_Performance_HardwareCounterProfiling" = [ "Win32_System_Performance" ];"Win32_System_Pipes" = [ "Win32_System" ];"Win32_System_Power" = [ "Win32_System" ];"Win32_System_ProcessStatus" = [ "Win32_System" ];"Win32_System_RealTimeCommunications" = [ "Win32_System" ];"Win32_System_Recovery" = [ "Win32_System" ];"Win32_System_Registry" = [ "Win32_System" ];"Win32_System_RemoteAssistance" = [ "Win32_System" ];"Win32_System_RemoteDesktop" = [ "Win32_System" ];"Win32_System_RemoteManagement" = [ "Win32_System" ];"Win32_System_RestartManager" = [ "Win32_System" ];"Win32_System_Restore" = [ "Win32_System" ];"Win32_System_Rpc" = [ "Win32_System" ];"Win32_System_Search" = [ "Win32_System" ];"Win32_System_Search_Common" = [ "Win32_System_Search" ];"Win32_System_SecurityCenter" = [ "Win32_System" ];"Win32_System_ServerBackup" = [ "Win32_System" ];"Win32_System_Services" = [ "Win32_System" ];"Win32_System_SettingsManagementInfrastructure" = [ "Win32_System" ];"Win32_System_SetupAndMigration" = [ "Win32_System" ];"Win32_System_Shutdown" = [ "Win32_System" ];"Win32_System_StationsAndDesktops" = [ "Win32_System" ];"Win32_System_SubsystemForLinux" = [ "Win32_System" ];"Win32_System_SystemInformation" = [ "Win32_System" ];"Win32_System_SystemServices" = [ "Win32_System" ];"Win32_System_TaskScheduler" = [ "Win32_System" ];"Win32_System_Threading" = [ "Win32_System" ];"Win32_System_Time" = [ "Win32_System" ];"Win32_System_TpmBaseServices" = [ "Win32_System" ];"Win32_System_UpdateAgent" = [ "Win32_System" ];"Win32_System_UpdateAssessment" = [ "Win32_System" ];"Win32_System_UserAccessLogging" = [ "Win32_System" ];"Win32_System_VirtualDosMachines" = [ "Win32_System" ];"Win32_System_WindowsProgramming" = [ "Win32_System" ];"Win32_System_WindowsSync" = [ "Win32_System" ];"Win32_System_Wmi" = [ "Win32_System" ];"Win32_UI" = [ "Win32" ];"Win32_UI_Accessibility" = [ "Win32_UI" ];"Win32_UI_Animation" = [ "Win32_UI" ];"Win32_UI_ColorSystem" = [ "Win32_UI" ];"Win32_UI_Controls" = [ "Win32_UI" ];"Win32_UI_Controls_Dialogs" = [ "Win32_UI_Controls" ];"Win32_UI_Controls_RichEdit" = [ "Win32_UI_Controls" ];"Win32_UI_HiDpi" = [ "Win32_UI" ];"Win32_UI_Input" = [ "Win32_UI" ];"Win32_UI_Input_Ime" = [ "Win32_UI_Input" ];"Win32_UI_Input_Ink" = [ "Win32_UI_Input" ];"Win32_UI_Input_KeyboardAndMouse" = [ "Win32_UI_Input" ];"Win32_UI_Input_Pointer" = [ "Win32_UI_Input" ];"Win32_UI_Input_Radial" = [ "Win32_UI_Input" ];"Win32_UI_Input_Touch" = [ "Win32_UI_Input" ];"Win32_UI_Input_XboxController" = [ "Win32_UI_Input" ];"Win32_UI_InteractionContext" = [ "Win32_UI" ];"Win32_UI_LegacyWindowsEnvironmentFeatures" = [ "Win32_UI" ];"Win32_UI_Magnification" = [ "Win32_UI" ];"Win32_UI_Notifications" = [ "Win32_UI" ];"Win32_UI_Ribbon" = [ "Win32_UI" ];"Win32_UI_Shell" = [ "Win32_UI" ];"Win32_UI_Shell_Common" = [ "Win32_UI_Shell" ];"Win32_UI_Shell_PropertiesSystem" = [ "Win32_UI_Shell" ];"Win32_UI_TabletPC" = [ "Win32_UI" ];"Win32_UI_TextServices" = [ "Win32_UI" ];"Win32_UI_WindowsAndMessaging" = [ "Win32_UI" ];"Win32_UI_Wpf" = [ "Win32_UI" ];"Win32_Web" = [ "Win32" ];"Win32_Web_InternetExplorer" = [ "Win32_Web" ];};resolvedDefaultFeatures = [ "Win32" "Win32_Foundation" "Win32_Storage" "Win32_Storage_FileSystem" "Win32_System" "Win32_System_IO" "default" ];
resolvedDefaultFeatures = [ "Win32" "Win32_Foundation" "Win32_Networking" "Win32_Networking_WinSock" "Win32_System" "Win32_System_IO" "Win32_System_Threading" "Win32_System_WindowsProgramming" "default" ];
resolvedDefaultFeatures = [ "Win32" "Win32_Foundation" "Win32_NetworkManagement" "Win32_NetworkManagement_IpHelper" "Win32_Networking" "Win32_Networking_WinSock" "Win32_System" "Win32_System_IO" "Win32_System_Threading" "Win32_System_WindowsProgramming" "default" ];
resolvedDefaultFeatures = [ "Wdk" "Wdk_Foundation" "Wdk_Storage" "Wdk_Storage_FileSystem" "Wdk_System" "Wdk_System_IO" "Win32" "Win32_Foundation" "Win32_Networking" "Win32_Networking_WinSock" "Win32_Security" "Win32_Security_Authentication" "Win32_Security_Authentication_Identity" "Win32_Security_Credentials" "Win32_Security_Cryptography" "Win32_Storage" "Win32_Storage_FileSystem" "Win32_System" "Win32_System_Console" "Win32_System_Diagnostics" "Win32_System_Diagnostics_Debug" "Win32_System_IO" "Win32_System_LibraryLoader" "Win32_System_Memory" "Win32_System_Pipes" "Win32_System_SystemInformation" "Win32_System_SystemServices" "Win32_System_Threading" "Win32_System_WindowsProgramming" "default" ];
resolvedDefaultFeatures = [ "Wdk" "Wdk_Foundation" "Wdk_Storage" "Wdk_Storage_FileSystem" "Wdk_System" "Wdk_System_IO" "Win32" "Win32_Foundation" "Win32_Networking" "Win32_Networking_WinSock" "Win32_Security" "Win32_Security_Authentication" "Win32_Security_Authentication_Identity" "Win32_Security_Credentials" "Win32_Security_Cryptography" "Win32_Storage" "Win32_Storage_FileSystem" "Win32_System" "Win32_System_Console" "Win32_System_Diagnostics" "Win32_System_Diagnostics_Debug" "Win32_System_IO" "Win32_System_LibraryLoader" "Win32_System_Memory" "Win32_System_Pipes" "Win32_System_SystemInformation" "Win32_System_SystemServices" "Win32_System_Threading" "Win32_System_Time" "Win32_System_WindowsProgramming" "default" ];};"windows-targets 0.48.5" = rec {crateName = "windows-targets";version = "0.48.5";edition = "2018";sha256 = "034ljxqshifs1lan89xwpcy1hp0lhdh4b5n0d2z4fwjx2piacbws";libName = "windows_targets";authors = ["Microsoft"];dependencies = [{name = "windows_aarch64_gnullvm";packageId = "windows_aarch64_gnullvm 0.48.5";target = { target, features }: (stdenv.hostPlatform.rust.rustcTarget == "aarch64-pc-windows-gnullvm");}{name = "windows_aarch64_msvc";packageId = "windows_aarch64_msvc 0.48.5";target = { target, features }: (("aarch64" == target."arch" or null) && ("msvc" == target."env" or null) && (!(target."windows_raw_dylib" or false)));}{name = "windows_i686_gnu";packageId = "windows_i686_gnu 0.48.5";target = { target, features }: (("x86" == target."arch" or null) && ("gnu" == target."env" or null) && (!(target."windows_raw_dylib" or false)));}{name = "windows_i686_msvc";packageId = "windows_i686_msvc 0.48.5";target = { target, features }: (("x86" == target."arch" or null) && ("msvc" == target."env" or null) && (!(target."windows_raw_dylib" or false)));}{name = "windows_x86_64_gnu";packageId = "windows_x86_64_gnu 0.48.5";target = { target, features }: (("x86_64" == target."arch" or null) && ("gnu" == target."env" or null) && (!("llvm" == target."abi" or null)) && (!(target."windows_raw_dylib" or false)));}{name = "windows_x86_64_gnullvm";packageId = "windows_x86_64_gnullvm 0.48.5";target = { target, features }: (stdenv.hostPlatform.rust.rustcTarget == "x86_64-pc-windows-gnullvm");}{name = "windows_x86_64_msvc";packageId = "windows_x86_64_msvc 0.48.5";target = { target, features }: (("x86_64" == target."arch" or null) && ("msvc" == target."env" or null) && (!(target."windows_raw_dylib" or false)));}];