Crate2nix
Dependencies
- [2]
IFYNLE5HCargo.nix
Change contents
- edit in Cargo.nix at line 1004
optional = true;}{name = "base64";packageId = "base64 0.22.1"; - edit in Cargo.nix at line 1091
optional = true;}{name = "sha1";packageId = "sha1"; - edit in Cargo.nix at line 1108
}{name = "tokio-tungstenite";packageId = "tokio-tungstenite";optional = true; - edit in Cargo.nix at line 1153
name = "tokio-tungstenite";packageId = "tokio-tungstenite";}{ - replacement in Cargo.nix at line 1183
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" ]; - edit in Cargo.nix at line 1985
];dependencies = [{name = "serde_core";packageId = "serde_core";optional = true;usesDefaultFeatures = false;} - replacement in Cargo.nix at line 2000
resolvedDefaultFeatures = [ "std" ];resolvedDefaultFeatures = [ "serde" "serde_core" "std" ]; - replacement in Cargo.nix at line 3812
"curve25519-dalek" = rec {"curve25519-dalek 3.2.0" = rec { - edit in Cargo.nix at line 3837
usesDefaultFeatures = false;}{name = "serde";packageId = "serde";optional = true; - edit in Cargo.nix at line 3838
features = [ "derive" ]; - replacement in Cargo.nix at line 3863
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" ];}]; - replacement in Cargo.nix at line 5042
packageId = "curve25519-dalek";packageId = "curve25519-dalek 3.2.0"; - edit in Cargo.nix at line 5300
"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" ];};}; - replacement in Cargo.nix at line 5509
"fs2" = rec {crateName = "fs2";version = "0.4.3";edition = "2015";sha256 = "04v2hwk7035c088f19mfl5b1lz84gnvv2hv6m935n0hmirszqr4m";"fs4" = rec {crateName = "fs4";version = "0.6.6";edition = "2021";sha256 = "0ixxx352j33n4fdf1wif2dq2fd98vb6zkqxa1gxbfhrgw7clxsrf"; - edit in Cargo.nix at line 5516
"Al Liu <scygliu1@gmail.com>" - replacement in Cargo.nix at line 5520
name = "libc";packageId = "libc";target = { target, features }: (target."unix" or false);name = "rustix";packageId = "rustix 0.38.44";target = { target, features }: (!(target."windows" or false));features = [ "fs" ]; - replacement in Cargo.nix at line 5526
name = "winapi";packageId = "winapi";name = "windows-sys";packageId = "windows-sys 0.48.0"; - replacement in Cargo.nix at line 5529
features = [ "handleapi" "processthreadsapi" "winerror" "fileapi" "winbase" "std" ];features = [ "Win32_Foundation" "Win32_Storage_FileSystem" "Win32_System_IO" ]; - replacement in Cargo.nix at line 5532
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" ]; - edit in Cargo.nix at line 8001
"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" ];}; - edit in Cargo.nix at line 8260
}{name = "jiff-tzdb-platform";packageId = "jiff-tzdb-platform";optional = true;target = { target, features }: ((target."windows" or false) || (builtins.elem "wasm" target."family")); - edit in Cargo.nix at line 8291
{name = "windows-sys";packageId = "windows-sys 0.61.2";optional = true;usesDefaultFeatures = false;target = { target, features }: (target."windows" or false);features = [ "Win32_Foundation" "Win32_System_Time" ];} - replacement in Cargo.nix at line 8322
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" ]; - replacement in Cargo.nix at line 8386
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";}]; - replacement in Cargo.nix at line 8505
version = "0.2.177";version = "0.2.185"; - replacement in Cargo.nix at line 8507
sha256 = "0xjrn69cywaii1iq2lib201bhlvan7czmrm604h5qcm28yps4x18";sha256 = "13rbdaa59l3w92q7kfcxx8zbikm99zzw54h59aqvcv5wx47jrzsj"; - replacement in Cargo.nix at line 8535
version = "1.0.0-beta.10";version = "1.0.0-beta.11"; - replacement in Cargo.nix at line 8537
sha256 = "0yjii3hh8s7cvp5aihngh49266iz9h5bwlfrcyd1dglinyv0f213";sha256 = "1rx7lz4s0wv2kv11q18ywc46l0x30kxhz677vxjd27zg6h1fj9gn"; - replacement in Cargo.nix at line 8557
packageId = "bitflags 1.3.2";packageId = "bitflags 2.10.0";features = [ "serde" ]; - edit in Cargo.nix at line 8576
}{name = "cfg-if";packageId = "cfg-if"; - edit in Cargo.nix at line 8582
name = "chrono";packageId = "chrono";features = [ "serde" ];}{ - replacement in Cargo.nix at line 8587
packageId = "curve25519-dalek";packageId = "curve25519-dalek 4.1.3"; - replacement in Cargo.nix at line 8632
name = "lazy_static";packageId = "lazy_static";name = "imara-diff";packageId = "imara-diff";}{name = "jiff";packageId = "jiff";features = [ "serde" "alloc" ]; - edit in Cargo.nix at line 8650
name = "memchr";packageId = "memchr";}{ - replacement in Cargo.nix at line 8655
packageId = "parking_lot 0.11.2";packageId = "parking_lot 0.12.5"; - replacement in Cargo.nix at line 8673
packageId = "rand 0.8.5";packageId = "rand 0.9.2"; - replacement in Cargo.nix at line 8713
packageId = "thiserror 1.0.69";packageId = "thiserror 2.0.17"; - replacement in Cargo.nix at line 8717
packageId = "toml 0.5.11";packageId = "toml 0.8.23";features = [ "preserve_order" ]; - replacement in Cargo.nix at line 8733
packageId = "rand 0.8.5";packageId = "rand 0.9.2"; - replacement in Cargo.nix at line 9001
"linux-raw-sys" = rec {"linux-raw-sys 0.11.0" = rec { - edit in Cargo.nix at line 9016
};"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" ]; - replacement in Cargo.nix at line 9755
features = [ "macros" ];features = [ "macros" "ws" ]; - edit in Cargo.nix at line 9882
}{name = "jiff";packageId = "jiff";}{name = "jiff-diesel";packageId = "jiff-diesel";features = [ "postgres" ]; - edit in Cargo.nix at line 9897
name = "libc";packageId = "libc";}{ - replacement in Cargo.nix at line 11981
version = "0.1.5";version = "0.2.1"; - replacement in Cargo.nix at line 11983
sha256 = "15mni0f28mblwd97192c4zyyi6054yljmiqrdb6bx97ga69hk2j9";sha256 = "0hjgljv4vy97qqw9gxnwzqhhpysjss2yhdphfccy3c388afhk48y"; - replacement in Cargo.nix at line 12506
version = "0.5.0";edition = "2018";sha256 = "0r3hivav1mzpzdpk2rj8flhl4vgp2r85gdi0kw5x8r8bv0y79cy2";version = "1.0.0-beta.11";edition = "2024";sha256 = "0qximxx9nz1i1qd1rphigpw2b9aqd8c4xff483wyfykvnrza5557"; - replacement in Cargo.nix at line 12512
"Pierre-Étienne Meunier <pmeunier@mailbox.org>""Pierre-Étienne Meunier <pe@pijul.org>" - edit in Cargo.nix at line 12524
name = "regex";packageId = "regex";}{ - replacement in Cargo.nix at line 12525
packageId = "syn 1.0.109";packageId = "syn 2.0.111"; - replacement in Cargo.nix at line 14806
"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 { - replacement in Cargo.nix at line 14969
packageId = "linux-raw-sys";packageId = "linux-raw-sys 0.11.0"; - replacement in Cargo.nix at line 14976
packageId = "linux-raw-sys";packageId = "linux-raw-sys 0.11.0"; - replacement in Cargo.nix at line 15209
version = "1.4.3";version = "2.0.0-beta"; - replacement in Cargo.nix at line 15211
sha256 = "04bdmhs3y35w3ip265mm4yiyf2493vcizl04kwh248af0q6zgal1";sha256 = "0jp30pk3id6v0nr780hhkcn63l97fiqx5h290w3prlhrg8g3miag"; - replacement in Cargo.nix at line 15223
name = "fs2";packageId = "fs2";name = "fs4";packageId = "fs4"; - edit in Cargo.nix at line 15233
name = "libc";packageId = "libc";optional = true;}{ - edit in Cargo.nix at line 15261
}];devDependencies = [{name = "libc";packageId = "libc"; - replacement in Cargo.nix at line 15274
"fs2" = [ "dep:fs2" ];"fs4" = [ "dep:fs4" ]; - edit in Cargo.nix at line 15276
"libc" = [ "dep:libc" ]; - replacement in Cargo.nix at line 15278
"mmap" = [ "memmap2" "fs2" ];"mmap" = [ "memmap2" "fs4" "libc" ]; - replacement in Cargo.nix at line 15282
resolvedDefaultFeatures = [ "crc32" "crc32fast" "default" "fs2" "lazy_static" "memmap2" "mmap" ];resolvedDefaultFeatures = [ "crc32" "crc32fast" "default" "fs4" "lazy_static" "libc" "memmap2" "mmap" ]; - replacement in Cargo.nix at line 15286
version = "1.4.1";version = "2.0.0-beta"; - replacement in Cargo.nix at line 15289
sha256 = "1xcb4d9gaxp61na4dyz9iiq3n1shhiivqs0iv5xnxb1ymqsdnxl3";sha256 = "1w0nzw9dg22ylgylzl649nr11207bj60xhrk2idn1zkrrc5m1a28"; - replacement in Cargo.nix at line 15790
"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 { - replacement in Cargo.nix at line 16758
packageId = "rustix";packageId = "rustix 1.1.2"; - edit in Cargo.nix at line 17809
"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" ];}; - replacement in Cargo.nix at line 17926
"toml 0.5.11" = rec {"toml 0.8.23" = rec { - replacement in Cargo.nix at line 17928
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" ];} - replacement in Cargo.nix at line 17959
dependencies = [devDependencies = [ - edit in Cargo.nix at line 17963
features = [ "derive" ]; - edit in Cargo.nix at line 17967
"default" = [ "parse" "display" ];"display" = [ "dep:toml_edit" "toml_edit?/display" ]; - edit in Cargo.nix at line 17970
"parse" = [ "dep:toml_edit" "toml_edit?/parse" ]; - edit in Cargo.nix at line 17972
"unbounded" = [ "toml_edit?/unbounded" ]; - replacement in Cargo.nix at line 17974
resolvedDefaultFeatures = [ "default" ];resolvedDefaultFeatures = [ "default" "display" "indexmap" "parse" "preserve_order" ]; - replacement in Cargo.nix at line 17997
packageId = "serde_spanned";packageId = "serde_spanned 1.0.3"; - replacement in Cargo.nix at line 18003
packageId = "toml_datetime";packageId = "toml_datetime 0.7.3"; - replacement in Cargo.nix at line 18040
"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 { - edit in Cargo.nix at line 18077
};"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" ]; - edit in Cargo.nix at line 18152
"toml_write" = rec {crateName = "toml_write";version = "0.1.2";edition = "2021";sha256 = "008qlhqlqvljp1gpp9rn5cqs74gwvdgbvs92wnpq8y3jlz4zi6ax";features = {"default" = [ "std" ];"std" = [ "alloc" ];};resolvedDefaultFeatures = [ "alloc" "default" "std" ];}; - edit in Cargo.nix at line 18745
};"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" ]; - replacement in Cargo.nix at line 20551
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" ]; - edit in Cargo.nix at line 20759
};"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" ]; - replacement in Cargo.nix at line 21300
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" ]; - replacement in Cargo.nix at line 21827
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)));}]; - edit in Cargo.nix at line 21983
];};"windows_aarch64_gnullvm 0.48.5" = rec {crateName = "windows_aarch64_gnullvm";version = "0.48.5";edition = "2018";sha256 = "1n05v7qblg1ci3i567inc7xrkmywczxrs1z3lj3rkkxw18py6f1b";authors = ["Microsoft" - edit in Cargo.nix at line 22011
};"windows_aarch64_msvc 0.48.5" = rec {crateName = "windows_aarch64_msvc";version = "0.48.5";edition = "2018";sha256 = "1g5l4ry968p73g6bg6jgyvy9lb8fyhcs54067yzxpcpkf44k2dfw";authors = ["Microsoft"]; - edit in Cargo.nix at line 22038
};"windows_i686_gnu 0.48.5" = rec {crateName = "windows_i686_gnu";version = "0.48.5";edition = "2018";sha256 = "0gklnglwd9ilqx7ac3cn8hbhkraqisd0n83jxzf9837nvvkiand7";authors = ["Microsoft"]; - edit in Cargo.nix at line 22082
};"windows_i686_msvc 0.48.5" = rec {crateName = "windows_i686_msvc";version = "0.48.5";edition = "2018";sha256 = "01m4rik437dl9rdf0ndnm2syh10hizvq0dajdkv2fjqcywrw4mcg";authors = ["Microsoft"]; - edit in Cargo.nix at line 22111
"windows_x86_64_gnu 0.48.5" = rec {crateName = "windows_x86_64_gnu";version = "0.48.5";edition = "2018";sha256 = "13kiqqcvz2vnyxzydjh73hwgigsdr2z1xpzx313kxll34nyhmm2k";authors = ["Microsoft"];}; - edit in Cargo.nix at line 22136
};"windows_x86_64_gnullvm 0.48.5" = rec {crateName = "windows_x86_64_gnullvm";version = "0.48.5";edition = "2018";sha256 = "1k24810wfbgz8k48c2yknqjmiigmql6kk3knmddkv8k8g1v54yqb";authors = ["Microsoft"]; - edit in Cargo.nix at line 22165
"windows_x86_64_msvc 0.48.5" = rec {crateName = "windows_x86_64_msvc";version = "0.48.5";edition = "2018";sha256 = "0f4mdp895kkjh9zv8dxvn4pc10xr7839lf5pa9l0193i2pkgr57d";authors = ["Microsoft"];}; - edit in Cargo.nix at line 22197
dependencies = [{name = "memchr";packageId = "memchr";optional = true;usesDefaultFeatures = false;}]; - edit in Cargo.nix at line 22212
resolvedDefaultFeatures = [ "alloc" "default" "std" ]; - replacement in Cargo.nix at line 22650
packageId = "rustix";packageId = "rustix 1.1.2";