Crate2nix

pmeunier
Apr 24, 2026, 10:12 AM
4KITFMYLV5UANNXOQ7D3RG4IHJEJW6U7NYKOTGUOIHJDBGGQZLMQC

Dependencies

Change contents

  • edit in Cargo.nix at line 1004
    [2.31343]
    [2.31343]
    optional = true;
    }
    {
    name = "base64";
    packageId = "base64 0.22.1";
  • edit in Cargo.nix at line 1091
    [2.33421]
    [2.33421]
    optional = true;
    }
    {
    name = "sha1";
    packageId = "sha1";
  • edit in Cargo.nix at line 1108
    [2.33728]
    [2.33728]
    }
    {
    name = "tokio-tungstenite";
    packageId = "tokio-tungstenite";
    optional = true;
  • edit in Cargo.nix at line 1153
    [2.34765]
    [2.34765]
    name = "tokio-tungstenite";
    packageId = "tokio-tungstenite";
    }
    {
  • replacement in Cargo.nix at line 1183
    [2.36146][2.36146:36294]()
    resolvedDefaultFeatures = [ "default" "form" "http1" "json" "macros" "matched-path" "original-uri" "query" "tokio" "tower-log" "tracing" ];
    [2.36146]
    [2.36294]
    resolvedDefaultFeatures = [ "default" "form" "http1" "json" "macros" "matched-path" "original-uri" "query" "tokio" "tower-log" "tracing" "ws" ];
  • edit in Cargo.nix at line 1985
    [2.60188]
    [2.60188]
    ];
    dependencies = [
    {
    name = "serde_core";
    packageId = "serde_core";
    optional = true;
    usesDefaultFeatures = false;
    }
  • replacement in Cargo.nix at line 2000
    [2.60404][2.60404:60449]()
    resolvedDefaultFeatures = [ "std" ];
    [2.60404]
    [2.60449]
    resolvedDefaultFeatures = [ "serde" "serde_core" "std" ];
  • replacement in Cargo.nix at line 3812
    [2.114755][2.114755:114788]()
    "curve25519-dalek" = rec {
    [2.114755]
    [2.114788]
    "curve25519-dalek 3.2.0" = rec {
  • edit in Cargo.nix at line 3837
    [2.115550][2.115550:115705]()
    usesDefaultFeatures = false;
    }
    {
    name = "serde";
    packageId = "serde";
    optional = true;
  • edit in Cargo.nix at line 3838
    [2.115746][2.115746:115783]()
    features = [ "derive" ];
  • replacement in Cargo.nix at line 3863
    [2.116640][2.116640:116725]()
    resolvedDefaultFeatures = [ "alloc" "default" "serde" "std" "u64_backend" ];
    [2.116640]
    [2.116725]
    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
    [2.149526][2.149526:149570]()
    packageId = "curve25519-dalek";
    [2.149526]
    [2.149570]
    packageId = "curve25519-dalek 3.2.0";
  • edit in Cargo.nix at line 5300
    [2.157777]
    [2.157777]
    "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
    [2.164028][2.164028:164201]()
    "fs2" = rec {
    crateName = "fs2";
    version = "0.4.3";
    edition = "2015";
    sha256 = "04v2hwk7035c088f19mfl5b1lz84gnvv2hv6m935n0hmirszqr4m";
    [2.164028]
    [2.164201]
    "fs4" = rec {
    crateName = "fs4";
    version = "0.6.6";
    edition = "2021";
    sha256 = "0ixxx352j33n4fdf1wif2dq2fd98vb6zkqxa1gxbfhrgw7clxsrf";
  • edit in Cargo.nix at line 5516
    [2.164266]
    [2.164266]
    "Al Liu <scygliu1@gmail.com>"
  • replacement in Cargo.nix at line 5520
    [2.164314][2.164314:164442]()
    name = "libc";
    packageId = "libc";
    target = { target, features }: (target."unix" or false);
    [2.164314]
    [2.164442]
    name = "rustix";
    packageId = "rustix 0.38.44";
    target = { target, features }: (!(target."windows" or false));
    features = [ "fs" ];
  • replacement in Cargo.nix at line 5526
    [2.164466][2.164466:164529]()
    name = "winapi";
    packageId = "winapi";
    [2.164466]
    [2.164529]
    name = "windows-sys";
    packageId = "windows-sys 0.48.0";
  • replacement in Cargo.nix at line 5529
    [2.164601][2.164601:164698]()
    features = [ "handleapi" "processthreadsapi" "winerror" "fileapi" "winbase" "std" ];
    [2.164601]
    [2.164698]
    features = [ "Win32_Foundation" "Win32_Storage_FileSystem" "Win32_System_IO" ];
  • replacement in Cargo.nix at line 5532
    [2.164721][2.164721:164722]()
    [2.164721]
    [2.164722]
    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
    [2.242010]
    [2.242010]
    "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
    [2.249122]
    [2.249122]
    }
    {
    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
    [2.249924]
    [2.249924]
    {
    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
    [2.250904][2.250904:250957]()
    resolvedDefaultFeatures = [ "alloc" "std" ];
    [2.250904]
    [2.250957]
    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
    [2.251672][2.251672:251721]()
    resolvedDefaultFeatures = [ "default" ];
    [2.251672]
    [2.251721]
    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
    [2.254257][2.254257:254286]()
    version = "0.2.177";
    [2.254257]
    [2.254286]
    version = "0.2.185";
  • replacement in Cargo.nix at line 8507
    [2.254312][2.254312:254385]()
    sha256 = "0xjrn69cywaii1iq2lib201bhlvan7czmrm604h5qcm28yps4x18";
    [2.254312]
    [2.254385]
    sha256 = "13rbdaa59l3w92q7kfcxx8zbikm99zzw54h59aqvcv5wx47jrzsj";
  • replacement in Cargo.nix at line 8535
    [2.255287][2.255287:255322]()
    version = "1.0.0-beta.10";
    [2.255287]
    [2.255322]
    version = "1.0.0-beta.11";
  • replacement in Cargo.nix at line 8537
    [2.255348][2.255348:255421]()
    sha256 = "0yjii3hh8s7cvp5aihngh49266iz9h5bwlfrcyd1dglinyv0f213";
    [2.255348]
    [2.255421]
    sha256 = "1rx7lz4s0wv2kv11q18ywc46l0x30kxhz677vxjd27zg6h1fj9gn";
  • replacement in Cargo.nix at line 8557
    [2.255876][2.255876:255918]()
    packageId = "bitflags 1.3.2";
    [2.255876]
    [2.255918]
    packageId = "bitflags 2.10.0";
    features = [ "serde" ];
  • edit in Cargo.nix at line 8576
    [2.256319][2.256319:256406]()
    }
    {
    name = "cfg-if";
    packageId = "cfg-if";
  • edit in Cargo.nix at line 8582
    [2.256523][2.256523:256646]()
    name = "chrono";
    packageId = "chrono";
    features = [ "serde" ];
    }
    {
  • replacement in Cargo.nix at line 8587
    [2.256790][2.256790:256834]()
    packageId = "curve25519-dalek";
    [2.256790]
    [2.256834]
    packageId = "curve25519-dalek 4.1.3";
  • replacement in Cargo.nix at line 8632
    [2.257950][2.257950:258023]()
    name = "lazy_static";
    packageId = "lazy_static";
    [2.257950]
    [2.258023]
    name = "imara-diff";
    packageId = "imara-diff";
    }
    {
    name = "jiff";
    packageId = "jiff";
    features = [ "serde" "alloc" ];
  • edit in Cargo.nix at line 8650
    [2.258250][2.258250:258337]()
    name = "memchr";
    packageId = "memchr";
    }
    {
  • replacement in Cargo.nix at line 8655
    [2.258458][2.258458:258504]()
    packageId = "parking_lot 0.11.2";
    [2.258458]
    [2.258504]
    packageId = "parking_lot 0.12.5";
  • replacement in Cargo.nix at line 8673
    [2.258912][2.258912:258950]()
    packageId = "rand 0.8.5";
    [2.258912]
    [2.258950]
    packageId = "rand 0.9.2";
  • replacement in Cargo.nix at line 8713
    [2.259859][2.259859:259903]()
    packageId = "thiserror 1.0.69";
    [2.259859]
    [2.259903]
    packageId = "thiserror 2.0.17";
  • replacement in Cargo.nix at line 8717
    [2.259954][2.259954:259993]()
    packageId = "toml 0.5.11";
    [2.259954]
    [2.259993]
    packageId = "toml 0.8.23";
    features = [ "preserve_order" ];
  • replacement in Cargo.nix at line 8733
    [2.260306][2.260306:260344]()
    packageId = "rand 0.8.5";
    [2.260306]
    [2.260344]
    packageId = "rand 0.9.2";
  • replacement in Cargo.nix at line 9001
    [2.268802][2.268802:268832]()
    "linux-raw-sys" = rec {
    [2.268802]
    [2.268832]
    "linux-raw-sys 0.11.0" = rec {
  • edit in Cargo.nix at line 9016
    [2.269369]
    [2.269369]
    };
    "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
    [2.290591][2.290591:290628]()
    features = [ "macros" ];
    [2.290591]
    [2.290628]
    features = [ "macros" "ws" ];
  • edit in Cargo.nix at line 9882
    [2.293740]
    [2.293740]
    }
    {
    name = "jiff";
    packageId = "jiff";
    }
    {
    name = "jiff-diesel";
    packageId = "jiff-diesel";
    features = [ "postgres" ];
  • edit in Cargo.nix at line 9897
    [2.293861]
    [2.293861]
    name = "libc";
    packageId = "libc";
    }
    {
  • replacement in Cargo.nix at line 11981
    [2.352516][2.352516:352543]()
    version = "0.1.5";
    [2.352516]
    [2.352543]
    version = "0.2.1";
  • replacement in Cargo.nix at line 11983
    [2.352569][2.352569:352642]()
    sha256 = "15mni0f28mblwd97192c4zyyi6054yljmiqrdb6bx97ga69hk2j9";
    [2.352569]
    [2.352642]
    sha256 = "0hjgljv4vy97qqw9gxnwzqhhpysjss2yhdphfccy3c388afhk48y";
  • replacement in Cargo.nix at line 12506
    [2.367904][2.367904:368030]()
    version = "0.5.0";
    edition = "2018";
    sha256 = "0r3hivav1mzpzdpk2rj8flhl4vgp2r85gdi0kw5x8r8bv0y79cy2";
    [2.367904]
    [2.368030]
    version = "1.0.0-beta.11";
    edition = "2024";
    sha256 = "0qximxx9nz1i1qd1rphigpw2b9aqd8c4xff483wyfykvnrza5557";
  • replacement in Cargo.nix at line 12512
    [2.368110][2.368110:368169]()
    "Pierre-Étienne Meunier <pmeunier@mailbox.org>"
    [2.368110]
    [2.368169]
    "Pierre-Étienne Meunier <pe@pijul.org>"
  • edit in Cargo.nix at line 12524
    [2.368399][2.368399:368484]()
    name = "regex";
    packageId = "regex";
    }
    {
  • replacement in Cargo.nix at line 12525
    [2.368510][2.368510:368549]()
    packageId = "syn 1.0.109";
    [2.368510]
    [2.368549]
    packageId = "syn 2.0.111";
  • replacement in Cargo.nix at line 14806
    [2.441831][2.441831:441854]()
    "rustix" = rec {
    [2.441831]
    [2.441854]
    "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
    [2.448116][2.448116:448157]()
    packageId = "linux-raw-sys";
    [2.448116]
    [2.448157]
    packageId = "linux-raw-sys 0.11.0";
  • replacement in Cargo.nix at line 14976
    [2.449561][2.449561:449602]()
    packageId = "linux-raw-sys";
    [2.449561]
    [2.449602]
    packageId = "linux-raw-sys 0.11.0";
  • replacement in Cargo.nix at line 15209
    [2.458751][2.458751:458778]()
    version = "1.4.3";
    [2.458751]
    [2.458778]
    version = "2.0.0-beta";
  • replacement in Cargo.nix at line 15211
    [2.458804][2.458804:458877]()
    sha256 = "04bdmhs3y35w3ip265mm4yiyf2493vcizl04kwh248af0q6zgal1";
    [2.458804]
    [2.458877]
    sha256 = "0jp30pk3id6v0nr780hhkcn63l97fiqx5h290w3prlhrg8g3miag";
  • replacement in Cargo.nix at line 15223
    [2.459144][2.459144:459201]()
    name = "fs2";
    packageId = "fs2";
    [2.459144]
    [2.459201]
    name = "fs4";
    packageId = "fs4";
  • edit in Cargo.nix at line 15233
    [2.459380]
    [2.459380]
    name = "libc";
    packageId = "libc";
    optional = true;
    }
    {
  • edit in Cargo.nix at line 15261
    [2.459947]
    [2.459947]
    }
    ];
    devDependencies = [
    {
    name = "libc";
    packageId = "libc";
  • replacement in Cargo.nix at line 15274
    [2.460196][2.460196:460229]()
    "fs2" = [ "dep:fs2" ];
    [2.460196]
    [2.460229]
    "fs4" = [ "dep:fs4" ];
  • edit in Cargo.nix at line 15276
    [2.460278]
    [2.460278]
    "libc" = [ "dep:libc" ];
  • replacement in Cargo.nix at line 15278
    [2.460319][2.460319:460359]()
    "mmap" = [ "memmap2" "fs2" ];
    [2.460319]
    [2.460359]
    "mmap" = [ "memmap2" "fs4" "libc" ];
  • replacement in Cargo.nix at line 15282
    [2.460460][2.460460:460566]()
    resolvedDefaultFeatures = [ "crc32" "crc32fast" "default" "fs2" "lazy_static" "memmap2" "mmap" ];
    [2.460460]
    [2.460566]
    resolvedDefaultFeatures = [ "crc32" "crc32fast" "default" "fs4" "lazy_static" "libc" "memmap2" "mmap" ];
  • replacement in Cargo.nix at line 15286
    [2.460644][2.460644:460671]()
    version = "1.4.1";
    [2.460644]
    [2.460671]
    version = "2.0.0-beta";
  • replacement in Cargo.nix at line 15289
    [2.460720][2.460720:460793]()
    sha256 = "1xcb4d9gaxp61na4dyz9iiq3n1shhiivqs0iv5xnxb1ymqsdnxl3";
    [2.460720]
    [2.460793]
    sha256 = "1w0nzw9dg22ylgylzl649nr11207bj60xhrk2idn1zkrrc5m1a28";
  • replacement in Cargo.nix at line 15790
    [2.476141][2.476141:476171]()
    "serde_spanned" = rec {
    [2.476141]
    [2.476171]
    "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
    [2.505031][2.505031:505065]()
    packageId = "rustix";
    [2.505031]
    [2.505065]
    packageId = "rustix 1.1.2";
  • edit in Cargo.nix at line 17809
    [2.536607]
    [2.536607]
    "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
    [2.538339][2.538339:538367]()
    "toml 0.5.11" = rec {
    [2.538339]
    [2.538367]
    "toml 0.8.23" = rec {
  • replacement in Cargo.nix at line 17928
    [2.538395][2.538395:538592]()
    version = "0.5.11";
    edition = "2018";
    sha256 = "0d2266nx8b3n22c7k24x4428z6di8n83a9n466jm7a2hipfz1xzl";
    authors = [
    "Alex Crichton <alex@alexcrichton.com>"
    [2.538395]
    [2.538592]
    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
    [2.538603][2.538603:538628]()
    dependencies = [
    [2.538603]
    [2.538628]
    devDependencies = [
  • edit in Cargo.nix at line 17963
    [2.538701]
    [2.538701]
    features = [ "derive" ];
  • edit in Cargo.nix at line 17967
    [2.538745]
    [2.538745]
    "default" = [ "parse" "display" ];
    "display" = [ "dep:toml_edit" "toml_edit?/display" ];
  • edit in Cargo.nix at line 17970
    [2.538788]
    [2.538788]
    "parse" = [ "dep:toml_edit" "toml_edit?/parse" ];
  • edit in Cargo.nix at line 17972
    [2.538833]
    [2.538833]
    "unbounded" = [ "toml_edit?/unbounded" ];
  • replacement in Cargo.nix at line 17974
    [2.538844][2.538844:538893]()
    resolvedDefaultFeatures = [ "default" ];
    [2.538844]
    [2.538893]
    resolvedDefaultFeatures = [ "default" "display" "indexmap" "parse" "preserve_order" ];
  • replacement in Cargo.nix at line 17997
    [2.539518][2.539518:539559]()
    packageId = "serde_spanned";
    [2.539518]
    [2.539559]
    packageId = "serde_spanned 1.0.3";
  • replacement in Cargo.nix at line 18003
    [2.539696][2.539696:539737]()
    packageId = "toml_datetime";
    [2.539696]
    [2.539737]
    packageId = "toml_datetime 0.7.3";
  • replacement in Cargo.nix at line 18040
    [2.541100][2.541100:541130]()
    "toml_datetime" = rec {
    [2.541100]
    [2.541130]
    "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
    [2.541756]
    [2.541756]
    };
    "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
    [2.542374]
    [2.542374]
    "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
    [2.563135]
    [2.563135]
    };
    "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
    [2.632145][2.632145:632380]()
    resolvedDefaultFeatures = [ "basetsd" "errhandlingapi" "fileapi" "handleapi" "heapapi" "knownfolders" "memoryapi" "minwindef" "ntstatus" "objbase" "processthreadsapi" "shlobj" "std" "sysinfoapi" "winbase" "winerror" "winnt" ];
    [2.632145]
    [2.632380]
    resolvedDefaultFeatures = [ "basetsd" "errhandlingapi" "handleapi" "heapapi" "knownfolders" "memoryapi" "minwindef" "ntstatus" "objbase" "shlobj" "std" "sysinfoapi" "winbase" "winerror" "winnt" ];
  • edit in Cargo.nix at line 20759
    [2.638706]
    [2.638706]
    };
    "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
    [2.653438][2.653438:653652]()
    resolvedDefaultFeatures = [ "Win32" "Win32_Foundation" "Win32_Networking" "Win32_Networking_WinSock" "Win32_System" "Win32_System_IO" "Win32_System_Threading" "Win32_System_WindowsProgramming" "default" ];
    [2.653438]
    [2.653652]
    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
    [2.685211][2.685211:685926]()
    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" ];
    [2.685211]
    [2.685926]
    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
    [2.691225]
    [2.691225]
    ];
    };
    "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
    [2.691751]
    [2.691751]
    };
    "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
    [2.692254]
    [2.692254]
    };
    "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
    [2.693244]
    [2.693244]
    };
    "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
    [2.693745]
    [2.693745]
    "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
    [2.694230]
    [2.694230]
    };
    "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
    [2.694751]
    [2.694751]
    "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
    [2.695430]
    [2.695430]
    dependencies = [
    {
    name = "memchr";
    packageId = "memchr";
    optional = true;
    usesDefaultFeatures = false;
    }
    ];
  • edit in Cargo.nix at line 22212
    [2.695756]
    [2.695756]
    resolvedDefaultFeatures = [ "alloc" "default" "std" ];
  • replacement in Cargo.nix at line 22650
    [2.708305][2.708305:708339]()
    packageId = "rustix";
    [2.708305]
    [2.708339]
    packageId = "rustix 1.1.2";