diff --git a/Cargo.nix b/Cargo.nix index 4178514..dbc3427 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -1,5 +1,5 @@ -# This file was @generated by crate2nix 0.11.0 with the command: +# This file was @generated by crate2nix 0.14.1 with the command: # "generate" # See https://github.com/kolloch/crate2nix for more info. @@ -14,6 +14,8 @@ , rootFeatures ? [ "default" ] # If true, throw errors instead of issueing deprecation warnings. , strictDeprecation ? false + # Elements to add to the `-C target-feature=` argument passed to `rustc` + # (separated by `,`, prefixed with `+`). # Used for conditional compilation based on CPU feature detection. , targetFeatures ? [] # Whether to perform release builds: longer compile times, faster binaries. @@ -285,6 +287,16 @@ rec { # File a bug if you depend on any for non-debug work! debug = internal.debugCrate { inherit packageId; }; }; + "pico-st7789" = rec { + packageId = "pico-st7789"; + build = internal.buildRustCrateWithFeatures { + packageId = "pico-st7789"; + }; + + # Debug support which might change between releases. + # File a bug if you depend on any for non-debug work! + debug = internal.debugCrate { inherit packageId; }; + }; "result-extended" = rec { packageId = "result-extended"; build = internal.buildRustCrateWithFeatures { @@ -351,6 +363,26 @@ rec { packageId = "tree"; }; + # Debug support which might change between releases. + # File a bug if you depend on any for non-debug work! + debug = internal.debugCrate { inherit packageId; }; + }; + "visions-client" = rec { + packageId = "visions-client"; + build = internal.buildRustCrateWithFeatures { + packageId = "visions-client"; + }; + + # Debug support which might change between releases. + # File a bug if you depend on any for non-debug work! + debug = internal.debugCrate { inherit packageId; }; + }; + "visions-types" = rec { + packageId = "visions-types"; + build = internal.buildRustCrateWithFeatures { + packageId = "visions-types"; + }; + # Debug support which might change between releases. # File a bug if you depend on any for non-debug work! debug = internal.debugCrate { inherit packageId; }; @@ -458,52 +490,6 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; -<<<<<<< HEAD -======= - "ahash" = rec { - crateName = "ahash"; - version = "0.8.11"; - edition = "2018"; - sha256 = "04chdfkls5xmhp1d48gnjsmglbqibizs3bpbj6rsj604m10si7g8"; - authors = [ - "Tom Kaitchuck <Tom.Kaitchuck@gmail.com>" - ]; - dependencies = [ - { - name = "cfg-if"; - packageId = "cfg-if"; - } - { - name = "once_cell"; - packageId = "once_cell"; - usesDefaultFeatures = false; - target = { target, features }: (!(("arm" == target."arch") && ("none" == target."os"))); - features = [ "alloc" ]; - } - { - name = "zerocopy"; - packageId = "zerocopy"; - usesDefaultFeatures = false; - features = [ "simd" ]; - } - ]; - buildDependencies = [ - { - name = "version_check"; - packageId = "version_check 0.9.5"; - } - ]; - features = { - "atomic-polyfill" = [ "dep:atomic-polyfill" "once_cell/atomic-polyfill" ]; - "compile-time-rng" = [ "const-random" ]; - "const-random" = [ "dep:const-random" ]; - "default" = [ "std" "runtime-rng" ]; - "getrandom" = [ "dep:getrandom" ]; - "runtime-rng" = [ "getrandom" ]; - "serde" = [ "dep:serde" ]; - }; - }; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) "aho-corasick" = rec { crateName = "aho-corasick"; version = "1.1.3"; @@ -722,9 +708,9 @@ rec { }; "anyhow" = rec { crateName = "anyhow"; - version = "1.0.95"; + version = "1.0.97"; edition = "2018"; - sha256 = "010vd1ki8w84dzgx6c81sc8qm9n02fxic1gkpv52zp4nwrn0kb1l"; + sha256 = "0kvspbiwncmmkdgrwjrimsmbmhzxc641p5ql99l2rjq6smmdbznw"; authors = [ "David Tolnay <dtolnay@gmail.com>" ]; @@ -734,6 +720,21 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; + "arrayvec" = rec { + crateName = "arrayvec"; + version = "0.7.6"; + edition = "2018"; + sha256 = "0l1fz4ccgv6pm609rif37sl5nv5k6lbzi7kkppgzqzh1vwix20kw"; + authors = [ + "bluss" + ]; + features = { + "borsh" = [ "dep:borsh" ]; + "default" = [ "std" ]; + "serde" = [ "dep:serde" ]; + "zeroize" = [ "dep:zeroize" ]; + }; + }; "async-channel 1.9.0" = rec { crateName = "async-channel"; version = "1.9.0"; @@ -943,7 +944,7 @@ rec { } { name = "rustix"; - packageId = "rustix"; + packageId = "rustix 0.38.44"; usesDefaultFeatures = false; features = [ "fs" "net" "std" ]; } @@ -999,9 +1000,9 @@ rec { }; "async-std" = rec { crateName = "async-std"; - version = "1.13.0"; + version = "1.13.1"; edition = "2018"; - sha256 = "059nbiyijwbndyrz0050skvlvzhds0dmnl0biwmxwbw055glfd66"; + sha256 = "094azlylq90vki8pv8k6lyhdbw1kcf7m344mfn2hyblcq30r80kk"; libName = "async_std"; authors = [ "Stjepan Glavina <stjepang@gmail.com>" @@ -1019,14 +1020,14 @@ rec { name = "async-global-executor"; packageId = "async-global-executor"; optional = true; - target = { target, features }: (!("unknown" == target."os")); + target = { target, features }: (!("unknown" == target."os" or null)); features = [ "async-io" ]; } { name = "async-io"; packageId = "async-io"; optional = true; - target = { target, features }: (!("unknown" == target."os")); + target = { target, features }: (!("unknown" == target."os" or null)); } { name = "async-lock"; @@ -1042,7 +1043,7 @@ rec { name = "futures-channel"; packageId = "futures-channel"; optional = true; - target = { target, features }: ("wasm32" == target."arch"); + target = { target, features }: ("wasm32" == target."arch" or null); } { name = "futures-core"; @@ -1059,13 +1060,13 @@ rec { name = "futures-lite"; packageId = "futures-lite"; optional = true; - target = { target, features }: (!("unknown" == target."os")); + target = { target, features }: (!("unknown" == target."os" or null)); } { name = "gloo-timers"; packageId = "gloo-timers"; optional = true; - target = { target, features }: ("wasm32" == target."arch"); + target = { target, features }: ("wasm32" == target."arch" or null); features = [ "futures" ]; } { @@ -1075,7 +1076,7 @@ rec { } { name = "log"; - packageId = "log 0.4.25"; + packageId = "log 0.4.27"; optional = true; features = [ "kv_unstable" ]; } @@ -1108,7 +1109,7 @@ rec { name = "wasm-bindgen-futures"; packageId = "wasm-bindgen-futures"; optional = true; - target = { target, features }: ("wasm32" == target."arch"); + target = { target, features }: ("wasm32" == target."arch" or null); } ]; features = { @@ -1162,9 +1163,9 @@ rec { }; "async-trait" = rec { crateName = "async-trait"; - version = "0.1.85"; + version = "0.1.88"; edition = "2021"; - sha256 = "0mm0gwad44zs7mna4a0m1z4dhzpmydfj73w4wm23c8xpnhrli4rz"; + sha256 = "1dgxvz7g75cmz6vqqz0mri4xazc6a8xfj1db6r9fxz29lzyd6fg5"; procMacro = true; libName = "async_trait"; authors = [ @@ -1181,11 +1182,7 @@ rec { } { name = "syn"; -<<<<<<< HEAD - packageId = "syn 2.0.96"; -======= - packageId = "syn 2.0.87"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + packageId = "syn 2.0.100"; usesDefaultFeatures = false; features = [ "clone-impls" "full" "parsing" "printing" "proc-macro" "visit-mut" ]; } @@ -1238,11 +1235,7 @@ rec { requiredFeatures = [ ]; } ]; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./authdb; } - else ./authdb; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./authdb; }; dependencies = [ { name = "base64ct"; @@ -1256,7 +1249,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; features = [ "derive" ]; } { @@ -1270,11 +1263,7 @@ rec { } { name = "thiserror"; -<<<<<<< HEAD packageId = "thiserror 1.0.69"; -======= - packageId = "thiserror 1.0.64"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) } { name = "tokio"; @@ -1321,6 +1310,288 @@ rec { ]; }; + "axum" = rec { + crateName = "axum"; + version = "0.8.3"; + edition = "2021"; + sha256 = "1222spmyw5s2dfggwn62474jkh72ld52abkz5wjbkyg1024i0ify"; + dependencies = [ + { + name = "axum-core"; + packageId = "axum-core"; + } + { + name = "axum-macros"; + packageId = "axum-macros"; + optional = true; + } + { + name = "bytes"; + packageId = "bytes"; + } + { + name = "form_urlencoded"; + packageId = "form_urlencoded"; + optional = true; + } + { + name = "futures-util"; + packageId = "futures-util"; + usesDefaultFeatures = false; + features = [ "alloc" ]; + } + { + name = "http"; + packageId = "http 1.3.1"; + } + { + name = "http-body"; + packageId = "http-body 1.0.1"; + } + { + name = "http-body-util"; + packageId = "http-body-util"; + } + { + name = "hyper"; + packageId = "hyper 1.6.0"; + optional = true; + } + { + name = "hyper-util"; + packageId = "hyper-util"; + optional = true; + features = [ "tokio" "server" "service" ]; + } + { + name = "itoa"; + packageId = "itoa"; + } + { + name = "matchit"; + packageId = "matchit"; + } + { + name = "memchr"; + packageId = "memchr"; + } + { + name = "mime"; + packageId = "mime 0.3.17"; + } + { + name = "percent-encoding"; + packageId = "percent-encoding 2.3.1"; + } + { + name = "pin-project-lite"; + packageId = "pin-project-lite"; + } + { + name = "rustversion"; + packageId = "rustversion"; + } + { + name = "serde"; + packageId = "serde 1.0.219"; + } + { + name = "serde_json"; + packageId = "serde_json"; + optional = true; + features = [ "raw_value" ]; + } + { + name = "serde_path_to_error"; + packageId = "serde_path_to_error"; + optional = true; + } + { + name = "serde_urlencoded"; + packageId = "serde_urlencoded"; + optional = true; + } + { + name = "sync_wrapper"; + packageId = "sync_wrapper 1.0.2"; + } + { + name = "tokio"; + packageId = "tokio"; + rename = "tokio"; + optional = true; + features = [ "time" ]; + } + { + name = "tower"; + packageId = "tower"; + usesDefaultFeatures = false; + features = [ "util" ]; + } + { + name = "tower-layer"; + packageId = "tower-layer"; + } + { + name = "tower-service"; + packageId = "tower-service"; + } + { + name = "tracing"; + packageId = "tracing"; + optional = true; + usesDefaultFeatures = false; + } + ]; + devDependencies = [ + { + name = "hyper"; + packageId = "hyper 1.6.0"; + features = [ "client" ]; + } + { + name = "serde"; + packageId = "serde 1.0.219"; + features = [ "derive" ]; + } + { + name = "serde_json"; + packageId = "serde_json"; + features = [ "raw_value" ]; + } + { + name = "tokio"; + packageId = "tokio"; + rename = "tokio"; + features = [ "macros" "rt" "rt-multi-thread" "net" "test-util" ]; + } + { + name = "tower"; + packageId = "tower"; + rename = "tower"; + features = [ "util" "timeout" "limit" "load-shed" "steer" "filter" ]; + } + { + name = "tracing"; + packageId = "tracing"; + } + ]; + features = { + "__private" = [ "tokio" "http1" "dep:reqwest" ]; + "__private_docs" = [ "axum-core/__private_docs" "tower/full" "dep:tower-http" ]; + "default" = [ "form" "http1" "json" "matched-path" "original-uri" "query" "tokio" "tower-log" "tracing" ]; + "form" = [ "dep:form_urlencoded" "dep:serde_urlencoded" "dep:serde_path_to_error" ]; + "http1" = [ "dep:hyper" "hyper?/http1" "hyper-util?/http1" ]; + "http2" = [ "dep:hyper" "hyper?/http2" "hyper-util?/http2" ]; + "json" = [ "dep:serde_json" "dep:serde_path_to_error" ]; + "macros" = [ "dep:axum-macros" ]; + "multipart" = [ "dep:multer" ]; + "query" = [ "dep:form_urlencoded" "dep:serde_urlencoded" "dep:serde_path_to_error" ]; + "tokio" = [ "dep:hyper-util" "dep:tokio" "tokio/net" "tokio/rt" "tower/make" "tokio/macros" ]; + "tower-log" = [ "tower/log" ]; + "tracing" = [ "dep:tracing" "axum-core/tracing" ]; + "ws" = [ "dep:hyper" "tokio" "dep:tokio-tungstenite" "dep:sha1" "dep:base64" ]; + }; + resolvedDefaultFeatures = [ "default" "form" "http1" "json" "macros" "matched-path" "original-uri" "query" "tokio" "tower-log" "tracing" ]; + }; + "axum-core" = rec { + crateName = "axum-core"; + version = "0.5.2"; + edition = "2021"; + sha256 = "19kwzksb4hwr3qfbrhjbqf83z6fjyng14wrkzck6fj1g8784qik8"; + libName = "axum_core"; + dependencies = [ + { + name = "bytes"; + packageId = "bytes"; + } + { + name = "futures-core"; + packageId = "futures-core"; + } + { + name = "http"; + packageId = "http 1.3.1"; + } + { + name = "http-body"; + packageId = "http-body 1.0.1"; + } + { + name = "http-body-util"; + packageId = "http-body-util"; + } + { + name = "mime"; + packageId = "mime 0.3.17"; + } + { + name = "pin-project-lite"; + packageId = "pin-project-lite"; + } + { + name = "rustversion"; + packageId = "rustversion"; + } + { + name = "sync_wrapper"; + packageId = "sync_wrapper 1.0.2"; + } + { + name = "tower-layer"; + packageId = "tower-layer"; + } + { + name = "tower-service"; + packageId = "tower-service"; + } + { + name = "tracing"; + packageId = "tracing"; + optional = true; + usesDefaultFeatures = false; + } + ]; + features = { + "__private_docs" = [ "dep:tower-http" ]; + "tracing" = [ "dep:tracing" ]; + }; + resolvedDefaultFeatures = [ "tracing" ]; + }; + "axum-macros" = rec { + crateName = "axum-macros"; + version = "0.5.0"; + edition = "2021"; + sha256 = "0p6011ld0izk22fmdxsps58cigilq2yhnmyqw4f8bslg09gdwkv0"; + procMacro = true; + libName = "axum_macros"; + dependencies = [ + { + name = "proc-macro2"; + packageId = "proc-macro2"; + } + { + name = "quote"; + packageId = "quote"; + } + { + name = "syn"; + packageId = "syn 2.0.100"; + features = [ "full" "parsing" "extra-traits" ]; + } + ]; + devDependencies = [ + { + name = "syn"; + packageId = "syn 2.0.100"; + features = [ "full" "extra-traits" ]; + } + ]; + features = { + "__private" = [ "syn/visit-mut" ]; + }; + resolvedDefaultFeatures = [ "default" ]; + }; "az" = rec { crateName = "az"; version = "1.2.1"; @@ -1342,7 +1613,7 @@ rec { name = "addr2line"; packageId = "addr2line"; usesDefaultFeatures = false; - target = { target, features }: (!((target."windows" or false) && ("msvc" == target."env") && (!("uwp" == target."vendor")))); + target = { target, features }: (!((target."windows" or false) && ("msvc" == target."env" or null) && (!("uwp" == target."vendor" or null)))); } { name = "cfg-if"; @@ -1352,19 +1623,19 @@ rec { name = "libc"; packageId = "libc"; usesDefaultFeatures = false; - target = { target, features }: (!((target."windows" or false) && ("msvc" == target."env") && (!("uwp" == target."vendor")))); + target = { target, features }: (!((target."windows" or false) && ("msvc" == target."env" or null) && (!("uwp" == target."vendor" or null)))); } { name = "miniz_oxide"; - packageId = "miniz_oxide 0.8.3"; + packageId = "miniz_oxide 0.8.5"; usesDefaultFeatures = false; - target = { target, features }: (!((target."windows" or false) && ("msvc" == target."env") && (!("uwp" == target."vendor")))); + target = { target, features }: (!((target."windows" or false) && ("msvc" == target."env" or null) && (!("uwp" == target."vendor" or null)))); } { name = "object"; packageId = "object"; usesDefaultFeatures = false; - target = { target, features }: (!((target."windows" or false) && ("msvc" == target."env") && (!("uwp" == target."vendor")))); + target = { target, features }: (!((target."windows" or false) && ("msvc" == target."env" or null) && (!("uwp" == target."vendor" or null)))); features = [ "read_core" "elf" "macho" "pe" "xcoff" "unaligned" "archive" ]; } { @@ -1385,6 +1656,39 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; + "bare-metal" = rec { + crateName = "bare-metal"; + version = "0.2.5"; + edition = "2015"; + sha256 = "1cy5pbb92fznnri72y6drfpjxj4qdmd62f0rrlgy70dxlppn9ssx"; + libName = "bare_metal"; + authors = [ + "Jorge Aparicio <jorge@japaric.io>" + ]; + buildDependencies = [ + { + name = "rustc_version"; + packageId = "rustc_version 0.2.3"; + } + ]; + features = { + }; + resolvedDefaultFeatures = [ "const-fn" ]; + }; + "base64 0.13.1" = rec { + crateName = "base64"; + version = "0.13.1"; + edition = "2018"; + sha256 = "1s494mqmzjb766fy1kqlccgfg2sdcjb6hzbvzqv2jw65fdi5h6wy"; + authors = [ + "Alice Maz <alice@alicemaz.com>" + "Marshall Pierce <marshall@mpierce.org>" + ]; + features = { + "default" = [ "std" ]; + }; + resolvedDefaultFeatures = [ "default" "std" ]; + }; "base64 0.21.7" = rec { crateName = "base64"; version = "0.21.7"; @@ -1437,9 +1741,9 @@ rec { }; "base64ct" = rec { crateName = "base64ct"; - version = "1.6.0"; + version = "1.7.3"; edition = "2021"; - sha256 = "0nvdba4jb8aikv60az40x2w1y96sjdq8z3yp09rwzmkhiwv1lg4c"; + sha256 = "18scrpjl145msdb64q4nbb0plm4wbmp5lml134nz0c5rvxm5pql9"; authors = [ "RustCrypto Developers" ]; @@ -1448,6 +1752,26 @@ rec { }; resolvedDefaultFeatures = [ "alloc" ]; }; + "bincode" = rec { + crateName = "bincode"; + version = "1.3.3"; + edition = "2015"; + sha256 = "1bfw3mnwzx5g1465kiqllp5n4r10qrqy88kdlp3jfwnq2ya5xx5i"; + authors = [ + "Ty Overby <ty@pre-alpha.com>" + "Francesco Mazzoli <f@mazzo.li>" + "David Tolnay <dtolnay@gmail.com>" + "Zoey Riordan <zoey@dos.cafe>" + ]; + dependencies = [ + { + name = "serde"; + packageId = "serde 1.0.219"; + } + ]; + features = { + }; + }; "bindgen" = rec { crateName = "bindgen"; version = "0.69.5"; @@ -1469,7 +1793,7 @@ rec { } { name = "bitflags"; - packageId = "bitflags 2.8.0"; + packageId = "bitflags 2.9.0"; } { name = "cexpr"; @@ -1482,7 +1806,7 @@ rec { } { name = "itertools"; - packageId = "itertools"; + packageId = "itertools 0.12.1"; usesDefaultFeatures = false; } { @@ -1519,11 +1843,7 @@ rec { } { name = "syn"; -<<<<<<< HEAD - packageId = "syn 2.0.96"; -======= - packageId = "syn 2.0.87"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + packageId = "syn 2.0.100"; features = [ "full" "extra-traits" "visit-mut" ]; } ]; @@ -1591,6 +1911,26 @@ rec { "Philipp Oppermann <dev@phil-opp.com>" ]; + }; + "bitfield 0.13.2" = rec { + crateName = "bitfield"; + version = "0.13.2"; + edition = "2015"; + sha256 = "06g7jb5r2b856vnhx76081fg90jvmy61kjqcfjysgmd5hclvvbs6"; + authors = [ + "Loïc Damien <loic.damien@dzamlo.ch>" + ]; + + }; + "bitfield 0.14.0" = rec { + crateName = "bitfield"; + version = "0.14.0"; + edition = "2015"; + sha256 = "1b26k9acwss4qvrl60lf9n83l17d4hj47n5rmpd3iigf9j9n0zid"; + authors = [ + "Loïc Damien <loic.damien@dzamlo.ch>" + ]; + }; "bitflags 1.3.2" = rec { crateName = "bitflags"; @@ -1607,18 +1947,18 @@ rec { }; resolvedDefaultFeatures = [ "default" ]; }; - "bitflags 2.8.0" = rec { + "bitflags 2.9.0" = rec { crateName = "bitflags"; - version = "2.8.0"; + version = "2.9.0"; edition = "2021"; - sha256 = "0dixc6168i98652jxf0z9nbyn0zcis3g6hi6qdr7z5dbhcygas4g"; + sha256 = "1gb5w7pxnmx8l2bjz1i6rkbwbm2167k294rhy6cl1y3vbc8i90jw"; authors = [ "The Rust Project Developers" ]; dependencies = [ { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; optional = true; usesDefaultFeatures = false; } @@ -1695,9 +2035,9 @@ rec { }; "build_html" = rec { crateName = "build_html"; - version = "2.5.0"; + version = "2.6.0"; edition = "2018"; - sha256 = "0p4k25yk3v0wf720wl5zcghvc9ik6l7lsh3fz86cq3g7x4nbhpi2"; + sha256 = "12gwwwsnlqbwr2nkg55wvil3pvadb68nc23ba252jmnxrda1zc01"; authors = [ "Joseph Skubal" ]; @@ -1705,9 +2045,9 @@ rec { }; "bumpalo" = rec { crateName = "bumpalo"; - version = "3.16.0"; + version = "3.17.0"; edition = "2021"; - sha256 = "0b015qb4knwanbdlp1x48pkb4pm57b8gidbhhhxr900q2wb6fabr"; + sha256 = "1gxxsn2fsjmv03g8p3m749mczv2k4m8xspifs5l7bcx0vx3gna0n"; authors = [ "Nick Fitzgerald <fitzgen@gmail.com>" ]; @@ -1719,9 +2059,9 @@ rec { }; "bytemuck" = rec { crateName = "bytemuck"; - version = "1.21.0"; + version = "1.22.0"; edition = "2018"; - sha256 = "18wj81x9xhqcd6985r8qxmbik6szjfjfj62q3xklw8h2p3x7srgg"; + sha256 = "0h6m8wh7iw98cn69k53plbyqff78c2yrs32l0fy4wqdcvc8grcdn"; authors = [ "Lokathor <zefria@gmail.com>" ]; @@ -1729,7 +2069,7 @@ rec { "bytemuck_derive" = [ "dep:bytemuck_derive" ]; "derive" = [ "bytemuck_derive" ]; "extern_crate_std" = [ "extern_crate_alloc" ]; - "latest_stable_rust" = [ "aarch64_simd" "avx512_simd" "align_offset" "alloc_uninit" "const_zeroed" "derive" "min_const_generics" "must_cast" "must_cast_extra" "track_caller" "transparentwrapper_extra" "wasm_simd" "zeroable_atomics" "zeroable_maybe_uninit" ]; + "latest_stable_rust" = [ "aarch64_simd" "avx512_simd" "align_offset" "alloc_uninit" "const_zeroed" "derive" "min_const_generics" "must_cast" "must_cast_extra" "pod_saturating" "track_caller" "transparentwrapper_extra" "wasm_simd" "zeroable_atomics" "zeroable_maybe_uninit" ]; "must_cast_extra" = [ "must_cast" ]; }; resolvedDefaultFeatures = [ "extern_crate_alloc" ]; @@ -1749,15 +2089,16 @@ rec { }; "bytes" = rec { crateName = "bytes"; - version = "1.9.0"; + version = "1.10.1"; edition = "2018"; - sha256 = "16ykzx24v1x4f42v2lxyvlczqhdfji3v7r4ghwckpwijzvb1hn9j"; + sha256 = "0smd4wi2yrhp5pmq571yiaqx84bjqlm1ixqhnvfwzzc6pqkn26yp"; authors = [ "Carl Lerche <me@carllerche.com>" "Sean McArthur <sean@seanmonstar.com>" ]; features = { "default" = [ "std" ]; + "extra-platforms" = [ "dep:extra-platforms" ]; "serde" = [ "dep:serde" ]; }; resolvedDefaultFeatures = [ "default" "std" ]; @@ -1774,7 +2115,7 @@ rec { dependencies = [ { name = "bitflags"; - packageId = "bitflags 2.8.0"; + packageId = "bitflags 2.9.0"; } { name = "cairo-sys-rs"; @@ -1783,7 +2124,7 @@ rec { } { name = "glib"; - packageId = "glib"; + packageId = "glib 0.18.5"; optional = true; } { @@ -1796,11 +2137,7 @@ rec { } { name = "thiserror"; -<<<<<<< HEAD packageId = "thiserror 1.0.69"; -======= - packageId = "thiserror 1.0.64"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) } ]; features = { @@ -1834,7 +2171,7 @@ rec { dependencies = [ { name = "glib-sys"; - packageId = "glib-sys"; + packageId = "glib-sys 0.18.1"; rename = "glib"; optional = true; } @@ -1846,7 +2183,7 @@ rec { buildDependencies = [ { name = "system-deps"; - packageId = "system-deps"; + packageId = "system-deps 6.2.2"; } ]; features = { @@ -1862,9 +2199,9 @@ rec { }; "cc" = rec { crateName = "cc"; - version = "1.2.10"; + version = "1.2.17"; edition = "2018"; - sha256 = "0aaj2ivamhfzhgb9maasnfkh03s2mzhzpzwrkghgzbkfnv5qy80k"; + sha256 = "0flf697b5p87ds39s3g076q75xlnfgiicpz8792sy7df833mgjqz"; authors = [ "Alex Crichton <alex@alexcrichton.com>" ]; @@ -1896,7 +2233,7 @@ rec { ]; }; - "cfg-expr" = rec { + "cfg-expr 0.15.8" = rec { crateName = "cfg-expr"; version = "0.15.8"; edition = "2021"; @@ -1923,6 +2260,33 @@ rec { }; resolvedDefaultFeatures = [ "default" "target-lexicon" "targets" ]; }; + "cfg-expr 0.17.2" = rec { + crateName = "cfg-expr"; + version = "0.17.2"; + edition = "2021"; + sha256 = "12a7zr6ff4i6mfwcv711dll0w5pr3dw1lvkaf4c4a66i1gjacjwd"; + libName = "cfg_expr"; + authors = [ + "Embark <opensource@embark-studios.com>" + "Jake Shadle <jake.shadle@embark-studios.com>" + ]; + dependencies = [ + { + name = "smallvec"; + packageId = "smallvec"; + } + { + name = "target-lexicon"; + packageId = "target-lexicon"; + optional = true; + } + ]; + features = { + "target-lexicon" = [ "dep:target-lexicon" ]; + "targets" = [ "target-lexicon" ]; + }; + resolvedDefaultFeatures = [ "default" "target-lexicon" "targets" ]; + }; "cfg-if" = rec { crateName = "cfg-if"; version = "1.0.0"; @@ -1942,19 +2306,11 @@ rec { crateName = "changeset"; version = "0.1.0"; edition = "2021"; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./changeset; } - else ./changeset; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./changeset; }; devDependencies = [ { name = "uuid"; -<<<<<<< HEAD - packageId = "uuid 1.12.0"; -======= - packageId = "uuid 1.11.0"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + packageId = "uuid 1.16.0"; features = [ "v4" ]; } ]; @@ -1962,15 +2318,15 @@ rec { }; "chrono" = rec { crateName = "chrono"; - version = "0.4.39"; + version = "0.4.40"; edition = "2021"; - sha256 = "09g8nf409lb184kl9j4s85k0kn8wzgjkp5ls9zid50b886fwqdky"; + sha256 = "0z334kqnvq5zx6xsq1k6zk8g9z14fgk2w3vkn4n13pvi3mhn8y8s"; dependencies = [ { name = "android-tzdata"; packageId = "android-tzdata"; optional = true; - target = { target, features }: ("android" == target."os"); + target = { target, features }: ("android" == target."os" or null); } { name = "iana-time-zone"; @@ -1983,7 +2339,7 @@ rec { name = "js-sys"; packageId = "js-sys"; optional = true; - target = { target, features }: (("wasm32" == target."arch") && (!(("emscripten" == target."os") || ("wasi" == target."os")))); + target = { target, features }: (("wasm32" == target."arch" or null) && (!(("emscripten" == target."os" or null) || ("wasi" == target."os" or null)))); } { name = "num-traits"; @@ -1992,7 +2348,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; optional = true; usesDefaultFeatures = false; } @@ -2000,11 +2356,11 @@ rec { name = "wasm-bindgen"; packageId = "wasm-bindgen"; optional = true; - target = { target, features }: (("wasm32" == target."arch") && (!(("emscripten" == target."os") || ("wasi" == target."os")))); + target = { target, features }: (("wasm32" == target."arch" or null) && (!(("emscripten" == target."os" or null) || ("wasi" == target."os" or null)))); } { - name = "windows-targets"; - packageId = "windows-targets 0.52.6"; + name = "windows-link"; + packageId = "windows-link"; optional = true; target = { target, features }: (target."windows" or false); } @@ -2028,10 +2384,10 @@ rec { "unstable-locales" = [ "pure-rust-locales" ]; "wasm-bindgen" = [ "dep:wasm-bindgen" ]; "wasmbind" = [ "wasm-bindgen" "js-sys" ]; - "winapi" = [ "windows-targets" ]; - "windows-targets" = [ "dep:windows-targets" ]; + "winapi" = [ "windows-link" ]; + "windows-link" = [ "dep:windows-link" ]; }; - resolvedDefaultFeatures = [ "alloc" "android-tzdata" "clock" "default" "iana-time-zone" "js-sys" "now" "oldtime" "serde" "std" "wasm-bindgen" "wasmbind" "winapi" "windows-targets" ]; + resolvedDefaultFeatures = [ "alloc" "android-tzdata" "clock" "default" "iana-time-zone" "js-sys" "now" "oldtime" "serde" "std" "wasm-bindgen" "wasmbind" "winapi" "windows-link" ]; }; "chrono-tz" = rec { crateName = "chrono-tz"; @@ -2052,7 +2408,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; optional = true; usesDefaultFeatures = false; } @@ -2113,6 +2469,7 @@ rec { crateName = "clang-sys"; version = "1.8.1"; edition = "2021"; + links = "clang"; sha256 = "1x1r9yqss76z8xwpdanw313ss6fniwc1r7dzb5ycjn0ph53kj0hb"; libName = "clang_sys"; authors = [ @@ -2173,10 +2530,10 @@ rec { }; "clap" = rec { crateName = "clap"; - version = "4.5.30"; + version = "4.5.34"; edition = "2021"; crateBin = []; - sha256 = "0vcyrn4ymq2gd56sl3xnfki8q8llg64sj3rj3qx33mgsf66v3dwj"; + sha256 = "1zz2jm6sjpq94wqh4afplmvnklwwp36yjgvnaala4399h5wqjn79"; dependencies = [ { name = "clap_builder"; @@ -2215,9 +2572,9 @@ rec { }; "clap_builder" = rec { crateName = "clap_builder"; - version = "4.5.30"; + version = "4.5.34"; edition = "2021"; - sha256 = "0369xis2ar46icsaxqyy37976mlb62alzyx4j53k99vq2w3v4pd3"; + sha256 = "12941q4h6gn30ch72spw6fn12r2fkgh9mcav1cbb4gc4358g7c43"; dependencies = [ { name = "anstream"; @@ -2254,9 +2611,9 @@ rec { }; "clap_derive" = rec { crateName = "clap_derive"; - version = "4.5.28"; + version = "4.5.32"; edition = "2021"; - sha256 = "1vgigkhljp3r8r5lwdrn1ij93nafmjwh8cx77nppb9plqsaysk5z"; + sha256 = "1mqcag8qapb5yhygg2hi153kzmbf7w5hqp3nl3fvl5cn4yp6l5q9"; procMacro = true; dependencies = [ { @@ -2273,11 +2630,7 @@ rec { } { name = "syn"; -<<<<<<< HEAD - packageId = "syn 2.0.96"; -======= - packageId = "syn 2.0.87"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + packageId = "syn 2.0.100"; features = [ "full" ]; } ]; @@ -2363,11 +2716,7 @@ rec { crateName = "config"; version = "0.1.0"; edition = "2021"; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./config; } - else ./config; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./config; }; dependencies = [ { name = "config-derive"; @@ -2375,7 +2724,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; features = [ "derive" ]; } { @@ -2384,11 +2733,7 @@ rec { } { name = "thiserror"; -<<<<<<< HEAD packageId = "thiserror 1.0.69"; -======= - packageId = "thiserror 1.0.64"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) } ]; devDependencies = [ @@ -2403,11 +2748,7 @@ rec { crateName = "config-derive"; version = "0.1.0"; edition = "2021"; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./config-derive; } - else ./config-derive; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./config-derive; }; procMacro = true; libName = "config_derive"; dependencies = [ @@ -2423,6 +2764,42 @@ rec { ]; }; + "console_error_panic_hook" = rec { + crateName = "console_error_panic_hook"; + version = "0.1.7"; + edition = "2015"; + sha256 = "1g5v8s0ndycc10mdn6igy914k645pgpcl8vjpz6nvxkhyirynsm0"; + authors = [ + "Nick Fitzgerald <fitzgen@gmail.com>" + ]; + dependencies = [ + { + name = "cfg-if"; + packageId = "cfg-if"; + } + { + name = "wasm-bindgen"; + packageId = "wasm-bindgen"; + } + ]; + + }; + "const-default" = rec { + crateName = "const-default"; + version = "1.0.0"; + edition = "2018"; + sha256 = "1apcnxfrz5xsfxaxbv1n9c5sdfqlmrk81v0q29z5amflfqgnsf8b"; + libName = "const_default"; + authors = [ + "AerialX" + ]; + features = { + "const-default-derive" = [ "dep:const-default-derive" ]; + "default" = [ "enable-atomics" ]; + "derive" = [ "const-default-derive" ]; + "std" = [ "alloc" ]; + }; + }; "const-oid" = rec { crateName = "const-oid"; version = "0.9.6"; @@ -2467,7 +2844,7 @@ rec { dependencies = [ { name = "time"; - packageId = "time 0.3.37"; + packageId = "time 0.3.41"; usesDefaultFeatures = false; features = [ "std" "parsing" "formatting" "macros" ]; } @@ -2546,11 +2923,7 @@ rec { requiredFeatures = [ ]; } ]; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./coordinates; } - else ./coordinates; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./coordinates; }; dependencies = [ { name = "nom"; @@ -2562,11 +2935,7 @@ rec { } { name = "thiserror"; -<<<<<<< HEAD packageId = "thiserror 1.0.69"; -======= - packageId = "thiserror 1.0.64"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) } ]; @@ -2617,11 +2986,97 @@ rec { }; resolvedDefaultFeatures = [ "default" "link" ]; }; + "cortex-m" = rec { + crateName = "cortex-m"; + version = "0.7.7"; + edition = "2018"; + links = "cortex-m"; + sha256 = "1fbca698v4gv57mv5fc48jrz8wcy6sv675n6fsrsah4qykc11ilf"; + libName = "cortex_m"; + authors = [ + "The Cortex-M Team <cortex-m@teams.rust-embedded.org>" + "Jorge Aparicio <jorge@japaric.io>" + ]; + dependencies = [ + { + name = "bare-metal"; + packageId = "bare-metal"; + features = [ "const-fn" ]; + } + { + name = "bitfield"; + packageId = "bitfield 0.13.2"; + } + { + name = "embedded-hal"; + packageId = "embedded-hal 0.2.7"; + } + { + name = "volatile-register"; + packageId = "volatile-register"; + } + ]; + features = { + "cm7-r0p1" = [ "cm7" ]; + "critical-section" = [ "dep:critical-section" ]; + "critical-section-single-core" = [ "critical-section/restore-state-bool" ]; + "serde" = [ "dep:serde" ]; + }; + }; + "cortex-m-rt" = rec { + crateName = "cortex-m-rt"; + version = "0.7.5"; + edition = "2021"; + links = "cortex-m-rt"; + sha256 = "19jvkxy9lfq1v4bfhksgm8pn1khgmqbnf0vbryf2jk5k8vn4s7c0"; + libName = "cortex_m_rt"; + authors = [ + "The Cortex-M Team <cortex-m@teams.rust-embedded.org>" + "Jorge Aparicio <jorge@japaric.io>" + "Hideki Sekine <sekineh@me.com>" + ]; + dependencies = [ + { + name = "cortex-m-rt-macros"; + packageId = "cortex-m-rt-macros"; + } + ]; + features = { + }; + resolvedDefaultFeatures = [ "device" ]; + }; + "cortex-m-rt-macros" = rec { + crateName = "cortex-m-rt-macros"; + version = "0.7.5"; + edition = "2021"; + sha256 = "0wplch1riq7zlfxyx29qjszbik4l0gk8w87xfvjydq59g6iljxg3"; + procMacro = true; + libName = "cortex_m_rt_macros"; + authors = [ + "Jorge Aparicio <jorge@japaric.io>" + ]; + dependencies = [ + { + name = "proc-macro2"; + packageId = "proc-macro2"; + } + { + name = "quote"; + packageId = "quote"; + } + { + name = "syn"; + packageId = "syn 2.0.100"; + features = [ "extra-traits" "full" ]; + } + ]; + + }; "cpufeatures" = rec { crateName = "cpufeatures"; - version = "0.2.16"; + version = "0.2.17"; edition = "2018"; - sha256 = "1hy466fkhxjbb16i7na95wz8yr14d0kd578pwzj5lbkz14jh5f0n"; + sha256 = "10023dnnaghhdl70xcds12fsx2b966sxbxjq5sxs49mvxqw5ivar"; authors = [ "RustCrypto Developers" ]; @@ -2629,22 +3084,26 @@ rec { { name = "libc"; packageId = "libc"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "aarch64-linux-android"); + usesDefaultFeatures = false; + target = { target, features }: (stdenv.hostPlatform.rust.rustcTarget == "aarch64-linux-android"); } { name = "libc"; packageId = "libc"; - target = { target, features }: (("aarch64" == target."arch") && ("linux" == target."os")); + usesDefaultFeatures = false; + target = { target, features }: (("aarch64" == target."arch" or null) && ("linux" == target."os" or null)); } { name = "libc"; packageId = "libc"; - target = { target, features }: (("aarch64" == target."arch") && ("apple" == target."vendor")); + usesDefaultFeatures = false; + target = { target, features }: (("aarch64" == target."arch" or null) && ("apple" == target."vendor" or null)); } { name = "libc"; packageId = "libc"; - target = { target, features }: (("loongarch64" == target."arch") && ("linux" == target."os")); + usesDefaultFeatures = false; + target = { target, features }: (("loongarch64" == target."arch" or null) && ("linux" == target."os" or null)); } ]; @@ -2666,6 +3125,31 @@ rec { ]; }; + "crc-any" = rec { + crateName = "crc-any"; + version = "2.5.0"; + edition = "2021"; + sha256 = "0wzs26q5cf29fhfnrkrjsr8dpai0rlm4im8b53by8rbrbzzwjbm6"; + libName = "crc_any"; + authors = [ + "Magic Len <len@magiclen.org>" + ]; + dependencies = [ + { + name = "debug-helper"; + packageId = "debug-helper"; + optional = true; + } + ]; + features = { + "alloc" = [ "debug-helper" ]; + "debug-helper" = [ "dep:debug-helper" ]; + "default" = [ "alloc" ]; + "development" = [ "std" ]; + "heapless" = [ "dep:heapless" ]; + }; + resolvedDefaultFeatures = [ "alloc" "debug-helper" "default" ]; + }; "crc-catalog" = rec { crateName = "crc-catalog"; version = "2.4.0"; @@ -2697,6 +3181,17 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; + "critical-section" = rec { + crateName = "critical-section"; + version = "1.2.0"; + edition = "2018"; + sha256 = "02ylhcykxjc40xrfhk1lwc21jqgz4dbwv3jr49ymw733c51yl3kr"; + libName = "critical_section"; + features = { + "std" = [ "restore-state-bool" ]; + }; + resolvedDefaultFeatures = [ "restore-state-u8" ]; + }; "crossbeam-deque" = rec { crateName = "crossbeam-deque"; version = "0.8.6"; @@ -2777,11 +3272,11 @@ rec { }; "crunchy" = rec { crateName = "crunchy"; - version = "0.2.2"; - edition = "2015"; - sha256 = "1dx9mypwd5mpfbbajm78xcrg5lirqk7934ik980mmaffg3hdm0bs"; + version = "0.2.3"; + edition = "2021"; + sha256 = "0aa9k4izp962qlsn5ndgw2zq62mizcpnkns8bxscgz3gqr35knj3"; authors = [ - "Vurich <jackefransham@hotmail.co.uk>" + "Eira Fransham <jackefransham@gmail.com>" ]; features = { "default" = [ "limit_128" ]; @@ -2825,11 +3320,7 @@ rec { requiredFeatures = [ ]; } ]; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./cyber-slides; } - else ./cyber-slides; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./cyber-slides; }; dependencies = [ { name = "async-std"; @@ -2845,11 +3336,11 @@ rec { } { name = "gio"; - packageId = "gio"; + packageId = "gio 0.18.4"; } { name = "glib"; - packageId = "glib"; + packageId = "glib 0.18.5"; } { name = "gtk4"; @@ -2858,7 +3349,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; features = [ "derive" ]; } { @@ -2872,11 +3363,7 @@ rec { crateName = "cyberpunk"; version = "0.1.0"; edition = "2021"; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./cyberpunk; } - else ./cyberpunk; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./cyberpunk; }; dependencies = [ { name = "cairo-rs"; @@ -2884,11 +3371,11 @@ rec { } { name = "gio"; - packageId = "gio"; + packageId = "gio 0.18.4"; } { name = "glib"; - packageId = "glib"; + packageId = "glib 0.18.5"; } { name = "gtk4"; @@ -2909,11 +3396,7 @@ rec { requiredFeatures = [ ]; } ]; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./cyberpunk-splash; } - else ./cyberpunk-splash; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./cyberpunk-splash; }; dependencies = [ { name = "async-std"; @@ -2929,11 +3412,11 @@ rec { } { name = "gio"; - packageId = "gio"; + packageId = "gio 0.18.4"; } { name = "glib"; - packageId = "glib"; + packageId = "glib 0.18.5"; } { name = "gtk4"; @@ -2954,11 +3437,7 @@ rec { requiredFeatures = [ ]; } ]; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./dashboard; } - else ./dashboard; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./dashboard; }; dependencies = [ { name = "async-std"; @@ -2996,11 +3475,11 @@ rec { } { name = "gio"; - packageId = "gio"; + packageId = "gio 0.18.4"; } { name = "glib"; - packageId = "glib"; + packageId = "glib 0.18.5"; } { name = "gtk4"; @@ -3028,7 +3507,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; features = [ "derive" ]; } { @@ -3055,9 +3534,9 @@ rec { }; "data-encoding" = rec { crateName = "data-encoding"; - version = "2.7.0"; + version = "2.8.0"; edition = "2018"; - sha256 = "0vxdv88fnvnxw29gk84gj5662xlv0p5hmlxpwp7d60cckp8fwq0f"; + sha256 = "0470yf5ly1ibzmwygyjqg9ii9njbsha3xr5qj5dxyf2psbgpapsp"; libName = "data_encoding"; authors = [ "Julien Cretin <git@ia0.eu>" @@ -3068,6 +3547,17 @@ rec { }; resolvedDefaultFeatures = [ "alloc" "default" "std" ]; }; + "debug-helper" = rec { + crateName = "debug-helper"; + version = "0.3.13"; + edition = "2021"; + sha256 = "0bhnpzpgmg8dkdr27g2b49slf6ca79m4idcb01z2krs0qkifhy7m"; + libName = "debug_helper"; + authors = [ + "Magic Len <len@magiclen.org>" + ]; + + }; "deflate" = rec { crateName = "deflate"; version = "0.8.6"; @@ -3134,9 +3624,9 @@ rec { }; "deranged" = rec { crateName = "deranged"; - version = "0.3.11"; + version = "0.4.1"; edition = "2021"; - sha256 = "1d1ibqqnr5qdrpw8rclwrf1myn3wf0dygl04idf4j2s49ah6yaxl"; + sha256 = "0n7hswnz5jz1rjy6zr8sc9awbszkmv1345hphccawj40w1larkr8"; authors = [ "Jacob Pratt <jacob@jhpratt.dev>" ]; @@ -3150,10 +3640,13 @@ rec { ]; features = { "default" = [ "std" ]; + "macros" = [ "dep:deranged-macros" ]; "num" = [ "dep:num-traits" ]; "powerfmt" = [ "dep:powerfmt" ]; "quickcheck" = [ "dep:quickcheck" "alloc" ]; - "rand" = [ "dep:rand" ]; + "rand" = [ "rand08" "rand09" ]; + "rand08" = [ "dep:rand08" ]; + "rand09" = [ "dep:rand09" ]; "serde" = [ "dep:serde" ]; "std" = [ "alloc" ]; }; @@ -3225,7 +3718,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; optional = true; } { @@ -3265,7 +3758,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; optional = true; } { @@ -3305,11 +3798,7 @@ rec { } { name = "syn"; -<<<<<<< HEAD - packageId = "syn 2.0.96"; -======= - packageId = "syn 2.0.87"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + packageId = "syn 2.0.100"; } ]; features = { @@ -3339,35 +3828,188 @@ rec { }; "either" = rec { crateName = "either"; - version = "1.13.0"; - edition = "2018"; - sha256 = "1w2c1mybrd7vljyxk77y9f4w9dyjrmp3yp82mk7bcm8848fazcb0"; + version = "1.15.0"; + edition = "2021"; + sha256 = "069p1fknsmzn9llaizh77kip0pqmcwpdsykv2x30xpjyija5gis8"; authors = [ "bluss" ]; dependencies = [ { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; optional = true; - features = [ "derive" ]; + usesDefaultFeatures = false; + features = [ "alloc" "derive" ]; } ]; features = { - "default" = [ "use_std" ]; + "default" = [ "std" ]; "serde" = [ "dep:serde" ]; + "use_std" = [ "std" ]; + }; + resolvedDefaultFeatures = [ "default" "serde" "std" ]; + }; + "embedded-alloc" = rec { + crateName = "embedded-alloc"; + version = "0.6.0"; + edition = "2021"; + sha256 = "1pdxy79hhw1211kp2wjjb3w9zj96fxvdnsdd4x30vnv87w9yjbcg"; + libName = "embedded_alloc"; + authors = [ + "The Cortex-M Team <cortex-m@teams.rust-embedded.org>" + "Jonathan Pallant <github@thejpster.org.uk>" + "Jorge Aparicio <jorge@japaric.io>" + "Sébastien Béchet <sebastien.bechet@osinix.com>" + ]; + dependencies = [ + { + name = "const-default"; + packageId = "const-default"; + optional = true; + usesDefaultFeatures = false; + } + { + name = "critical-section"; + packageId = "critical-section"; + } + { + name = "linked_list_allocator"; + packageId = "linked_list_allocator"; + optional = true; + usesDefaultFeatures = false; + } + { + name = "rlsf"; + packageId = "rlsf"; + optional = true; + usesDefaultFeatures = false; + } + ]; + features = { + "const-default" = [ "dep:const-default" ]; + "default" = [ "llff" "tlsf" ]; + "linked_list_allocator" = [ "dep:linked_list_allocator" ]; + "llff" = [ "linked_list_allocator" ]; + "rlsf" = [ "dep:rlsf" ]; + "tlsf" = [ "rlsf" "const-default" ]; + }; + resolvedDefaultFeatures = [ "const-default" "default" "linked_list_allocator" "llff" "rlsf" "tlsf" ]; + }; + "embedded-dma" = rec { + crateName = "embedded-dma"; + version = "0.2.0"; + edition = "2018"; + sha256 = "0ijld5jblcka4b95s1lwxd9k109nyaap34h44g122ddjbidpwkwr"; + libName = "embedded_dma"; + authors = [ + "Jan Teske <jteske@posteo.net>" + "Thales Fragoso <thales.fragosoz@gmail.com>" + ]; + dependencies = [ + { + name = "stable_deref_trait"; + packageId = "stable_deref_trait"; + usesDefaultFeatures = false; + } + ]; + + }; + "embedded-hal 0.2.7" = rec { + crateName = "embedded-hal"; + version = "0.2.7"; + edition = "2015"; + sha256 = "1zv6pkgg2yl0mzvh3jp326rhryqfnv4l27h78v7p7maag629i51m"; + libName = "embedded_hal"; + authors = [ + "The Embedded HAL Team <embedded-hal@teams.rust-embedded.org>" + "Jorge Aparicio <jorge@japaric.io>" + "Jonathan 'theJPster' Pallant <github@thejpster.org.uk>" + ]; + dependencies = [ + { + name = "nb"; + packageId = "nb 0.1.3"; + } + { + name = "void"; + packageId = "void"; + usesDefaultFeatures = false; + } + ]; + features = { + "unproven" = [ "nb/unstable" ]; + }; + resolvedDefaultFeatures = [ "unproven" ]; + }; + "embedded-hal 1.0.0" = rec { + crateName = "embedded-hal"; + version = "1.0.0"; + edition = "2021"; + sha256 = "128bb4h3kw8gvz6w7xa0z0j6nrk5jhm3aa7v350clkh0nzz906in"; + libName = "embedded_hal"; + authors = [ + "The Embedded HAL Team <embedded-hal@teams.rust-embedded.org>" + "Jorge Aparicio <jorge@japaric.io>" + "Jonathan 'theJPster' Pallant <github@thejpster.org.uk>" + ]; + features = { + "defmt-03" = [ "dep:defmt-03" ]; + }; + }; + "embedded-hal-async" = rec { + crateName = "embedded-hal-async"; + version = "1.0.0"; + edition = "2021"; + sha256 = "110q7zxsis2wl7gwshg86gpq0fgd85la4kfxqv1i7zppprdnhk0c"; + libName = "embedded_hal_async"; + authors = [ + "The Embedded HAL Team and Contributors <embedded-hal@teams.rust-embedded.org>" + ]; + dependencies = [ + { + name = "embedded-hal"; + packageId = "embedded-hal 1.0.0"; + } + ]; + features = { + "defmt-03" = [ "dep:defmt-03" "embedded-hal/defmt-03" ]; + }; + }; + "embedded-hal-nb" = rec { + crateName = "embedded-hal-nb"; + version = "1.0.0"; + edition = "2021"; + sha256 = "01c65qa4hihvmwqkgmy6yrqf3nxb5fqmk7i9jn4q53182j62d97v"; + libName = "embedded_hal_nb"; + dependencies = [ + { + name = "embedded-hal"; + packageId = "embedded-hal 1.0.0"; + } + { + name = "nb"; + packageId = "nb 1.1.0"; + } + ]; + + }; + "embedded-io" = rec { + crateName = "embedded-io"; + version = "0.6.1"; + edition = "2021"; + sha256 = "0v901xykajh3zffn6x4cnn4fhgfw3c8qpjwbsk6gai3gaccg3l7d"; + libName = "embedded_io"; + features = { + "defmt-03" = [ "dep:defmt-03" ]; + "std" = [ "alloc" ]; }; - resolvedDefaultFeatures = [ "default" "serde" "use_std" ]; }; "emseries" = rec { crateName = "emseries"; version = "0.6.0"; edition = "2021"; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./emseries; } - else ./emseries; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./emseries; }; authors = [ "Savanni D'Gerinel <savanni@luminescent-dreams.com>" ]; @@ -3384,7 +4026,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; } { name = "serde_derive"; @@ -3396,11 +4038,7 @@ rec { } { name = "thiserror"; -<<<<<<< HEAD packageId = "thiserror 1.0.69"; -======= - packageId = "thiserror 1.0.64"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) } { name = "uuid"; @@ -3462,7 +4100,7 @@ rec { } { name = "log"; - packageId = "log 0.4.25"; + packageId = "log 0.4.27"; features = [ "std" ]; } { @@ -3489,9 +4127,9 @@ rec { }; "equivalent" = rec { crateName = "equivalent"; - version = "1.0.1"; + version = "1.0.2"; edition = "2015"; - sha256 = "1malmx5f4lkfvqasz319lq6gb3ddg19yzf9s8cykfsgzdmyq0hsl"; + sha256 = "03swzqznragy8n0x31lqc78g2af054jwivp7lkrbrc0khz74lyl7"; }; "errno" = rec { @@ -3507,13 +4145,13 @@ rec { name = "libc"; packageId = "libc"; usesDefaultFeatures = false; - target = { target, features }: ("hermit" == target."os"); + target = { target, features }: ("hermit" == target."os" or null); } { name = "libc"; packageId = "libc"; usesDefaultFeatures = false; - target = { target, features }: ("wasi" == target."os"); + target = { target, features }: ("wasi" == target."os" or null); } { name = "libc"; @@ -3609,9 +4247,9 @@ rec { }; "event-listener-strategy" = rec { crateName = "event-listener-strategy"; - version = "0.5.3"; + version = "0.5.4"; edition = "2021"; - sha256 = "1ch5gf6knllyq12jkb5zdfag573dh44307q4pwwi2g37sc6lwgiw"; + sha256 = "14rv18av8s7n8yixg38bxp5vg2qs394rl1w052by5npzmbgz7scb"; libName = "event_listener_strategy"; authors = [ "John Nunley <dev@notgull.net>" @@ -3630,6 +4268,7 @@ rec { features = { "default" = [ "std" ]; "loom" = [ "event-listener/loom" ]; + "portable-atomic" = [ "event-listener/portable-atomic" ]; "std" = [ "event-listener/std" ]; }; resolvedDefaultFeatures = [ "std" ]; @@ -3657,7 +4296,7 @@ rec { } { name = "miniz_oxide"; - packageId = "miniz_oxide 0.8.3"; + packageId = "miniz_oxide 0.8.5"; } { name = "rayon-core"; @@ -3676,33 +4315,6 @@ rec { ]; }; - "fallible-iterator" = rec { - crateName = "fallible-iterator"; - version = "0.3.0"; - edition = "2018"; - sha256 = "0ja6l56yka5vn4y4pk6hn88z0bpny7a8k1919aqjzp0j1yhy9k1a"; - libName = "fallible_iterator"; - authors = [ - "Steven Fackler <sfackler@gmail.com>" - ]; - features = { - "default" = [ "alloc" ]; - "std" = [ "alloc" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" ]; - }; - "fallible-streaming-iterator" = rec { - crateName = "fallible-streaming-iterator"; - version = "0.1.9"; - edition = "2015"; - sha256 = "0nj6j26p71bjy8h42x6jahx1hn0ng6mc2miwpgwnp8vnwqf4jq3k"; - libName = "fallible_streaming_iterator"; - authors = [ - "Steven Fackler <sfackler@gmail.com>" - ]; - features = { - }; - }; "fastrand" = rec { crateName = "fastrand"; version = "2.3.0"; @@ -3753,7 +4365,7 @@ rec { buildDependencies = [ { name = "rustc_version"; - packageId = "rustc_version"; + packageId = "rustc_version 0.4.1"; } ]; @@ -3769,11 +4381,7 @@ rec { requiredFeatures = [ ]; } ]; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./file-service; } - else ./file-service; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./file-service; }; libName = "file_service"; authors = [ "savanni@luminescent-dreams.com" @@ -3828,7 +4436,7 @@ rec { } { name = "log"; - packageId = "log 0.4.25"; + packageId = "log 0.4.27"; } { name = "logger"; @@ -3848,7 +4456,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; features = [ "derive" ]; } { @@ -3861,11 +4469,7 @@ rec { } { name = "thiserror"; -<<<<<<< HEAD packageId = "thiserror 1.0.69"; -======= - packageId = "thiserror 1.0.64"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) } { name = "tokio"; @@ -3905,11 +4509,7 @@ rec { requiredFeatures = [ ]; } ]; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./fitnesstrax/app; } - else ./fitnesstrax/app; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./fitnesstrax/app; }; dependencies = [ { name = "async-channel"; @@ -3947,11 +4547,11 @@ rec { } { name = "gio"; - packageId = "gio"; + packageId = "gio 0.18.4"; } { name = "glib"; - packageId = "glib"; + packageId = "glib 0.18.5"; } { name = "gtk4"; @@ -3967,11 +4567,7 @@ rec { } { name = "thiserror"; -<<<<<<< HEAD packageId = "thiserror 1.0.69"; -======= - packageId = "thiserror 1.0.64"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) } { name = "tokio"; @@ -3989,9 +4585,9 @@ rec { }; "fixed" = rec { crateName = "fixed"; - version = "1.28.0"; + version = "1.29.0"; edition = "2021"; - sha256 = "0nn85j5x8yzx10q49jdzia4yp6pnasnxpnwh0p9aqr7qkfwf1il5"; + sha256 = "1hwmzqyik81ckv6j1vbi3f86dhi9dqca14q84543a5y4z3670w3h"; dependencies = [ { name = "az"; @@ -4021,9 +4617,9 @@ rec { }; "flate2" = rec { crateName = "flate2"; - version = "1.0.35"; + version = "1.1.0"; edition = "2018"; - sha256 = "0z6h0wa095wncpfngx75wyhyjnqwld7wax401gsvnzjhzgdbydn9"; + sha256 = "1p1qpmkkxky6y3869g2facflp0lmvgsbxq4bhkwpm69na9dazyhi"; authors = [ "Alex Crichton <alex@alexcrichton.com>" "Josh Triplett <josh@joshtriplett.org>" @@ -4035,16 +4631,16 @@ rec { } { name = "miniz_oxide"; - packageId = "miniz_oxide 0.8.3"; + packageId = "miniz_oxide 0.8.5"; optional = true; usesDefaultFeatures = false; features = [ "with-alloc" ]; } { name = "miniz_oxide"; - packageId = "miniz_oxide 0.8.3"; + packageId = "miniz_oxide 0.8.5"; usesDefaultFeatures = false; - target = { target, features }: (("wasm32" == target."arch") && (!("emscripten" == target."os"))); + target = { target, features }: (("wasm32" == target."arch" or null) && (!("emscripten" == target."os" or null))); features = [ "with-alloc" ]; } ]; @@ -4149,11 +4745,7 @@ rec { crateName = "fluent-ergonomics"; version = "0.2.0"; edition = "2018"; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./fluent-ergonomics; } - else ./fluent-ergonomics; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./fluent-ergonomics; }; libName = "fluent_ergonomics"; authors = [ "Savanni D'Gerinel <savanni@luminescent-dreams.com>" @@ -4219,11 +4811,7 @@ rec { dependencies = [ { name = "thiserror"; -<<<<<<< HEAD packageId = "thiserror 1.0.69"; -======= - packageId = "thiserror 1.0.64"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) } ]; features = { @@ -4287,9 +4875,9 @@ rec { }; "foldhash" = rec { crateName = "foldhash"; - version = "0.1.4"; + version = "0.1.5"; edition = "2021"; - sha256 = "0vsxw2iwpgs7yy6l7pndm7b8nllaq5vdxwnmjn1qpm5kyzhzvlm0"; + sha256 = "1wisr1xlc2bj7hk4rgkcjkz3j2x4dhd1h9lwk7mj8p71qpdgbi6r"; authors = [ "Orson Peters <orsonpeters@gmail.com>" ]; @@ -4347,6 +4935,106 @@ rec { }; resolvedDefaultFeatures = [ "alloc" "default" "std" ]; }; + "frunk" = rec { + crateName = "frunk"; + version = "0.4.3"; + edition = "2021"; + sha256 = "05xq51xfawnlgcz4qs6pn66c9sns1p3bl61nfpn77hlgfcbnljw7"; + authors = [ + "Lloyd <lloydmeta@gmail.com>" + ]; + dependencies = [ + { + name = "frunk_core"; + packageId = "frunk_core"; + usesDefaultFeatures = false; + } + { + name = "frunk_derives"; + packageId = "frunk_derives"; + usesDefaultFeatures = false; + } + ]; + features = { + "alloc" = [ "frunk_core/alloc" "serde?/alloc" ]; + "default" = [ "validated" "proc-macros" "alloc" ]; + "frunk_proc_macros" = [ "dep:frunk_proc_macros" ]; + "proc-macros" = [ "frunk_proc_macros" ]; + "serde" = [ "dep:serde" ]; + "std" = [ "alloc" "serde?/std" ]; + "validated" = [ "alloc" ]; + }; + }; + "frunk_core" = rec { + crateName = "frunk_core"; + version = "0.4.3"; + edition = "2021"; + sha256 = "0p3abck4syfgc1bihxjrbl0184bn3718bm9ki1w8f0b5jmqa0a9m"; + authors = [ + "Lloyd <lloydmeta@gmail.com>" + ]; + features = { + "alloc" = [ "serde?/alloc" ]; + "default" = [ "alloc" ]; + "serde" = [ "dep:serde" ]; + "std" = [ "alloc" ]; + }; + }; + "frunk_derives" = rec { + crateName = "frunk_derives"; + version = "0.4.3"; + edition = "2021"; + sha256 = "1qxavv8mzl8nh9gayxk0f2rsyxyw44f74py70jv883mf50y8p6z9"; + procMacro = true; + authors = [ + "Lloyd <lloydmeta@gmail.com>" + ]; + dependencies = [ + { + name = "frunk_proc_macro_helpers"; + packageId = "frunk_proc_macro_helpers"; + usesDefaultFeatures = false; + } + { + name = "quote"; + packageId = "quote"; + } + { + name = "syn"; + packageId = "syn 2.0.100"; + } + ]; + + }; + "frunk_proc_macro_helpers" = rec { + crateName = "frunk_proc_macro_helpers"; + version = "0.1.3"; + edition = "2021"; + sha256 = "1km5zr360x73xjn4v9f7d9wc4s0gsb57s8ifa5z9fxy36vpmda85"; + authors = [ + "Lloyd <lloydmeta@gmail.com>" + ]; + dependencies = [ + { + name = "frunk_core"; + packageId = "frunk_core"; + usesDefaultFeatures = false; + } + { + name = "proc-macro2"; + packageId = "proc-macro2"; + } + { + name = "quote"; + packageId = "quote"; + } + { + name = "syn"; + packageId = "syn 2.0.100"; + } + ]; + + }; "ft-core" = rec { crateName = "ft-core"; version = "0.1.0"; @@ -4358,11 +5046,7 @@ rec { requiredFeatures = [ ]; } ]; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./fitnesstrax/core; } - else ./fitnesstrax/core; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./fitnesstrax/core; }; libName = "ft_core"; dependencies = [ { @@ -4384,7 +5068,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; features = [ "derive" ]; } { @@ -4411,6 +5095,24 @@ rec { ]; }; + "fugit" = rec { + crateName = "fugit"; + version = "0.3.7"; + edition = "2021"; + sha256 = "1rzp49521akq49vs9m8llgmdkk08zb77rry10a7srm9797b6l60p"; + authors = [ + "Emil Fresk <emil.fresk@gmail.com>" + ]; + dependencies = [ + { + name = "gcd"; + packageId = "gcd"; + } + ]; + features = { + "defmt" = [ "dep:defmt" ]; + }; + }; "futures" = rec { crateName = "futures"; version = "0.3.31"; @@ -4654,11 +5356,7 @@ rec { } { name = "syn"; -<<<<<<< HEAD - packageId = "syn 2.0.96"; -======= - packageId = "syn 2.0.87"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + packageId = "syn 2.0.100"; features = [ "full" ]; } ]; @@ -4774,6 +5472,16 @@ rec { }; resolvedDefaultFeatures = [ "alloc" "async-await" "async-await-macro" "channel" "default" "futures-channel" "futures-io" "futures-macro" "futures-sink" "io" "memchr" "sink" "slab" "std" ]; }; + "gcd" = rec { + crateName = "gcd"; + version = "2.3.0"; + edition = "2021"; + sha256 = "06l4fib4dh4m6gazdrzzzinhvcpcfh05r4i4gzscl03vnjhqnx8x"; + authors = [ + "Corey Farwell <coreyf@rwell.org>" + ]; + + }; "gdk-pixbuf" = rec { crateName = "gdk-pixbuf"; version = "0.18.5"; @@ -4791,11 +5499,11 @@ rec { } { name = "gio"; - packageId = "gio"; + packageId = "gio 0.18.4"; } { name = "glib"; - packageId = "glib"; + packageId = "glib 0.18.5"; } { name = "libc"; @@ -4823,17 +5531,17 @@ rec { dependencies = [ { name = "gio-sys"; - packageId = "gio-sys"; + packageId = "gio-sys 0.18.1"; rename = "gio"; } { name = "glib-sys"; - packageId = "glib-sys"; + packageId = "glib-sys 0.18.1"; rename = "glib"; } { name = "gobject-sys"; - packageId = "gobject-sys"; + packageId = "gobject-sys 0.18.0"; rename = "gobject"; } { @@ -4844,7 +5552,7 @@ rec { buildDependencies = [ { name = "system-deps"; - packageId = "system-deps"; + packageId = "system-deps 6.2.2"; } ]; features = { @@ -4875,12 +5583,12 @@ rec { } { name = "gio"; - packageId = "gio"; + packageId = "gio 0.18.4"; features = [ "v2_66" ]; } { name = "glib"; - packageId = "glib"; + packageId = "glib 0.18.5"; features = [ "v2_66" ]; } { @@ -4889,7 +5597,7 @@ rec { } { name = "pango"; - packageId = "pango"; + packageId = "pango 0.18.3"; features = [ "v1_46" ]; } ]; @@ -4926,17 +5634,17 @@ rec { } { name = "gio-sys"; - packageId = "gio-sys"; + packageId = "gio-sys 0.18.1"; rename = "gio"; } { name = "glib-sys"; - packageId = "glib-sys"; + packageId = "glib-sys 0.18.1"; rename = "glib"; } { name = "gobject-sys"; - packageId = "gobject-sys"; + packageId = "gobject-sys 0.18.0"; rename = "gobject"; } { @@ -4945,7 +5653,7 @@ rec { } { name = "pango-sys"; - packageId = "pango-sys"; + packageId = "pango-sys 0.18.0"; rename = "pango"; } ]; @@ -4956,7 +5664,7 @@ rec { } { name = "system-deps"; - packageId = "system-deps"; + packageId = "system-deps 6.2.2"; } ]; features = { @@ -5020,11 +5728,7 @@ rec { crateName = "geo-types"; version = "0.1.0"; edition = "2018"; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./geo-types; } - else ./geo-types; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./geo-types; }; libName = "geo_types"; }; @@ -5041,6 +5745,12 @@ rec { name = "cfg-if"; packageId = "cfg-if"; } + { + name = "js-sys"; + packageId = "js-sys"; + optional = true; + target = { target, features }: ((("wasm32" == target."arch" or null) || ("wasm64" == target."arch" or null)) && ("unknown" == target."os" or null)); + } { name = "libc"; packageId = "libc"; @@ -5051,7 +5761,14 @@ rec { name = "wasi"; packageId = "wasi 0.11.0+wasi-snapshot-preview1"; usesDefaultFeatures = false; - target = { target, features }: ("wasi" == target."os"); + target = { target, features }: ("wasi" == target."os" or null); + } + { + name = "wasm-bindgen"; + packageId = "wasm-bindgen"; + optional = true; + usesDefaultFeatures = false; + target = { target, features }: ((("wasm32" == target."arch" or null) || ("wasm64" == target."arch" or null)) && ("unknown" == target."os" or null)); } ]; features = { @@ -5062,13 +5779,13 @@ rec { "rustc-dep-of-std" = [ "compiler_builtins" "core" "libc/rustc-dep-of-std" "wasi/rustc-dep-of-std" ]; "wasm-bindgen" = [ "dep:wasm-bindgen" ]; }; - resolvedDefaultFeatures = [ "std" ]; + resolvedDefaultFeatures = [ "js" "js-sys" "std" "wasm-bindgen" ]; }; - "getrandom 0.3.1" = rec { + "getrandom 0.3.2" = rec { crateName = "getrandom"; - version = "0.3.1"; + version = "0.3.2"; edition = "2021"; - sha256 = "1y154yzby383p63ndw6zpfm0fz3vf6c0zdwc7df6vkl150wrr923"; + sha256 = "1w2mlixa1989v7czr68iji7h67yra2pbg3s480wsqjza1r2sizkk"; authors = [ "The Rand Project Developers" ]; @@ -5081,60 +5798,61 @@ rec { name = "libc"; packageId = "libc"; usesDefaultFeatures = false; - target = { target, features }: ((("linux" == target."os") || ("android" == target."os")) && (!(("custom" == target."getrandom_backend") || ("rdrand" == target."getrandom_backend") || ("rndr" == target."getrandom_backend")))); + target = { target, features }: ((("linux" == target."os" or null) || ("android" == target."os" or null)) && (!((("linux" == target."os" or null) && ("" == target."env" or null)) || ("custom" == target."getrandom_backend" or null) || ("linux_raw" == target."getrandom_backend" or null) || ("rdrand" == target."getrandom_backend" or null) || ("rndr" == target."getrandom_backend" or null)))); } { name = "libc"; packageId = "libc"; usesDefaultFeatures = false; - target = { target, features }: (("dragonfly" == target."os") || ("freebsd" == target."os") || ("hurd" == target."os") || ("illumos" == target."os") || (("horizon" == target."os") && ("arm" == target."arch"))); + target = { target, features }: (("dragonfly" == target."os" or null) || ("freebsd" == target."os" or null) || ("hurd" == target."os" or null) || ("illumos" == target."os" or null) || ("cygwin" == target."os" or null) || (("horizon" == target."os" or null) && ("arm" == target."arch" or null))); } { name = "libc"; packageId = "libc"; usesDefaultFeatures = false; - target = { target, features }: (("haiku" == target."os") || ("redox" == target."os") || ("nto" == target."os") || ("aix" == target."os")); + target = { target, features }: (("haiku" == target."os" or null) || ("redox" == target."os" or null) || ("nto" == target."os" or null) || ("aix" == target."os" or null)); } { name = "libc"; packageId = "libc"; usesDefaultFeatures = false; - target = { target, features }: (("ios" == target."os") || ("visionos" == target."os") || ("watchos" == target."os") || ("tvos" == target."os")); + target = { target, features }: (("ios" == target."os" or null) || ("visionos" == target."os" or null) || ("watchos" == target."os" or null) || ("tvos" == target."os" or null)); } { name = "libc"; packageId = "libc"; usesDefaultFeatures = false; - target = { target, features }: (("macos" == target."os") || ("openbsd" == target."os") || ("vita" == target."os") || ("emscripten" == target."os")); + target = { target, features }: (("macos" == target."os" or null) || ("openbsd" == target."os" or null) || ("vita" == target."os" or null) || ("emscripten" == target."os" or null)); } { name = "libc"; packageId = "libc"; usesDefaultFeatures = false; - target = { target, features }: ("netbsd" == target."os"); + target = { target, features }: ("netbsd" == target."os" or null); } { name = "libc"; packageId = "libc"; usesDefaultFeatures = false; - target = { target, features }: ("solaris" == target."os"); + target = { target, features }: ("solaris" == target."os" or null); } { name = "libc"; packageId = "libc"; usesDefaultFeatures = false; - target = { target, features }: ("vxworks" == target."os"); + target = { target, features }: ("vxworks" == target."os" or null); + } + { + name = "r-efi"; + packageId = "r-efi"; + usesDefaultFeatures = false; + target = { target, features }: (("uefi" == target."os" or null) && ("efi_rng" == target."getrandom_backend" or null)); } { name = "wasi"; - packageId = "wasi 0.13.3+wasi-0.2.2"; + packageId = "wasi 0.14.2+wasi-0.2.4"; usesDefaultFeatures = false; - target = { target, features }: (("wasm32" == target."arch") && ("wasi" == target."os") && ("p2" == target."env")); - } - { - name = "windows-targets"; - packageId = "windows-targets 0.52.6"; - target = { target, features }: ((target."windows" or false) && (!("win7" == target."vendor"))); + target = { target, features }: (("wasm32" == target."arch" or null) && ("wasi" == target."os" or null) && ("p2" == target."env" or null)); } ]; features = { @@ -5207,7 +5925,7 @@ rec { }; resolvedDefaultFeatures = [ "read" "read-core" ]; }; - "gio" = rec { + "gio 0.18.4" = rec { crateName = "gio"; version = "0.18.4"; edition = "2021"; @@ -5236,12 +5954,12 @@ rec { } { name = "gio-sys"; - packageId = "gio-sys"; + packageId = "gio-sys 0.18.1"; rename = "ffi"; } { name = "glib"; - packageId = "glib"; + packageId = "glib 0.18.5"; } { name = "libc"; @@ -5261,11 +5979,7 @@ rec { } { name = "thiserror"; -<<<<<<< HEAD packageId = "thiserror 1.0.69"; -======= - packageId = "thiserror 1.0.64"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) } ]; devDependencies = [ @@ -5290,7 +6004,79 @@ rec { }; resolvedDefaultFeatures = [ "v2_58" "v2_60" "v2_62" "v2_64" "v2_66" ]; }; - "gio-sys" = rec { + "gio 0.20.9" = rec { + crateName = "gio"; + version = "0.20.9"; + edition = "2021"; + sha256 = "11vl4zkb3zvrklr7zhdlcyb35rbrm8d0xpbjfpm89782z1q0rw54"; + authors = [ + "The gtk-rs Project Developers" + ]; + dependencies = [ + { + name = "futures-channel"; + packageId = "futures-channel"; + } + { + name = "futures-core"; + packageId = "futures-core"; + usesDefaultFeatures = false; + } + { + name = "futures-io"; + packageId = "futures-io"; + } + { + name = "futures-util"; + packageId = "futures-util"; + usesDefaultFeatures = false; + } + { + name = "gio-sys"; + packageId = "gio-sys 0.20.9"; + } + { + name = "glib"; + packageId = "glib 0.20.9"; + } + { + name = "libc"; + packageId = "libc"; + } + { + name = "pin-project-lite"; + packageId = "pin-project-lite"; + } + { + name = "smallvec"; + packageId = "smallvec"; + } + ]; + devDependencies = [ + { + name = "futures-util"; + packageId = "futures-util"; + features = [ "io" ]; + } + ]; + features = { + "v2_58" = [ "gio-sys/v2_58" "glib/v2_58" ]; + "v2_60" = [ "v2_58" "gio-sys/v2_60" "glib/v2_60" ]; + "v2_62" = [ "v2_60" "gio-sys/v2_62" "glib/v2_62" ]; + "v2_64" = [ "v2_62" "gio-sys/v2_64" "glib/v2_64" ]; + "v2_66" = [ "v2_64" "gio-sys/v2_66" "glib/v2_66" ]; + "v2_68" = [ "v2_66" "gio-sys/v2_68" "glib/v2_68" ]; + "v2_70" = [ "v2_68" "gio-sys/v2_70" "glib/v2_70" ]; + "v2_72" = [ "v2_70" "gio-sys/v2_72" "glib/v2_72" ]; + "v2_74" = [ "v2_72" "gio-sys/v2_74" "glib/v2_74" ]; + "v2_76" = [ "v2_74" "gio-sys/v2_76" "glib/v2_76" ]; + "v2_78" = [ "v2_76" "gio-sys/v2_78" "glib/v2_78" ]; + "v2_80" = [ "v2_78" "gio-sys/v2_80" "glib/v2_80" ]; + "v2_82" = [ "v2_80" "gio-sys/v2_82" "glib/v2_82" ]; + "v2_84" = [ "v2_82" "gio-sys/v2_84" "glib/v2_84" ]; + }; + }; + "gio-sys 0.18.1" = rec { crateName = "gio-sys"; version = "0.18.1"; edition = "2021"; @@ -5302,12 +6088,12 @@ rec { dependencies = [ { name = "glib-sys"; - packageId = "glib-sys"; + packageId = "glib-sys 0.18.1"; rename = "glib"; } { name = "gobject-sys"; - packageId = "gobject-sys"; + packageId = "gobject-sys 0.18.0"; rename = "gobject"; } { @@ -5324,7 +6110,7 @@ rec { buildDependencies = [ { name = "system-deps"; - packageId = "system-deps"; + packageId = "system-deps 6.2.2"; } ]; features = { @@ -5341,7 +6127,58 @@ rec { }; resolvedDefaultFeatures = [ "v2_58" "v2_60" "v2_62" "v2_64" "v2_66" ]; }; - "glib" = rec { + "gio-sys 0.20.9" = rec { + crateName = "gio-sys"; + version = "0.20.9"; + edition = "2021"; + sha256 = "17izngigdvv3gfda2qk059vcgihmxbaa7rjl3cz8r69618jva3hn"; + libName = "gio_sys"; + authors = [ + "The gtk-rs Project Developers" + ]; + dependencies = [ + { + name = "glib-sys"; + packageId = "glib-sys 0.20.9"; + } + { + name = "gobject-sys"; + packageId = "gobject-sys 0.20.9"; + } + { + name = "libc"; + packageId = "libc"; + } + { + name = "windows-sys"; + packageId = "windows-sys 0.59.0"; + target = { target, features }: (target."windows" or false); + features = [ "Win32_Networking_WinSock" ]; + } + ]; + buildDependencies = [ + { + name = "system-deps"; + packageId = "system-deps 7.0.3"; + } + ]; + features = { + "v2_60" = [ "v2_58" ]; + "v2_62" = [ "v2_60" ]; + "v2_64" = [ "v2_62" ]; + "v2_66" = [ "v2_64" ]; + "v2_68" = [ "v2_66" ]; + "v2_70" = [ "v2_68" ]; + "v2_72" = [ "v2_70" ]; + "v2_74" = [ "v2_72" ]; + "v2_76" = [ "v2_74" ]; + "v2_78" = [ "v2_76" ]; + "v2_80" = [ "v2_78" ]; + "v2_82" = [ "v2_80" ]; + "v2_84" = [ "v2_82" ]; + }; + }; + "glib 0.18.5" = rec { crateName = "glib"; version = "0.18.5"; edition = "2021"; @@ -5352,7 +6189,7 @@ rec { dependencies = [ { name = "bitflags"; - packageId = "bitflags 2.8.0"; + packageId = "bitflags 2.9.0"; } { name = "futures-channel"; @@ -5378,22 +6215,22 @@ rec { } { name = "gio-sys"; - packageId = "gio-sys"; + packageId = "gio-sys 0.18.1"; rename = "gio_ffi"; optional = true; } { name = "glib-macros"; - packageId = "glib-macros"; + packageId = "glib-macros 0.18.5"; } { name = "glib-sys"; - packageId = "glib-sys"; + packageId = "glib-sys 0.18.1"; rename = "ffi"; } { name = "gobject-sys"; - packageId = "gobject-sys"; + packageId = "gobject-sys 0.18.0"; rename = "gobject_ffi"; } { @@ -5415,11 +6252,7 @@ rec { } { name = "thiserror"; -<<<<<<< HEAD packageId = "thiserror 1.0.69"; -======= - packageId = "thiserror 1.0.64"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) } ]; features = { @@ -5443,6 +6276,96 @@ rec { }; resolvedDefaultFeatures = [ "default" "gio" "gio_ffi" "v2_58" "v2_60" "v2_62" "v2_64" "v2_66" ]; }; + "glib 0.20.9" = rec { + crateName = "glib"; + version = "0.20.9"; + edition = "2021"; + sha256 = "11knyc1lgd0bkw42ysl4v2x3v9c7glqz5s9db8wyb7h5z2d82yvh"; + authors = [ + "The gtk-rs Project Developers" + ]; + dependencies = [ + { + name = "bitflags"; + packageId = "bitflags 2.9.0"; + } + { + name = "futures-channel"; + packageId = "futures-channel"; + } + { + name = "futures-core"; + packageId = "futures-core"; + usesDefaultFeatures = false; + } + { + name = "futures-executor"; + packageId = "futures-executor"; + } + { + name = "futures-task"; + packageId = "futures-task"; + usesDefaultFeatures = false; + } + { + name = "futures-util"; + packageId = "futures-util"; + } + { + name = "gio-sys"; + packageId = "gio-sys 0.20.9"; + optional = true; + } + { + name = "glib-macros"; + packageId = "glib-macros 0.20.7"; + } + { + name = "glib-sys"; + packageId = "glib-sys 0.20.9"; + } + { + name = "gobject-sys"; + packageId = "gobject-sys 0.20.9"; + } + { + name = "libc"; + packageId = "libc"; + } + { + name = "memchr"; + packageId = "memchr"; + } + { + name = "smallvec"; + packageId = "smallvec"; + features = [ "union" "const_generics" "const_new" ]; + } + ]; + features = { + "default" = [ "gio" ]; + "gio" = [ "gio-sys" ]; + "gio-sys" = [ "dep:gio-sys" ]; + "log" = [ "rs-log" ]; + "log_macros" = [ "log" ]; + "rs-log" = [ "dep:rs-log" ]; + "v2_58" = [ "glib-sys/v2_58" "gobject-sys/v2_58" ]; + "v2_60" = [ "v2_58" "glib-sys/v2_60" ]; + "v2_62" = [ "v2_60" "glib-sys/v2_62" "gobject-sys/v2_62" ]; + "v2_64" = [ "v2_62" "glib-sys/v2_64" ]; + "v2_66" = [ "v2_64" "glib-sys/v2_66" "gobject-sys/v2_66" ]; + "v2_68" = [ "v2_66" "glib-sys/v2_68" "gobject-sys/v2_68" ]; + "v2_70" = [ "v2_68" "glib-sys/v2_70" "gobject-sys/v2_70" ]; + "v2_72" = [ "v2_70" "glib-sys/v2_72" "gobject-sys/v2_72" ]; + "v2_74" = [ "v2_72" "glib-sys/v2_74" "gobject-sys/v2_74" ]; + "v2_76" = [ "v2_74" "glib-sys/v2_76" "gobject-sys/v2_76" ]; + "v2_78" = [ "v2_76" "glib-sys/v2_78" "gobject-sys/v2_78" ]; + "v2_80" = [ "v2_78" "glib-sys/v2_80" "gobject-sys/v2_80" ]; + "v2_82" = [ "v2_80" "glib-sys/v2_82" "gobject-sys/v2_82" ]; + "v2_84" = [ "v2_82" "glib-sys/v2_84" "gobject-sys/v2_84" ]; + }; + resolvedDefaultFeatures = [ "default" "gio" "gio-sys" ]; + }; "glib-build-tools 0.16.3" = rec { crateName = "glib-build-tools"; version = "0.16.3"; @@ -5484,7 +6407,7 @@ rec { "gio" = [ "dep:gio" ]; }; }; - "glib-macros" = rec { + "glib-macros 0.18.5" = rec { crateName = "glib-macros"; version = "0.18.5"; edition = "2021"; @@ -5517,17 +6440,48 @@ rec { } { name = "syn"; -<<<<<<< HEAD - packageId = "syn 2.0.96"; -======= - packageId = "syn 2.0.87"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + packageId = "syn 2.0.100"; features = [ "full" ]; } ]; }; - "glib-sys" = rec { + "glib-macros 0.20.7" = rec { + crateName = "glib-macros"; + version = "0.20.7"; + edition = "2021"; + sha256 = "0s6yik6pgqg5wydcz5v0x8m1jz57m5bsd50zkkpvlw9fy3w02mki"; + procMacro = true; + libName = "glib_macros"; + authors = [ + "The gtk-rs Project Developers" + ]; + dependencies = [ + { + name = "heck"; + packageId = "heck 0.5.0"; + } + { + name = "proc-macro-crate"; + packageId = "proc-macro-crate 3.3.0"; + } + { + name = "proc-macro2"; + packageId = "proc-macro2"; + } + { + name = "quote"; + packageId = "quote"; + } + { + name = "syn"; + packageId = "syn 2.0.100"; + features = [ "full" ]; + } + ]; + + }; + "glib-sys 0.18.1" = rec { crateName = "glib-sys"; version = "0.18.1"; edition = "2021"; @@ -5545,7 +6499,7 @@ rec { buildDependencies = [ { name = "system-deps"; - packageId = "system-deps"; + packageId = "system-deps 6.2.2"; } ]; features = { @@ -5562,6 +6516,43 @@ rec { }; resolvedDefaultFeatures = [ "v2_58" "v2_60" "v2_62" "v2_64" "v2_66" ]; }; + "glib-sys 0.20.9" = rec { + crateName = "glib-sys"; + version = "0.20.9"; + edition = "2021"; + sha256 = "1yxfqf6wllka0am0brqwwj18yb7q9xp79mhprgyd3zaclilqi4m8"; + libName = "glib_sys"; + authors = [ + "The gtk-rs Project Developers" + ]; + dependencies = [ + { + name = "libc"; + packageId = "libc"; + } + ]; + buildDependencies = [ + { + name = "system-deps"; + packageId = "system-deps 7.0.3"; + } + ]; + features = { + "v2_60" = [ "v2_58" ]; + "v2_62" = [ "v2_60" ]; + "v2_64" = [ "v2_62" ]; + "v2_66" = [ "v2_64" ]; + "v2_68" = [ "v2_66" ]; + "v2_70" = [ "v2_68" ]; + "v2_72" = [ "v2_70" ]; + "v2_74" = [ "v2_72" ]; + "v2_76" = [ "v2_74" ]; + "v2_78" = [ "v2_76" ]; + "v2_80" = [ "v2_78" ]; + "v2_82" = [ "v2_80" ]; + "v2_84" = [ "v2_82" ]; + }; + }; "glob" = rec { crateName = "glob"; version = "0.3.2"; @@ -5571,6 +6562,550 @@ rec { "The Rust Project Developers" ]; + }; + "gloo" = rec { + crateName = "gloo"; + version = "0.11.0"; + edition = "2021"; + sha256 = "0wnk1zxf63i9h73r0haw2laqck3iqs0gagnp739lpbsfwbn84lni"; + authors = [ + "Rust and WebAssembly Working Group" + ]; + dependencies = [ + { + name = "gloo-console"; + packageId = "gloo-console"; + optional = true; + } + { + name = "gloo-dialogs"; + packageId = "gloo-dialogs"; + optional = true; + } + { + name = "gloo-events"; + packageId = "gloo-events"; + optional = true; + } + { + name = "gloo-file"; + packageId = "gloo-file"; + optional = true; + } + { + name = "gloo-history"; + packageId = "gloo-history"; + optional = true; + } + { + name = "gloo-net"; + packageId = "gloo-net 0.5.0"; + optional = true; + } + { + name = "gloo-render"; + packageId = "gloo-render"; + optional = true; + } + { + name = "gloo-storage"; + packageId = "gloo-storage"; + optional = true; + } + { + name = "gloo-timers"; + packageId = "gloo-timers"; + optional = true; + } + { + name = "gloo-utils"; + packageId = "gloo-utils"; + optional = true; + } + { + name = "gloo-worker"; + packageId = "gloo-worker"; + optional = true; + } + ]; + features = { + "console" = [ "gloo-console" ]; + "default" = [ "timers" "events" "file" "dialogs" "storage" "render" "console" "utils" "history" "worker" "net" ]; + "dialogs" = [ "gloo-dialogs" ]; + "events" = [ "gloo-events" ]; + "file" = [ "gloo-file" ]; + "futures" = [ "timers" "file" "worker" "gloo-timers/futures" "gloo-file/futures" "gloo-worker/futures" ]; + "gloo-console" = [ "dep:gloo-console" ]; + "gloo-dialogs" = [ "dep:gloo-dialogs" ]; + "gloo-events" = [ "dep:gloo-events" ]; + "gloo-file" = [ "dep:gloo-file" ]; + "gloo-history" = [ "dep:gloo-history" ]; + "gloo-net" = [ "dep:gloo-net" ]; + "gloo-render" = [ "dep:gloo-render" ]; + "gloo-storage" = [ "dep:gloo-storage" ]; + "gloo-timers" = [ "dep:gloo-timers" ]; + "gloo-utils" = [ "dep:gloo-utils" ]; + "gloo-worker" = [ "dep:gloo-worker" ]; + "history" = [ "gloo-history" ]; + "net" = [ "gloo-net" ]; + "render" = [ "gloo-render" ]; + "storage" = [ "gloo-storage" ]; + "timers" = [ "gloo-timers" ]; + "utils" = [ "gloo-utils" ]; + "worker" = [ "gloo-worker" ]; + }; + resolvedDefaultFeatures = [ "console" "default" "dialogs" "events" "file" "gloo-console" "gloo-dialogs" "gloo-events" "gloo-file" "gloo-history" "gloo-net" "gloo-render" "gloo-storage" "gloo-timers" "gloo-utils" "gloo-worker" "history" "net" "render" "storage" "timers" "utils" "worker" ]; + }; + "gloo-console" = rec { + crateName = "gloo-console"; + version = "0.3.0"; + edition = "2021"; + sha256 = "0qg24wbvql0bsr980hbrm0pi11c3jmlwpj0pgdklz8mlas7qc5ra"; + libName = "gloo_console"; + authors = [ + "Rust and WebAssembly Working Group" + ]; + dependencies = [ + { + name = "gloo-utils"; + packageId = "gloo-utils"; + features = [ "serde" ]; + } + { + name = "js-sys"; + packageId = "js-sys"; + } + { + name = "serde"; + packageId = "serde 1.0.219"; + features = [ "derive" ]; + } + { + name = "wasm-bindgen"; + packageId = "wasm-bindgen"; + } + { + name = "web-sys"; + packageId = "web-sys"; + features = [ "console" "Document" ]; + } + ]; + + }; + "gloo-dialogs" = rec { + crateName = "gloo-dialogs"; + version = "0.2.0"; + edition = "2021"; + sha256 = "1pqmg2z3x4c3id25jd0p8rjwy5qjbc4k1x8gflsi9c1207hlhixz"; + libName = "gloo_dialogs"; + authors = [ + "Rust and WebAssembly Working Group" + ]; + dependencies = [ + { + name = "wasm-bindgen"; + packageId = "wasm-bindgen"; + } + { + name = "web-sys"; + packageId = "web-sys"; + features = [ "Window" ]; + } + ]; + + }; + "gloo-events" = rec { + crateName = "gloo-events"; + version = "0.2.0"; + edition = "2021"; + sha256 = "0h8yr4n1pvwp4rr87835w14kjdkycyn8gypmh2lmnf3wbys6zhi7"; + libName = "gloo_events"; + authors = [ + "Rust and WebAssembly Working Group" + ]; + dependencies = [ + { + name = "wasm-bindgen"; + packageId = "wasm-bindgen"; + } + { + name = "web-sys"; + packageId = "web-sys"; + features = [ "Event" "EventTarget" "AddEventListenerOptions" ]; + } + ]; + devDependencies = [ + { + name = "web-sys"; + packageId = "web-sys"; + features = [ "HtmlElement" "Window" "Document" "Element" "MouseEvent" "ProgressEvent" ]; + } + ]; + + }; + "gloo-file" = rec { + crateName = "gloo-file"; + version = "0.3.0"; + edition = "2021"; + sha256 = "07xxainnnrg6l3ccw2bvqiz4m76ih557aklp5r5q5cizhrqksmlp"; + libName = "gloo_file"; + authors = [ + "Rust and WebAssembly Working Group" + ]; + dependencies = [ + { + name = "gloo-events"; + packageId = "gloo-events"; + } + { + name = "js-sys"; + packageId = "js-sys"; + } + { + name = "wasm-bindgen"; + packageId = "wasm-bindgen"; + } + { + name = "web-sys"; + packageId = "web-sys"; + features = [ "Blob" "File" "FileList" "FileReader" "HtmlInputElement" "BlobPropertyBag" "FilePropertyBag" "DomException" "Url" ]; + } + ]; + devDependencies = [ + { + name = "web-sys"; + packageId = "web-sys"; + features = [ "Window" "Response" ]; + } + ]; + features = { + "futures" = [ "futures-channel" ]; + "futures-channel" = [ "dep:futures-channel" ]; + "mime" = [ "dep:mime" ]; + }; + resolvedDefaultFeatures = [ "default" ]; + }; + "gloo-history" = rec { + crateName = "gloo-history"; + version = "0.2.2"; + edition = "2021"; + sha256 = "1mhphqywgbqj4agpi4zyc4hah12nys7085jymiz44d5swlml6gwh"; + libName = "gloo_history"; + authors = [ + "Rust and WebAssembly Working Group" + ]; + dependencies = [ + { + name = "getrandom"; + packageId = "getrandom 0.2.15"; + target = { target, features }: ("wasm32" == target."arch" or null); + features = [ "js" ]; + } + { + name = "gloo-events"; + packageId = "gloo-events"; + } + { + name = "gloo-utils"; + packageId = "gloo-utils"; + } + { + name = "serde"; + packageId = "serde 1.0.219"; + features = [ "derive" ]; + } + { + name = "serde-wasm-bindgen"; + packageId = "serde-wasm-bindgen"; + } + { + name = "serde_urlencoded"; + packageId = "serde_urlencoded"; + optional = true; + } + { + name = "thiserror"; + packageId = "thiserror 1.0.69"; + optional = true; + } + { + name = "wasm-bindgen"; + packageId = "wasm-bindgen"; + } + { + name = "web-sys"; + packageId = "web-sys"; + features = [ "History" "Window" "Location" "Url" ]; + } + ]; + features = { + "default" = [ "query" ]; + "query" = [ "thiserror" "serde_urlencoded" ]; + "serde_urlencoded" = [ "dep:serde_urlencoded" ]; + "thiserror" = [ "dep:thiserror" ]; + }; + resolvedDefaultFeatures = [ "default" "query" "serde_urlencoded" "thiserror" ]; + }; + "gloo-net 0.5.0" = rec { + crateName = "gloo-net"; + version = "0.5.0"; + edition = "2021"; + sha256 = "0wz1xvll8nqzbiwswjswid7xm6332q15yr2wq4i8i6i3s51a5aj3"; + libName = "gloo_net"; + authors = [ + "Rust and WebAssembly Working Group" + "Muhammad Hamza <muhammadhamza1311@gmail.com>" + ]; + dependencies = [ + { + name = "futures-channel"; + packageId = "futures-channel"; + optional = true; + } + { + name = "futures-core"; + packageId = "futures-core"; + optional = true; + } + { + name = "futures-sink"; + packageId = "futures-sink"; + optional = true; + } + { + name = "gloo-utils"; + packageId = "gloo-utils"; + usesDefaultFeatures = false; + } + { + name = "http"; + packageId = "http 0.2.12"; + } + { + name = "js-sys"; + packageId = "js-sys"; + } + { + name = "pin-project"; + packageId = "pin-project"; + optional = true; + } + { + name = "serde"; + packageId = "serde 1.0.219"; + optional = true; + } + { + name = "serde_json"; + packageId = "serde_json"; + optional = true; + } + { + name = "thiserror"; + packageId = "thiserror 1.0.69"; + } + { + name = "wasm-bindgen"; + packageId = "wasm-bindgen"; + } + { + name = "wasm-bindgen-futures"; + packageId = "wasm-bindgen-futures"; + } + { + name = "web-sys"; + packageId = "web-sys"; + } + ]; + devDependencies = [ + { + name = "serde"; + packageId = "serde 1.0.219"; + features = [ "derive" ]; + } + ]; + features = { + "default" = [ "json" "websocket" "http" "eventsource" ]; + "eventsource" = [ "futures-channel" "futures-core" "pin-project" "web-sys/Event" "web-sys/EventTarget" "web-sys/EventSource" "web-sys/MessageEvent" ]; + "futures-channel" = [ "dep:futures-channel" ]; + "futures-core" = [ "dep:futures-core" ]; + "futures-io" = [ "dep:futures-io" ]; + "futures-sink" = [ "dep:futures-sink" ]; + "http" = [ "web-sys/Headers" "web-sys/UrlSearchParams" "web-sys/Url" "web-sys/Request" "web-sys/RequestInit" "web-sys/RequestMode" "web-sys/Response" "web-sys/ResponseInit" "web-sys/ResponseType" "web-sys/Window" "web-sys/RequestCache" "web-sys/RequestCredentials" "web-sys/ObserverCallback" "web-sys/RequestRedirect" "web-sys/ReferrerPolicy" "web-sys/AbortSignal" "web-sys/ReadableStream" "web-sys/Blob" "web-sys/FormData" "web-sys/WorkerGlobalScope" ]; + "io-util" = [ "futures-io" ]; + "json" = [ "serde" "serde_json" "gloo-utils/serde" ]; + "pin-project" = [ "dep:pin-project" ]; + "serde" = [ "dep:serde" ]; + "serde_json" = [ "dep:serde_json" ]; + "websocket" = [ "web-sys/WebSocket" "web-sys/AddEventListenerOptions" "web-sys/ErrorEvent" "web-sys/FileReader" "web-sys/MessageEvent" "web-sys/ProgressEvent" "web-sys/CloseEvent" "web-sys/CloseEventInit" "web-sys/BinaryType" "web-sys/Blob" "futures-channel" "futures-core" "futures-sink" "pin-project" ]; + }; + resolvedDefaultFeatures = [ "default" "eventsource" "futures-channel" "futures-core" "futures-sink" "http" "json" "pin-project" "serde" "serde_json" "websocket" ]; + }; + "gloo-net 0.6.0" = rec { + crateName = "gloo-net"; + version = "0.6.0"; + edition = "2021"; + sha256 = "1005q761m8kbifc01pvjyjfpj0qs3szh8qaxni13vjjq39xn4vy0"; + libName = "gloo_net"; + authors = [ + "Rust and WebAssembly Working Group" + "Elina <imelina@elina.website>" + ]; + dependencies = [ + { + name = "futures-channel"; + packageId = "futures-channel"; + optional = true; + } + { + name = "futures-core"; + packageId = "futures-core"; + optional = true; + } + { + name = "futures-sink"; + packageId = "futures-sink"; + optional = true; + } + { + name = "gloo-utils"; + packageId = "gloo-utils"; + usesDefaultFeatures = false; + } + { + name = "http"; + packageId = "http 1.3.1"; + } + { + name = "js-sys"; + packageId = "js-sys"; + } + { + name = "pin-project"; + packageId = "pin-project"; + optional = true; + } + { + name = "serde"; + packageId = "serde 1.0.219"; + optional = true; + } + { + name = "serde_json"; + packageId = "serde_json"; + optional = true; + } + { + name = "thiserror"; + packageId = "thiserror 1.0.69"; + } + { + name = "wasm-bindgen"; + packageId = "wasm-bindgen"; + } + { + name = "wasm-bindgen-futures"; + packageId = "wasm-bindgen-futures"; + } + { + name = "web-sys"; + packageId = "web-sys"; + } + ]; + devDependencies = [ + { + name = "serde"; + packageId = "serde 1.0.219"; + features = [ "derive" ]; + } + ]; + features = { + "default" = [ "json" "websocket" "http" "eventsource" ]; + "eventsource" = [ "futures-channel" "futures-core" "pin-project" "web-sys/Event" "web-sys/EventTarget" "web-sys/EventSource" "web-sys/MessageEvent" ]; + "futures-channel" = [ "dep:futures-channel" ]; + "futures-core" = [ "dep:futures-core" ]; + "futures-io" = [ "dep:futures-io" ]; + "futures-sink" = [ "dep:futures-sink" ]; + "http" = [ "web-sys/Headers" "web-sys/UrlSearchParams" "web-sys/Url" "web-sys/Request" "web-sys/RequestInit" "web-sys/RequestMode" "web-sys/Response" "web-sys/ResponseInit" "web-sys/ResponseType" "web-sys/RequestCache" "web-sys/RequestCredentials" "web-sys/ObserverCallback" "web-sys/RequestRedirect" "web-sys/ReferrerPolicy" "web-sys/AbortSignal" "web-sys/ReadableStream" "web-sys/Blob" "web-sys/FormData" ]; + "io-util" = [ "futures-io" ]; + "json" = [ "serde" "serde_json" "gloo-utils/serde" ]; + "pin-project" = [ "dep:pin-project" ]; + "serde" = [ "dep:serde" ]; + "serde_json" = [ "dep:serde_json" ]; + "websocket" = [ "web-sys/WebSocket" "web-sys/AddEventListenerOptions" "web-sys/ErrorEvent" "web-sys/FileReader" "web-sys/MessageEvent" "web-sys/ProgressEvent" "web-sys/CloseEvent" "web-sys/CloseEventInit" "web-sys/BinaryType" "web-sys/Blob" "futures-channel" "futures-core" "futures-sink" "pin-project" ]; + }; + resolvedDefaultFeatures = [ "default" "eventsource" "futures-channel" "futures-core" "futures-sink" "http" "json" "pin-project" "serde" "serde_json" "websocket" ]; + }; + "gloo-render" = rec { + crateName = "gloo-render"; + version = "0.2.0"; + edition = "2021"; + sha256 = "0cwqcka7l5p29idq174c6mi5cgal0rywngdck26qwfki8ikqn02n"; + libName = "gloo_render"; + authors = [ + "Rust and WebAssembly Working Group" + ]; + dependencies = [ + { + name = "wasm-bindgen"; + packageId = "wasm-bindgen"; + } + { + name = "web-sys"; + packageId = "web-sys"; + features = [ "Window" ]; + } + ]; + + }; + "gloo-storage" = rec { + crateName = "gloo-storage"; + version = "0.3.0"; + edition = "2021"; + sha256 = "0yi7740iza6nyg6n8sxzzhy6yg6xpbxhig7r2bwqlxcjihg07j7v"; + libName = "gloo_storage"; + authors = [ + "Rust and WebAssembly Working Group" + ]; + dependencies = [ + { + name = "gloo-utils"; + packageId = "gloo-utils"; + } + { + name = "js-sys"; + packageId = "js-sys"; + } + { + name = "serde"; + packageId = "serde 1.0.219"; + } + { + name = "serde_json"; + packageId = "serde_json"; + } + { + name = "thiserror"; + packageId = "thiserror 1.0.69"; + } + { + name = "wasm-bindgen"; + packageId = "wasm-bindgen"; + } + { + name = "web-sys"; + packageId = "web-sys"; + features = [ "Storage" "Window" ]; + } + ]; + devDependencies = [ + { + name = "serde"; + packageId = "serde 1.0.219"; + features = [ "derive" ]; + } + ]; + }; "gloo-timers" = rec { crateName = "gloo-timers"; @@ -5608,6 +7143,140 @@ rec { }; resolvedDefaultFeatures = [ "default" "futures" "futures-channel" "futures-core" ]; }; + "gloo-utils" = rec { + crateName = "gloo-utils"; + version = "0.2.0"; + edition = "2021"; + sha256 = "1am31cd6889shb7158bg9zzsjcpvyzxrhfhxgia8rc8k84smam8b"; + libName = "gloo_utils"; + authors = [ + "Rust and WebAssembly Working Group" + ]; + dependencies = [ + { + name = "js-sys"; + packageId = "js-sys"; + } + { + name = "serde"; + packageId = "serde 1.0.219"; + optional = true; + } + { + name = "serde_json"; + packageId = "serde_json"; + optional = true; + } + { + name = "wasm-bindgen"; + packageId = "wasm-bindgen"; + } + { + name = "web-sys"; + packageId = "web-sys"; + features = [ "Document" "History" "HtmlElement" "Location" "Window" "HtmlHeadElement" "Element" ]; + } + ]; + features = { + "default" = [ "serde" ]; + "serde" = [ "dep:serde" "dep:serde_json" ]; + }; + resolvedDefaultFeatures = [ "default" "serde" ]; + }; + "gloo-worker" = rec { + crateName = "gloo-worker"; + version = "0.5.0"; + edition = "2021"; + sha256 = "0pgymv97awlgcpl040mjmn8jwy5kzb72j98na20ir484fqnjcpq8"; + libName = "gloo_worker"; + authors = [ + "Rust and WebAssembly Working Group" + ]; + dependencies = [ + { + name = "bincode"; + packageId = "bincode"; + } + { + name = "futures"; + packageId = "futures"; + usesDefaultFeatures = false; + features = [ "std" ]; + } + { + name = "gloo-utils"; + packageId = "gloo-utils"; + } + { + name = "gloo-worker-macros"; + packageId = "gloo-worker-macros"; + } + { + name = "js-sys"; + packageId = "js-sys"; + } + { + name = "pinned"; + packageId = "pinned"; + } + { + name = "serde"; + packageId = "serde 1.0.219"; + features = [ "derive" ]; + } + { + name = "thiserror"; + packageId = "thiserror 1.0.69"; + } + { + name = "wasm-bindgen"; + packageId = "wasm-bindgen"; + } + { + name = "wasm-bindgen-futures"; + packageId = "wasm-bindgen-futures"; + } + { + name = "web-sys"; + packageId = "web-sys"; + features = [ "Blob" "BlobPropertyBag" "DedicatedWorkerGlobalScope" "MessageEvent" "Url" "Worker" "WorkerOptions" ]; + } + ]; + features = { + }; + resolvedDefaultFeatures = [ "default" ]; + }; + "gloo-worker-macros" = rec { + crateName = "gloo-worker-macros"; + version = "0.1.0"; + edition = "2021"; + sha256 = "1rs0f6b34mkhlmpmhqi747c34000sd5mxma92yacjyw5sicalv4m"; + procMacro = true; + libName = "gloo_worker_macros"; + authors = [ + "Rust and WebAssembly Working Group" + ]; + dependencies = [ + { + name = "proc-macro-crate"; + packageId = "proc-macro-crate 1.3.1"; + } + { + name = "proc-macro2"; + packageId = "proc-macro2"; + } + { + name = "quote"; + packageId = "quote"; + } + { + name = "syn"; + packageId = "syn 2.0.100"; + features = [ "full" ]; + } + ]; + + }; "gm-control-panel" = rec { crateName = "gm-control-panel"; version = "0.1.0"; @@ -5619,11 +7288,7 @@ rec { requiredFeatures = [ ]; } ]; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./gm-control-panel; } - else ./gm-control-panel; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./gm-control-panel; }; dependencies = [ { name = "config"; @@ -5644,11 +7309,11 @@ rec { } { name = "gio"; - packageId = "gio"; + packageId = "gio 0.18.4"; } { name = "glib"; - packageId = "glib"; + packageId = "glib 0.18.5"; } { name = "gtk4"; @@ -5664,7 +7329,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; } { name = "serde_json"; @@ -5700,11 +7365,7 @@ rec { requiredFeatures = [ ]; } ]; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./gm-dash/server; } - else ./gm-dash/server; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./gm-dash/server; }; dependencies = [ { name = "pipewire"; @@ -5712,7 +7373,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; features = [ "alloc" "derive" ]; } { @@ -5731,7 +7392,7 @@ rec { ]; }; - "gobject-sys" = rec { + "gobject-sys 0.18.0" = rec { crateName = "gobject-sys"; version = "0.18.0"; edition = "2021"; @@ -5743,7 +7404,7 @@ rec { dependencies = [ { name = "glib-sys"; - packageId = "glib-sys"; + packageId = "glib-sys 0.18.1"; rename = "glib"; } { @@ -5754,7 +7415,7 @@ rec { buildDependencies = [ { name = "system-deps"; - packageId = "system-deps"; + packageId = "system-deps 6.2.2"; } ]; features = { @@ -5769,6 +7430,45 @@ rec { }; resolvedDefaultFeatures = [ "v2_58" "v2_62" "v2_66" ]; }; + "gobject-sys 0.20.9" = rec { + crateName = "gobject-sys"; + version = "0.20.9"; + edition = "2021"; + sha256 = "1qz7jrpfk0z8mhnz7fxxx208kc5ljryif7f84sfas6d4735s6wy7"; + libName = "gobject_sys"; + authors = [ + "The gtk-rs Project Developers" + ]; + dependencies = [ + { + name = "glib-sys"; + packageId = "glib-sys 0.20.9"; + } + { + name = "libc"; + packageId = "libc"; + } + ]; + buildDependencies = [ + { + name = "system-deps"; + packageId = "system-deps 7.0.3"; + } + ]; + features = { + "v2_62" = [ "v2_58" ]; + "v2_66" = [ "v2_62" ]; + "v2_68" = [ "v2_66" ]; + "v2_70" = [ "v2_68" ]; + "v2_72" = [ "v2_70" ]; + "v2_74" = [ "v2_72" ]; + "v2_76" = [ "v2_74" ]; + "v2_78" = [ "v2_74" ]; + "v2_80" = [ "v2_78" ]; + "v2_82" = [ "v2_80" ]; + "v2_84" = [ "v2_80" ]; + }; + }; "graphene-rs" = rec { crateName = "graphene-rs"; version = "0.18.1"; @@ -5781,7 +7481,7 @@ rec { dependencies = [ { name = "glib"; - packageId = "glib"; + packageId = "glib 0.18.5"; } { name = "graphene-sys"; @@ -5809,7 +7509,7 @@ rec { dependencies = [ { name = "glib-sys"; - packageId = "glib-sys"; + packageId = "glib-sys 0.18.1"; rename = "glib"; } { @@ -5824,7 +7524,7 @@ rec { } { name = "system-deps"; - packageId = "system-deps"; + packageId = "system-deps 6.2.2"; } ]; features = { @@ -5871,7 +7571,7 @@ rec { } { name = "glib"; - packageId = "glib"; + packageId = "glib 0.18.5"; features = [ "v2_66" ]; } { @@ -5890,7 +7590,7 @@ rec { } { name = "pango"; - packageId = "pango"; + packageId = "pango 0.18.3"; features = [ "v1_46" ]; } ]; @@ -5927,12 +7627,12 @@ rec { } { name = "glib-sys"; - packageId = "glib-sys"; + packageId = "glib-sys 0.18.1"; rename = "glib"; } { name = "gobject-sys"; - packageId = "gobject-sys"; + packageId = "gobject-sys 0.18.0"; rename = "gobject"; } { @@ -5946,14 +7646,14 @@ rec { } { name = "pango-sys"; - packageId = "pango-sys"; + packageId = "pango-sys 0.18.0"; rename = "pango"; } ]; buildDependencies = [ { name = "system-deps"; - packageId = "system-deps"; + packageId = "system-deps 6.2.2"; } ]; features = { @@ -5996,12 +7696,12 @@ rec { } { name = "gio"; - packageId = "gio"; + packageId = "gio 0.18.4"; features = [ "v2_66" ]; } { name = "glib"; - packageId = "glib"; + packageId = "glib 0.18.5"; features = [ "v2_66" ]; } { @@ -6029,7 +7729,7 @@ rec { } { name = "pango"; - packageId = "pango"; + packageId = "pango 0.18.3"; features = [ "v1_46" ]; } ]; @@ -6097,6 +7797,7 @@ rec { crateName = "gtk4-sys"; version = "0.7.3"; edition = "2021"; + links = "gtk-4"; sha256 = "1f2ylskyqkjdik9fij2m46pra4jagnif5xyalbxfk3334fmc9n2l"; libName = "gtk4_sys"; authors = [ @@ -6120,17 +7821,17 @@ rec { } { name = "gio-sys"; - packageId = "gio-sys"; + packageId = "gio-sys 0.18.1"; rename = "gio"; } { name = "glib-sys"; - packageId = "glib-sys"; + packageId = "glib-sys 0.18.1"; rename = "glib"; } { name = "gobject-sys"; - packageId = "gobject-sys"; + packageId = "gobject-sys 0.18.0"; rename = "gobject"; } { @@ -6149,14 +7850,14 @@ rec { } { name = "pango-sys"; - packageId = "pango-sys"; + packageId = "pango-sys 0.18.0"; rename = "pango"; } ]; buildDependencies = [ { name = "system-deps"; - packageId = "system-deps"; + packageId = "system-deps 6.2.2"; } ]; features = { @@ -6244,9 +7945,9 @@ rec { }; "half" = rec { crateName = "half"; - version = "2.4.1"; + version = "2.5.0"; edition = "2021"; - sha256 = "123q4zzw1x4309961i69igzd1wb7pj04aaii3kwasrz3599qrl3d"; + sha256 = "1ldv2i761fjqxl4rn033nasjrdnw5ysnc1xalsfkfl5skc9zzckx"; authors = [ "Kathryn Long <squeeself@gmail.com>" ]; @@ -6258,7 +7959,7 @@ rec { { name = "crunchy"; packageId = "crunchy"; - target = { target, features }: ("spirv" == target."arch"); + target = { target, features }: ("spirv" == target."arch" or null); } ]; devDependencies = [ @@ -6268,6 +7969,7 @@ rec { } ]; features = { + "arbitrary" = [ "dep:arbitrary" ]; "bytemuck" = [ "dep:bytemuck" ]; "default" = [ "std" ]; "num-traits" = [ "dep:num-traits" ]; @@ -6279,6 +7981,23 @@ rec { }; resolvedDefaultFeatures = [ "alloc" "default" "std" ]; }; + "hash32" = rec { + crateName = "hash32"; + version = "0.3.1"; + edition = "2015"; + sha256 = "01h68z8qi5gl9lnr17nz10lay8wjiidyjdyd60kqx8ibj090pmj7"; + authors = [ + "Jorge Aparicio <jorge@japaric.io>" + ]; + dependencies = [ + { + name = "byteorder"; + packageId = "byteorder"; + usesDefaultFeatures = false; + } + ]; + + }; "hashbrown" = rec { crateName = "hashbrown"; version = "0.15.2"; @@ -6325,30 +8044,18 @@ rec { }; "hashlink" = rec { crateName = "hashlink"; -<<<<<<< HEAD version = "0.10.0"; edition = "2018"; sha256 = "1h8lzvnl9qxi3zyagivzz2p1hp6shgddfmccyf6jv7s1cdicz0kk"; -======= - version = "0.9.1"; - edition = "2018"; - sha256 = "1byq4nyrflm5s6wdx5qwp96l1qbp2d0nljvrr5yqrsfy51qzz93b"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) authors = [ "kyren <kerriganw@gmail.com>" ]; dependencies = [ { name = "hashbrown"; -<<<<<<< HEAD packageId = "hashbrown"; usesDefaultFeatures = false; features = [ "default-hasher" "inline-more" ]; -======= - packageId = "hashbrown 0.14.5"; - usesDefaultFeatures = false; - features = [ "ahash" "inline-more" ]; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) } ]; features = { @@ -6414,6 +8121,36 @@ rec { ]; }; + "heapless" = rec { + crateName = "heapless"; + version = "0.8.0"; + edition = "2021"; + sha256 = "1b9zpdjv4qkl2511s2c80fz16fx9in4m9qkhbaa8j73032v9xyqb"; + authors = [ + "Jorge Aparicio <jorge@japaric.io>" + "Per Lindgren <per.lindgren@ltu.se>" + "Emil Fresk <emil.fresk@gmail.com>" + ]; + dependencies = [ + { + name = "hash32"; + packageId = "hash32"; + } + { + name = "stable_deref_trait"; + packageId = "stable_deref_trait"; + usesDefaultFeatures = false; + } + ]; + features = { + "defmt-03" = [ "dep:defmt" ]; + "portable-atomic" = [ "dep:portable-atomic" ]; + "portable-atomic-critical-section" = [ "dep:portable-atomic" "portable-atomic" "portable-atomic?/critical-section" ]; + "portable-atomic-unsafe-assume-single-core" = [ "dep:portable-atomic" "portable-atomic" "portable-atomic?/unsafe-assume-single-core" ]; + "serde" = [ "dep:serde" ]; + "ufmt" = [ "dep:ufmt-write" ]; + }; + }; "heck 0.4.1" = rec { crateName = "heck"; version = "0.4.1"; @@ -6469,6 +8206,23 @@ rec { }; resolvedDefaultFeatures = [ "default" ]; }; + "hermit-abi 0.5.0" = rec { + crateName = "hermit-abi"; + version = "0.5.0"; + edition = "2021"; + sha256 = "0zp3khi7bl6x8gazm9i9dgjf4h47mj10v4j18i3823y3bkz81mzv"; + libName = "hermit_abi"; + authors = [ + "Stefan Lankes" + ]; + features = { + "alloc" = [ "dep:alloc" ]; + "compiler_builtins" = [ "dep:compiler_builtins" ]; + "core" = [ "dep:core" ]; + "rustc-dep-of-std" = [ "core" "alloc" "compiler_builtins/rustc-dep-of-std" ]; + }; + resolvedDefaultFeatures = [ "default" ]; + }; "hex" = rec { crateName = "hex"; version = "0.4.3"; @@ -6500,11 +8254,7 @@ rec { requiredFeatures = [ ]; } ]; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./hex-grid; } - else ./hex-grid; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./hex-grid; }; dependencies = [ { name = "cairo-rs"; @@ -6516,11 +8266,11 @@ rec { } { name = "gio"; - packageId = "gio"; + packageId = "gio 0.18.4"; } { name = "glib"; - packageId = "glib"; + packageId = "glib 0.18.5"; } { name = "gtk4"; @@ -6640,11 +8390,11 @@ rec { ]; }; - "http 1.2.0" = rec { + "http 1.3.1" = rec { crateName = "http"; - version = "1.2.0"; + version = "1.3.1"; edition = "2018"; - sha256 = "1skglzdf98j5nzxlii540n11is0w4l80mi5sm3xrj716asps4v7i"; + sha256 = "0r95i5h7dr1xadp1ac9453w0s62s27hzkam356nyx2d9mqqmva7l"; authors = [ "Alex Crichton <alex@alexcrichton.com>" "Carl Lerche <me@carllerche.com>" @@ -6669,7 +8419,7 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; - "http-body" = rec { + "http-body 0.4.6" = rec { crateName = "http-body"; version = "0.4.6"; edition = "2018"; @@ -6696,11 +8446,74 @@ rec { ]; }; + "http-body 1.0.1" = rec { + crateName = "http-body"; + version = "1.0.1"; + edition = "2018"; + sha256 = "111ir5k2b9ihz5nr9cz7cwm7fnydca7dx4hc7vr16scfzghxrzhy"; + libName = "http_body"; + authors = [ + "Carl Lerche <me@carllerche.com>" + "Lucio Franco <luciofranco14@gmail.com>" + "Sean McArthur <sean@seanmonstar.com>" + ]; + dependencies = [ + { + name = "bytes"; + packageId = "bytes"; + } + { + name = "http"; + packageId = "http 1.3.1"; + } + ]; + + }; + "http-body-util" = rec { + crateName = "http-body-util"; + version = "0.1.3"; + edition = "2018"; + sha256 = "0jm6jv4gxsnlsi1kzdyffjrj8cfr3zninnxpw73mvkxy4qzdj8dh"; + libName = "http_body_util"; + authors = [ + "Carl Lerche <me@carllerche.com>" + "Lucio Franco <luciofranco14@gmail.com>" + "Sean McArthur <sean@seanmonstar.com>" + ]; + dependencies = [ + { + name = "bytes"; + packageId = "bytes"; + } + { + name = "futures-core"; + packageId = "futures-core"; + usesDefaultFeatures = false; + } + { + name = "http"; + packageId = "http 1.3.1"; + } + { + name = "http-body"; + packageId = "http-body 1.0.1"; + } + { + name = "pin-project-lite"; + packageId = "pin-project-lite"; + } + ]; + features = { + "channel" = [ "dep:tokio" ]; + "full" = [ "channel" ]; + }; + resolvedDefaultFeatures = [ "default" ]; + }; "httparse" = rec { crateName = "httparse"; - version = "1.9.5"; + version = "1.10.1"; edition = "2018"; - sha256 = "0ip9v8m9lvgvq1lznl31wvn0ch1v254na7lhid9p29yx9rbx6wbx"; + sha256 = "11ycd554bw2dkgw0q61xsa7a4jn1wb1xbfacmf3dbwsikvkkvgvd"; authors = [ "Sean McArthur <sean@seanmonstar.com>" ]; @@ -6721,12 +8534,9 @@ rec { }; "humantime" = rec { crateName = "humantime"; - version = "2.1.0"; - edition = "2018"; - sha256 = "1r55pfkkf5v0ji1x6izrjwdq9v6sc7bv99xj6srywcar37xmnfls"; - authors = [ - "Paul Colomiets <paul@colomiets.name>" - ]; + version = "2.2.0"; + edition = "2021"; + sha256 = "17rz8jhh1mcv4b03wnknhv1shwq2v9vhkhlfg884pprsig62l4cv"; }; "hyper 0.10.16" = rec { @@ -6825,7 +8635,7 @@ rec { } { name = "http-body"; - packageId = "http-body"; + packageId = "http-body 0.4.6"; } { name = "httparse"; @@ -6894,6 +8704,103 @@ rec { }; resolvedDefaultFeatures = [ "client" "default" "h2" "http1" "http2" "runtime" "server" "socket2" "stream" "tcp" ]; }; + "hyper 1.6.0" = rec { + crateName = "hyper"; + version = "1.6.0"; + edition = "2021"; + sha256 = "103ggny2k31z0iq2gzwk2vbx601wx6xkpjpxn40hr3p3b0b5fayc"; + authors = [ + "Sean McArthur <sean@seanmonstar.com>" + ]; + dependencies = [ + { + name = "bytes"; + packageId = "bytes"; + } + { + name = "futures-channel"; + packageId = "futures-channel"; + optional = true; + } + { + name = "futures-util"; + packageId = "futures-util"; + optional = true; + usesDefaultFeatures = false; + } + { + name = "http"; + packageId = "http 1.3.1"; + } + { + name = "http-body"; + packageId = "http-body 1.0.1"; + } + { + name = "httparse"; + packageId = "httparse"; + optional = true; + } + { + name = "httpdate"; + packageId = "httpdate"; + optional = true; + } + { + name = "itoa"; + packageId = "itoa"; + optional = true; + } + { + name = "pin-project-lite"; + packageId = "pin-project-lite"; + optional = true; + } + { + name = "smallvec"; + packageId = "smallvec"; + optional = true; + features = [ "const_generics" "const_new" ]; + } + { + name = "tokio"; + packageId = "tokio"; + features = [ "sync" ]; + } + ]; + devDependencies = [ + { + name = "futures-channel"; + packageId = "futures-channel"; + features = [ "sink" ]; + } + { + name = "futures-util"; + packageId = "futures-util"; + usesDefaultFeatures = false; + features = [ "alloc" "sink" ]; + } + { + name = "pin-project-lite"; + packageId = "pin-project-lite"; + } + { + name = "tokio"; + packageId = "tokio"; + features = [ "fs" "macros" "net" "io-std" "io-util" "rt" "rt-multi-thread" "sync" "time" "test-util" ]; + } + ]; + features = { + "client" = [ "dep:want" "dep:pin-project-lite" "dep:smallvec" ]; + "ffi" = [ "dep:http-body-util" "futures-util?/alloc" ]; + "full" = [ "client" "http1" "http2" "server" ]; + "http1" = [ "dep:futures-channel" "dep:futures-util" "dep:httparse" "dep:itoa" ]; + "http2" = [ "dep:futures-channel" "dep:futures-util" "dep:h2" ]; + "server" = [ "dep:httpdate" "dep:pin-project-lite" "dep:smallvec" ]; + "tracing" = [ "dep:tracing" ]; + }; + resolvedDefaultFeatures = [ "default" "http1" "server" ]; + }; "hyper-tls" = rec { crateName = "hyper-tls"; version = "0.5.0"; @@ -6944,11 +8851,88 @@ rec { "vendored" = [ "native-tls/vendored" ]; }; }; + "hyper-util" = rec { + crateName = "hyper-util"; + version = "0.1.10"; + edition = "2021"; + sha256 = "1d1iwrkysjhq63pg54zk3vfby1j7zmxzm9zzyfr4lwvp0szcybfz"; + libName = "hyper_util"; + authors = [ + "Sean McArthur <sean@seanmonstar.com>" + ]; + dependencies = [ + { + name = "bytes"; + packageId = "bytes"; + } + { + name = "futures-util"; + packageId = "futures-util"; + usesDefaultFeatures = false; + } + { + name = "http"; + packageId = "http 1.3.1"; + } + { + name = "http-body"; + packageId = "http-body 1.0.1"; + } + { + name = "hyper"; + packageId = "hyper 1.6.0"; + } + { + name = "pin-project-lite"; + packageId = "pin-project-lite"; + } + { + name = "tokio"; + packageId = "tokio"; + optional = true; + usesDefaultFeatures = false; + } + { + name = "tower-service"; + packageId = "tower-service"; + optional = true; + } + ]; + devDependencies = [ + { + name = "bytes"; + packageId = "bytes"; + } + { + name = "hyper"; + packageId = "hyper 1.6.0"; + features = [ "full" ]; + } + { + name = "tokio"; + packageId = "tokio"; + features = [ "macros" "test-util" "signal" ]; + } + ]; + features = { + "client" = [ "hyper/client" "dep:tracing" "dep:futures-channel" "dep:tower-service" ]; + "client-legacy" = [ "client" "dep:socket2" "tokio/sync" ]; + "full" = [ "client" "client-legacy" "server" "server-auto" "server-graceful" "service" "http1" "http2" "tokio" ]; + "http1" = [ "hyper/http1" ]; + "http2" = [ "hyper/http2" ]; + "server" = [ "hyper/server" ]; + "server-auto" = [ "server" "http1" "http2" ]; + "server-graceful" = [ "server" "tokio/sync" "futures-util/alloc" ]; + "service" = [ "dep:tower-service" ]; + "tokio" = [ "dep:tokio" "tokio/net" "tokio/rt" "tokio/time" ]; + }; + resolvedDefaultFeatures = [ "default" "http1" "server" "service" "tokio" ]; + }; "iana-time-zone" = rec { crateName = "iana-time-zone"; - version = "0.1.61"; - edition = "2018"; - sha256 = "085jjsls330yj1fnwykfzmb2f10zp6l7w4fhq81ng81574ghhpi3"; + version = "0.1.62"; + edition = "2021"; + sha256 = "09yipibk825gz391k399x68agkdn0mblgx2x5iwj2rz50s5nbzdj"; libName = "iana_time_zone"; authors = [ "Andrew Straw <strawman@astraw.com>" @@ -6959,32 +8943,37 @@ rec { { name = "android_system_properties"; packageId = "android_system_properties"; - target = { target, features }: ("android" == target."os"); + target = { target, features }: ("android" == target."os" or null); } { name = "core-foundation-sys"; packageId = "core-foundation-sys"; - target = { target, features }: (("macos" == target."os") || ("ios" == target."os")); + target = { target, features }: ("apple" == target."vendor" or null); } { name = "iana-time-zone-haiku"; packageId = "iana-time-zone-haiku"; - target = { target, features }: ("haiku" == target."os"); + target = { target, features }: ("haiku" == target."os" or null); } { name = "js-sys"; packageId = "js-sys"; - target = { target, features }: (("wasm32" == target."arch") && ("unknown" == target."os")); + target = { target, features }: (("wasm32" == target."arch" or null) && ("unknown" == target."os" or null)); + } + { + name = "log"; + packageId = "log 0.4.27"; + target = { target, features }: (("wasm32" == target."arch" or null) && ("unknown" == target."os" or null)); } { name = "wasm-bindgen"; packageId = "wasm-bindgen"; - target = { target, features }: (("wasm32" == target."arch") && ("unknown" == target."os")); + target = { target, features }: (("wasm32" == target."arch" or null) && ("unknown" == target."os" or null)); } { name = "windows-core"; packageId = "windows-core"; - target = { target, features }: ("windows" == target."os"); + target = { target, features }: ("windows" == target."os" or null); } ]; features = { @@ -7019,19 +9008,15 @@ rec { requiredFeatures = [ ]; } ]; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./icon-test; } - else ./icon-test; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./icon-test; }; dependencies = [ { name = "gio"; - packageId = "gio"; + packageId = "gio 0.18.4"; } { name = "glib"; - packageId = "glib"; + packageId = "glib 0.18.5"; } { name = "gtk4"; @@ -7108,7 +9093,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; optional = true; usesDefaultFeatures = false; features = [ "alloc" "derive" ]; @@ -7134,7 +9119,7 @@ rec { devDependencies = [ { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; usesDefaultFeatures = false; features = [ "derive" ]; } @@ -7203,9 +9188,9 @@ rec { }; "icu_locid_transform_data" = rec { crateName = "icu_locid_transform_data"; - version = "1.5.0"; + version = "1.5.1"; edition = "2021"; - sha256 = "0vkgjixm0wzp2n3v5mw4j89ly05bg3lx96jpdggbwlpqi0rzzj7x"; + sha256 = "07gignya9gzynnyds88bmra4blq9jxzgrcss43vzk2q9h7byc5bm"; authors = [ "The ICU4X Project Developers" ]; @@ -7293,9 +9278,9 @@ rec { }; "icu_normalizer_data" = rec { crateName = "icu_normalizer_data"; - version = "1.5.0"; + version = "1.5.1"; edition = "2021"; - sha256 = "05lmk0zf0q7nzjnj5kbmsigj3qgr0rwicnn5pqi9n7krmbvzpjpq"; + sha256 = "1dqcm86spcqcs4jnra81yqq3g5bpw6bvf5iz621spj5x52137s65"; authors = [ "The ICU4X Project Developers" ]; @@ -7364,9 +9349,9 @@ rec { }; "icu_properties_data" = rec { crateName = "icu_properties_data"; - version = "1.5.0"; + version = "1.5.1"; edition = "2021"; - sha256 = "0scms7pd5a7yxx9hfl167f5qdf44as6r3bd8myhlngnxqgxyza37"; + sha256 = "1qm5vf17nyiwb87s3g9x9fsj32gkv4a7q7d2sblawx9vfncqgyw5"; authors = [ "The ICU4X Project Developers" ]; @@ -7464,7 +9449,7 @@ rec { } { name = "syn"; - packageId = "syn 2.0.96"; + packageId = "syn 2.0.100"; } ]; @@ -7537,18 +9522,8 @@ rec { packageId = "icu_normalizer"; } { -<<<<<<< HEAD name = "icu_properties"; packageId = "icu_properties"; -======= - name = "serde"; - packageId = "serde 1.0.210"; - features = [ "derive" ]; - } - { - name = "thiserror"; - packageId = "thiserror 1.0.64"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) } ]; features = { @@ -7734,48 +9709,59 @@ rec { }; resolvedDefaultFeatures = [ "bmp" "dds" "default" "dxt" "exr" "farbfeld" "gif" "hdr" "ico" "jpeg" "jpeg_rayon" "openexr" "png" "pnm" "qoi" "tga" "tiff" "webp" ]; }; - "include_dir" = rec { - crateName = "include_dir"; - version = "0.7.4"; + "implicit-clone" = rec { + crateName = "implicit-clone"; + version = "0.5.1"; edition = "2021"; - sha256 = "1pfh3g45z88kwq93skng0n6g3r7zkhq9ldqs9y8rvr7i11s12gcj"; + sha256 = "0q3bkbz2vfjhnf7g8x9j7bnwinvdiyh629dlfpqvcf2v7r1cbr48"; + libName = "implicit_clone"; authors = [ - "Michael Bryan <michaelfbryan@gmail.com>" + "Cecile Tonglet <cecile.tonglet@cecton.com>" ]; dependencies = [ { - name = "include_dir_macros"; - packageId = "include_dir_macros"; + name = "implicit-clone-derive"; + packageId = "implicit-clone-derive"; + optional = true; + } + { + name = "indexmap"; + packageId = "indexmap"; + optional = true; } ]; features = { - "glob" = [ "dep:glob" ]; - "metadata" = [ "include_dir_macros/metadata" ]; - "nightly" = [ "include_dir_macros/nightly" ]; + "default" = [ "derive" ]; + "derive" = [ "implicit-clone-derive" ]; + "implicit-clone-derive" = [ "dep:implicit-clone-derive" ]; + "indexmap" = [ "dep:indexmap" ]; + "map" = [ "indexmap" ]; + "serde" = [ "dep:serde" "indexmap/serde" ]; }; - resolvedDefaultFeatures = [ "default" ]; + resolvedDefaultFeatures = [ "default" "derive" "implicit-clone-derive" "indexmap" "map" ]; }; - "include_dir_macros" = rec { - crateName = "include_dir_macros"; - version = "0.7.4"; + "implicit-clone-derive" = rec { + crateName = "implicit-clone-derive"; + version = "0.1.2"; edition = "2021"; - sha256 = "0x8smnf6knd86g69p19z5lpfsaqp8w0nx14kdpkz1m8bxnkqbavw"; + sha256 = "088sppimdyl55gnzgqfb7ff9ikkifdj7y70ybjxd0qsy6dnip739"; procMacro = true; + libName = "implicit_clone_derive"; authors = [ - "Michael Bryan <michaelfbryan@gmail.com>" + "Cecile Tonglet <cecile.tonglet@cecton.com>" ]; dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } { name = "quote"; packageId = "quote"; } + { + name = "syn"; + packageId = "syn 2.0.100"; + features = [ "full" ]; + } ]; - features = { - }; + }; "indent_write" = rec { crateName = "indent_write"; @@ -7791,9 +9777,9 @@ rec { }; "indexmap" = rec { crateName = "indexmap"; - version = "2.7.0"; + version = "2.8.0"; edition = "2021"; - sha256 = "07s7jmdymvd0rm4yswp0j3napx57hkjm9gs9n55lvs2g78vj5y32"; + sha256 = "0n3hkpzch6q3wgzh8g8hiyac6kk3vgd8nfsxy8mi80jvw47xam1r"; dependencies = [ { name = "equivalent"; @@ -7812,7 +9798,6 @@ rec { "default" = [ "std" ]; "quickcheck" = [ "dep:quickcheck" ]; "rayon" = [ "dep:rayon" ]; - "rustc-rayon" = [ "dep:rustc-rayon" ]; "serde" = [ "dep:serde" ]; }; resolvedDefaultFeatures = [ "default" "std" ]; @@ -7865,9 +9850,9 @@ rec { }; "ipnet" = rec { crateName = "ipnet"; - version = "2.10.1"; + version = "2.11.0"; edition = "2018"; - sha256 = "025p9wm94q1w2l13hbbr4cbmfygly3a2ag8g5s618l2jhq4l3hnx"; + sha256 = "0c5i9sfi2asai28m8xp48k5gvwkqrg5ffpi767py6mzsrswv17s6"; authors = [ "Kris Price <kris@krisprice.nz>" ]; @@ -7933,9 +9918,9 @@ rec { }; "is-terminal" = rec { crateName = "is-terminal"; - version = "0.4.13"; + version = "0.4.16"; edition = "2018"; - sha256 = "0jwgjjz33kkmnwai3nsdk1pz9vb6gkqvw1d1vq7bs3q48kinh7r6"; + sha256 = "1acm63whnpwiw1padm9bpqz04sz8msymrmyxc55mvlq8hqqpykg0"; libName = "is_terminal"; authors = [ "softprops <d.tangren@gmail.com>" @@ -7944,17 +9929,17 @@ rec { dependencies = [ { name = "hermit-abi"; - packageId = "hermit-abi 0.4.0"; - target = { target, features }: ("hermit" == target."os"); + packageId = "hermit-abi 0.5.0"; + target = { target, features }: ("hermit" == target."os" or null); } { name = "libc"; packageId = "libc"; - target = { target, features }: ((target."unix" or false) || ("wasi" == target."os")); + target = { target, features }: ((target."unix" or false) || ("wasi" == target."os" or null)); } { name = "windows-sys"; - packageId = "windows-sys 0.52.0"; + packageId = "windows-sys 0.59.0"; target = { target, features }: (target."windows" or false); features = [ "Win32_Foundation" "Win32_Storage_FileSystem" "Win32_System_Console" ]; } @@ -7963,7 +9948,7 @@ rec { { name = "libc"; packageId = "libc"; - target = {target, features}: ((target."unix" or false) || ("wasi" == target."os")); + target = {target, features}: ((target."unix" or false) || ("wasi" == target."os" or null)); } ]; @@ -7977,7 +9962,27 @@ rec { }; resolvedDefaultFeatures = [ "default" ]; }; - "itertools" = rec { + "itertools 0.10.5" = rec { + crateName = "itertools"; + version = "0.10.5"; + edition = "2018"; + sha256 = "0ww45h7nxx5kj6z2y6chlskxd1igvs4j507anr6dzg99x1h25zdh"; + authors = [ + "bluss" + ]; + dependencies = [ + { + name = "either"; + packageId = "either"; + usesDefaultFeatures = false; + } + ]; + features = { + "default" = [ "use_std" ]; + "use_std" = [ "use_alloc" "either/use_std" ]; + }; + }; + "itertools 0.12.1" = rec { crateName = "itertools"; version = "0.12.1"; edition = "2018"; @@ -7999,9 +10004,9 @@ rec { }; "itoa" = rec { crateName = "itoa"; - version = "1.0.14"; + version = "1.0.15"; edition = "2018"; - sha256 = "0x26kr9m062mafaxgcf2p6h2x7cmixm0zw95aipzn2hr3d5jlnnp"; + sha256 = "0b4fj9kz54dr3wam0vprjwgygvycyw8r0qwg7vp19ly8b2w16psa"; authors = [ "David Tolnay <dtolnay@gmail.com>" ]; @@ -8092,7 +10097,7 @@ rec { dependencies = [ { name = "log"; - packageId = "log 0.4.25"; + packageId = "log 0.4.27"; features = [ "kv_unstable" ]; } ]; @@ -8104,16 +10109,12 @@ rec { edition = "2021"; crateBin = [ { - name = "main"; - path = "src/bin/main.rs"; + name = "l10n-db"; + path = "src/bin/l10n-db.rs"; requiredFeatures = [ ]; } ]; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./l10n-db; } - else ./l10n-db; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./l10n-db; }; libName = "l10n_db"; dependencies = [ { @@ -8133,7 +10134,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; features = [ "derive" ]; } { @@ -8146,7 +10147,7 @@ rec { } { name = "thiserror"; - packageId = "thiserror 2.0.11"; + packageId = "thiserror 2.0.12"; } { name = "toml"; @@ -8242,11 +10243,11 @@ rec { } { name = "gio"; - packageId = "gio"; + packageId = "gio 0.18.4"; } { name = "glib"; - packageId = "glib"; + packageId = "glib 0.18.5"; } { name = "gtk4"; @@ -8264,7 +10265,7 @@ rec { } { name = "pango"; - packageId = "pango"; + packageId = "pango 0.18.3"; } ]; features = { @@ -8283,6 +10284,7 @@ rec { crateName = "libadwaita-sys"; version = "0.5.3"; edition = "2021"; + links = "libadwaita-1"; sha256 = "16n6xsy6jhbj0jbpz8yvql6c9b89a99v9vhdz5s37mg1inisl42y"; libName = "libadwaita_sys"; authors = [ @@ -8296,17 +10298,17 @@ rec { } { name = "gio-sys"; - packageId = "gio-sys"; + packageId = "gio-sys 0.18.1"; rename = "gio"; } { name = "glib-sys"; - packageId = "glib-sys"; + packageId = "glib-sys 0.18.1"; rename = "glib"; } { name = "gobject-sys"; - packageId = "gobject-sys"; + packageId = "gobject-sys 0.18.0"; rename = "gobject"; } { @@ -8320,14 +10322,14 @@ rec { } { name = "pango-sys"; - packageId = "pango-sys"; + packageId = "pango-sys 0.18.0"; rename = "pango"; } ]; buildDependencies = [ { name = "system-deps"; - packageId = "system-deps"; + packageId = "system-deps 6.2.2"; } ]; features = { @@ -8339,9 +10341,9 @@ rec { }; "libc" = rec { crateName = "libc"; - version = "0.2.169"; + version = "0.2.171"; edition = "2021"; - sha256 = "02m253hs8gw0m1n8iyrsc4n15yzbqwhddi7w1l0ds7i92kdsiaxm"; + sha256 = "1mipla3dy3l59pfa9xy4iw2vdgn8n30dzf4vdnasjflxdqhkg6f1"; authors = [ "The Rust Project Developers" ]; @@ -8398,7 +10400,7 @@ rec { dependencies = [ { name = "bitflags"; - packageId = "bitflags 2.8.0"; + packageId = "bitflags 2.9.0"; } { name = "convert_case"; @@ -8433,7 +10435,7 @@ rec { } { name = "system-deps"; - packageId = "system-deps"; + packageId = "system-deps 6.2.2"; } ]; features = { @@ -8445,6 +10447,7 @@ rec { crateName = "libspa-sys"; version = "0.8.0"; edition = "2021"; + links = "libspa-0.2"; sha256 = "07yh4i5grzbxkchg6dnxlwbdw2wm5jnd7ffbhl77jr0388b9f3dz"; libName = "libspa_sys"; authors = [ @@ -8464,7 +10467,7 @@ rec { } { name = "system-deps"; - packageId = "system-deps"; + packageId = "system-deps 6.2.2"; } ]; features = { @@ -8474,6 +10477,7 @@ rec { crateName = "libsqlite3-sys"; version = "0.30.1"; edition = "2021"; + links = "sqlite3"; sha256 = "0jcikvgbj84xc7ikdmpc8m4y5lyqgrb9aqblphwk67kv95xgp69f"; libName = "libsqlite3_sys"; authors = [ @@ -8516,7 +10520,7 @@ rec { "syn" = [ "dep:syn" ]; "vcpkg" = [ "dep:vcpkg" ]; }; - resolvedDefaultFeatures = [ "bundled" "bundled_bindings" "cc" "default" "min_sqlite_version_3_14_0" "pkg-config" "unlock_notify" "vcpkg" ]; + resolvedDefaultFeatures = [ "bundled" "bundled_bindings" "cc" "pkg-config" "unlock_notify" "vcpkg" ]; }; "libyml" = rec { crateName = "libyml"; @@ -8547,11 +10551,7 @@ rec { crateName = "lights-core"; version = "0.1.0"; edition = "2021"; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./bike-lights/core; } - else ./bike-lights/core; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./bike-lights/core; }; libName = "lights_core"; dependencies = [ { @@ -8565,7 +10565,22 @@ rec { ]; }; - "linux-raw-sys" = rec { + "linked_list_allocator" = rec { + crateName = "linked_list_allocator"; + version = "0.10.5"; + edition = "2015"; + sha256 = "11k2dv6v5kq45kbvahll434f9iwfw0vsyaycp76q3vh5ahzldyls"; + authors = [ + "Philipp Oppermann <dev@phil-opp.com>" + ]; + features = { + "default" = [ "use_spin" ]; + "spinning_top" = [ "dep:spinning_top" ]; + "use_spin" = [ "spinning_top" ]; + "use_spin_nightly" = [ "use_spin" ]; + }; + }; + "linux-raw-sys 0.4.15" = rec { crateName = "linux-raw-sys"; version = "0.4.15"; edition = "2021"; @@ -8582,16 +10597,32 @@ rec { }; resolvedDefaultFeatures = [ "elf" "errno" "general" "if_ether" "ioctl" "net" "netlink" "no_std" "prctl" "xdp" ]; }; + "linux-raw-sys 0.9.3" = rec { + crateName = "linux-raw-sys"; + version = "0.9.3"; + edition = "2021"; + sha256 = "04zl7j4k1kgbn7rrl3i7yszaglgxp0c8dbwx8f1cabnjjwhb2zgy"; + 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" ]; + }; "litemap" = rec { crateName = "litemap"; - version = "0.7.4"; + version = "0.7.5"; edition = "2021"; - sha256 = "012ili3vppd4952sh6y3qwcd0jkd0bq2qpr9h7cppc8sj11k7saf"; + sha256 = "0mi8ykav0s974ps79p438x04snh0cdb7lc864b42jws5375i9yr3"; authors = [ "The ICU4X Project Developers" ]; features = { - "bench" = [ "serde" ]; "databake" = [ "dep:databake" ]; "default" = [ "alloc" ]; "serde" = [ "dep:serde" ]; @@ -8639,7 +10670,7 @@ rec { dependencies = [ { name = "log"; - packageId = "log 0.4.25"; + packageId = "log 0.4.27"; } ]; features = { @@ -8660,11 +10691,11 @@ rec { }; resolvedDefaultFeatures = [ "default" "use_std" ]; }; - "log 0.4.25" = rec { + "log 0.4.27" = rec { crateName = "log"; - version = "0.4.25"; + version = "0.4.27"; edition = "2021"; - sha256 = "17ydv5zhfv1zzygy458bmg3f3jx1vfziv9d74817w76yhfqgbjq4"; + sha256 = "150x589dqil307rv0rwj0jsgz5bjbwvl83gyl61jf873a7rjvp0k"; authors = [ "The Rust Project Developers" ]; @@ -8734,6 +10765,18 @@ rec { libPath = "lib.rs"; }; + "matchit" = rec { + crateName = "matchit"; + version = "0.8.4"; + edition = "2021"; + sha256 = "1hzl48fwq1cn5dvshfly6vzkzqhfihya65zpj7nz7lfx82mgzqa7"; + authors = [ + "Ibraheem Ahmed <ibraheem@ibraheem.ca>" + ]; + features = { + }; + resolvedDefaultFeatures = [ "default" ]; + }; "md-5" = rec { crateName = "md-5"; version = "0.10.6"; @@ -8810,11 +10853,7 @@ rec { crateName = "memorycache"; version = "0.1.0"; edition = "2018"; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./memorycache; } - else ./memorycache; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./memorycache; }; dependencies = [ { name = "chrono"; @@ -8826,7 +10865,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; } { name = "serde_derive"; @@ -9001,11 +11040,11 @@ rec { }; resolvedDefaultFeatures = [ "no_extern_crate_alloc" ]; }; - "miniz_oxide 0.8.3" = rec { + "miniz_oxide 0.8.5" = rec { crateName = "miniz_oxide"; - version = "0.8.3"; + version = "0.8.5"; edition = "2021"; - sha256 = "093r1kd1r9dyf05cbvsibgmh96pxp3qhzfvpd6f15bpggamjqh5q"; + sha256 = "1r9whkc61xri7m1cn4rjrjlhr32ab29nvfxcbg0ri5mmpgg08glf"; authors = [ "Frommi <daniil.liferenko@gmail.com>" "oyvindln <oyvindln@users.noreply.github.com>" @@ -9049,12 +11088,12 @@ rec { { name = "libc"; packageId = "libc"; - target = { target, features }: ("hermit" == target."os"); + target = { target, features }: ("hermit" == target."os" or null); } { name = "libc"; packageId = "libc"; - target = { target, features }: ("wasi" == target."os"); + target = { target, features }: ("wasi" == target."os" or null); } { name = "libc"; @@ -9064,7 +11103,7 @@ rec { { name = "wasi"; packageId = "wasi 0.11.0+wasi-snapshot-preview1"; - target = { target, features }: ("wasi" == target."os"); + target = { target, features }: ("wasi" == target."os" or null); } { name = "windows-sys"; @@ -9122,7 +11161,7 @@ rec { } { name = "log"; - packageId = "log 0.4.25"; + packageId = "log 0.4.27"; } { name = "memchr"; @@ -9180,9 +11219,9 @@ rec { }; "native-tls" = rec { crateName = "native-tls"; - version = "0.2.12"; + version = "0.2.14"; edition = "2015"; - sha256 = "0rkl65z70n7sy4d5w0qa99klg1hr43wx6kcprk4d2n9xr2r4wqd8"; + sha256 = "03hga800x8bzkp8h7frnm7yp545dwwawgmaq673vx7byk1139pl7"; libName = "native_tls"; authors = [ "Steven Fackler <sfackler@gmail.com>" @@ -9191,47 +11230,47 @@ rec { { name = "libc"; packageId = "libc"; - target = { target, features }: ("apple" == target."vendor"); + target = { target, features }: ("apple" == target."vendor" or null); } { name = "log"; - packageId = "log 0.4.25"; - target = { target, features }: (!(("windows" == target."os") || ("apple" == target."vendor"))); + packageId = "log 0.4.27"; + target = { target, features }: (!(("windows" == target."os" or null) || ("apple" == target."vendor" or null))); } { name = "openssl"; packageId = "openssl"; - target = { target, features }: (!(("windows" == target."os") || ("apple" == target."vendor"))); + target = { target, features }: (!(("windows" == target."os" or null) || ("apple" == target."vendor" or null))); } { name = "openssl-probe"; packageId = "openssl-probe"; - target = { target, features }: (!(("windows" == target."os") || ("apple" == target."vendor"))); + target = { target, features }: (!(("windows" == target."os" or null) || ("apple" == target."vendor" or null))); } { name = "openssl-sys"; packageId = "openssl-sys"; - target = { target, features }: (!(("windows" == target."os") || ("apple" == target."vendor"))); + target = { target, features }: (!(("windows" == target."os" or null) || ("apple" == target."vendor" or null))); } { name = "schannel"; packageId = "schannel"; - target = { target, features }: ("windows" == target."os"); + target = { target, features }: ("windows" == target."os" or null); } { name = "security-framework"; packageId = "security-framework"; - target = { target, features }: ("apple" == target."vendor"); + target = { target, features }: ("apple" == target."vendor" or null); } { name = "security-framework-sys"; packageId = "security-framework-sys"; - target = { target, features }: ("apple" == target."vendor"); + target = { target, features }: ("apple" == target."vendor" or null); } { name = "tempfile"; packageId = "tempfile"; - target = { target, features }: ("macos" == target."os"); + target = { target, features }: ("macos" == target."os" or null); } ]; devDependencies = [ @@ -9245,6 +11284,36 @@ rec { "vendored" = [ "openssl/vendored" ]; }; }; + "nb 0.1.3" = rec { + crateName = "nb"; + version = "0.1.3"; + edition = "2015"; + sha256 = "0vyh31pbwrg21f8hz1ipb9i20qwnfwx47gz92i9frdhk0pd327c0"; + authors = [ + "Jorge Aparicio <jorge@japaric.io>" + ]; + dependencies = [ + { + name = "nb"; + packageId = "nb 1.1.0"; + } + ]; + features = { + }; + resolvedDefaultFeatures = [ "unstable" ]; + }; + "nb 1.1.0" = rec { + crateName = "nb"; + version = "1.1.0"; + edition = "2018"; + sha256 = "179kbn9l6vhshncycagis7f8mfjppz4fhvgnmcikqz30mp23jm4d"; + authors = [ + "Jorge Aparicio <jorge@japaric.io>" + ]; + features = { + "defmt-0-3" = [ "dep:defmt" ]; + }; + }; "nix" = rec { crateName = "nix"; version = "0.27.1"; @@ -9256,7 +11325,7 @@ rec { dependencies = [ { name = "bitflags"; - packageId = "bitflags 2.8.0"; + packageId = "bitflags 2.9.0"; } { name = "cfg-if"; @@ -9333,11 +11402,7 @@ rec { crateName = "nom-training"; version = "0.1.0"; edition = "2021"; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./nom-training; } - else ./nom-training; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./nom-training; }; libName = "nom_training"; dependencies = [ { @@ -9577,7 +11642,7 @@ rec { { name = "hermit-abi"; packageId = "hermit-abi 0.3.9"; - target = { target, features }: ("hermit" == target."os"); + target = { target, features }: ("hermit" == target."os" or null); } { name = "libc"; @@ -9587,6 +11652,62 @@ rec { ]; }; + "num_enum" = rec { + crateName = "num_enum"; + version = "0.5.11"; + edition = "2018"; + sha256 = "1japmqhcxwn1d3k7q8jw58y7xfby51s16nzd6dkj483cj2pnqr0z"; + authors = [ + "Daniel Wagner-Hall <dawagner@gmail.com>" + "Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>" + "Vincent Esche <regexident@gmail.com>" + ]; + dependencies = [ + { + name = "num_enum_derive"; + packageId = "num_enum_derive"; + usesDefaultFeatures = false; + } + ]; + features = { + "complex-expressions" = [ "num_enum_derive/complex-expressions" ]; + "default" = [ "std" ]; + "std" = [ "num_enum_derive/std" ]; + }; + }; + "num_enum_derive" = rec { + crateName = "num_enum_derive"; + version = "0.5.11"; + edition = "2018"; + sha256 = "16f7r4jila0ckcgdnfgqyhhb90w9m2pdbwayyqmwcci0j6ygkgyw"; + procMacro = true; + authors = [ + "Daniel Wagner-Hall <dawagner@gmail.com>" + "Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>" + "Vincent Esche <regexident@gmail.com>" + ]; + dependencies = [ + { + name = "proc-macro2"; + packageId = "proc-macro2"; + } + { + name = "quote"; + packageId = "quote"; + } + { + name = "syn"; + packageId = "syn 1.0.109"; + features = [ "parsing" ]; + } + ]; + features = { + "complex-expressions" = [ "syn/full" ]; + "default" = [ "std" ]; + "proc-macro-crate" = [ "dep:proc-macro-crate" ]; + "std" = [ "proc-macro-crate" ]; + }; + }; "object" = rec { crateName = "object"; version = "0.36.7"; @@ -9623,9 +11744,9 @@ rec { }; "once_cell" = rec { crateName = "once_cell"; - version = "1.20.2"; + version = "1.21.3"; edition = "2021"; - sha256 = "0xb7rw1aqr7pa4z3b00y7786gyf8awx2gca3md73afy76dzgwq8j"; + sha256 = "0b9x77lb9f1j6nqgf5aka4s2qj0nly176bpbrv6f9iakk5ff3xa2"; authors = [ "Aleksey Kladov <aleksey.kladov@gmail.com>" ]; @@ -9642,16 +11763,16 @@ rec { }; "openssl" = rec { crateName = "openssl"; - version = "0.10.68"; + version = "0.10.71"; edition = "2021"; - sha256 = "1xbiz2bmba2fibg70s462yk2fndp3f9vz11c7iw0ilh2y54bqx31"; + sha256 = "1kgvk6wi57bacn6b5z6b57vkyd2j85s6vyxhvj7jbkcqd861652y"; authors = [ "Steven Fackler <sfackler@gmail.com>" ]; dependencies = [ { name = "bitflags"; - packageId = "bitflags 2.8.0"; + packageId = "bitflags 2.9.0"; } { name = "cfg-if"; @@ -9704,11 +11825,7 @@ rec { } { name = "syn"; -<<<<<<< HEAD - packageId = "syn 2.0.96"; -======= - packageId = "syn 2.0.87"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + packageId = "syn 2.0.100"; features = [ "full" ]; } ]; @@ -9716,9 +11833,9 @@ rec { }; "openssl-probe" = rec { crateName = "openssl-probe"; - version = "0.1.5"; - edition = "2015"; - sha256 = "1kq18qm48rvkwgcggfkqq6pm948190czqc94d6bm2sir5hq1l0gz"; + version = "0.1.6"; + edition = "2021"; + sha256 = "0bl52x55laalqb707k009h8kfawliwp992rlsvkzy49n47p2fpnh"; libName = "openssl_probe"; authors = [ "Alex Crichton <alex@alexcrichton.com>" @@ -9727,9 +11844,10 @@ rec { }; "openssl-sys" = rec { crateName = "openssl-sys"; - version = "0.9.104"; + version = "0.9.106"; edition = "2021"; - sha256 = "0hf712xcxmycnlc09r8d446b3mwqchsbfrjv374fp7grrc3g7as5"; + links = "openssl"; + sha256 = "1pbwfy5x8znchsbqf7rnkdbdhw1fis5hpx3940y9xhqwh6lixdlb"; build = "build/main.rs"; libName = "openssl_sys"; authors = [ @@ -9768,11 +11886,7 @@ rec { crateName = "otg-core"; version = "0.1.0"; edition = "2021"; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./otg/core; } - else ./otg/core; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./otg/core; }; libName = "otg_core"; dependencies = [ { @@ -9801,7 +11915,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; features = [ "derive" ]; } { @@ -9814,11 +11928,7 @@ rec { } { name = "thiserror"; -<<<<<<< HEAD packageId = "thiserror 1.0.69"; -======= - packageId = "thiserror 1.0.64"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) } { name = "uuid"; @@ -9845,11 +11955,7 @@ rec { requiredFeatures = [ ]; } ]; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./otg/gtk; } - else ./otg/gtk; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./otg/gtk; }; libName = "otg_gtk"; dependencies = [ { @@ -9866,11 +11972,11 @@ rec { } { name = "gio"; - packageId = "gio"; + packageId = "gio 0.18.4"; } { name = "glib"; - packageId = "glib"; + packageId = "glib 0.18.5"; } { name = "gtk4"; @@ -9894,7 +12000,7 @@ rec { } { name = "pango"; - packageId = "pango"; + packageId = "pango 0.20.9"; } { name = "sgf"; @@ -9921,7 +12027,7 @@ rec { }; resolvedDefaultFeatures = [ "screenplay" ]; }; - "pango" = rec { + "pango 0.18.3" = rec { crateName = "pango"; version = "0.18.3"; edition = "2021"; @@ -9932,11 +12038,11 @@ rec { dependencies = [ { name = "gio"; - packageId = "gio"; + packageId = "gio 0.18.4"; } { name = "glib"; - packageId = "glib"; + packageId = "glib 0.18.5"; } { name = "libc"; @@ -9948,7 +12054,7 @@ rec { } { name = "pango-sys"; - packageId = "pango-sys"; + packageId = "pango-sys 0.18.0"; rename = "ffi"; } ]; @@ -9962,7 +12068,44 @@ rec { }; resolvedDefaultFeatures = [ "v1_42" "v1_44" "v1_46" "v1_48" "v1_50" ]; }; - "pango-sys" = rec { + "pango 0.20.9" = rec { + crateName = "pango"; + version = "0.20.9"; + edition = "2021"; + sha256 = "1v7h4m7sz0x38il14jzsw7qphbpsw17a0hq8zj5w16ygp30ms7vb"; + authors = [ + "The gtk-rs Project Developers" + ]; + dependencies = [ + { + name = "gio"; + packageId = "gio 0.20.9"; + } + { + name = "glib"; + packageId = "glib 0.20.9"; + } + { + name = "libc"; + packageId = "libc"; + } + { + name = "pango-sys"; + packageId = "pango-sys 0.20.9"; + } + ]; + features = { + "v1_42" = [ "pango-sys/v1_42" ]; + "v1_44" = [ "v1_42" "pango-sys/v1_44" ]; + "v1_46" = [ "v1_44" "pango-sys/v1_46" ]; + "v1_48" = [ "v1_46" "pango-sys/v1_48" ]; + "v1_50" = [ "v1_48" "pango-sys/v1_50" ]; + "v1_52" = [ "v1_50" "pango-sys/v1_52" ]; + "v1_54" = [ "v1_52" "pango-sys/v1_54" ]; + "v1_56" = [ "v1_54" "pango-sys/v1_56" ]; + }; + }; + "pango-sys 0.18.0" = rec { crateName = "pango-sys"; version = "0.18.0"; edition = "2021"; @@ -9974,12 +12117,12 @@ rec { dependencies = [ { name = "glib-sys"; - packageId = "glib-sys"; + packageId = "glib-sys 0.18.1"; rename = "glib"; } { name = "gobject-sys"; - packageId = "gobject-sys"; + packageId = "gobject-sys 0.18.0"; rename = "gobject"; } { @@ -9990,7 +12133,7 @@ rec { buildDependencies = [ { name = "system-deps"; - packageId = "system-deps"; + packageId = "system-deps 6.2.2"; } ]; features = { @@ -10002,6 +12145,56 @@ rec { }; resolvedDefaultFeatures = [ "v1_42" "v1_44" "v1_46" "v1_48" "v1_50" ]; }; + "pango-sys 0.20.9" = rec { + crateName = "pango-sys"; + version = "0.20.9"; + edition = "2021"; + sha256 = "1dds8ljd3ar05c9744s3xlcyg8bkg5a211mpkvj8zgbk2rsrpfqd"; + libName = "pango_sys"; + authors = [ + "The gtk-rs Project Developers" + ]; + dependencies = [ + { + name = "glib-sys"; + packageId = "glib-sys 0.20.9"; + } + { + name = "gobject-sys"; + packageId = "gobject-sys 0.20.9"; + } + { + name = "libc"; + packageId = "libc"; + } + ]; + buildDependencies = [ + { + name = "system-deps"; + packageId = "system-deps 7.0.3"; + } + ]; + features = { + "v1_44" = [ "v1_42" ]; + "v1_46" = [ "v1_44" ]; + "v1_48" = [ "v1_46" ]; + "v1_50" = [ "v1_48" ]; + "v1_52" = [ "v1_50" ]; + "v1_54" = [ "v1_52" ]; + "v1_56" = [ "v1_54" ]; + }; + }; + "panic-halt" = rec { + crateName = "panic-halt"; + version = "1.0.0"; + edition = "2021"; + sha256 = "04bvvsjc5qrjda2g8hli19cii19r0iv52vklkdzlnf4shiky24x5"; + libName = "panic_halt"; + authors = [ + "Emil Fresk <emil.fresk@gmail.com>" + ]; + + }; "parking" = rec { crateName = "parking"; version = "2.2.1"; @@ -10063,7 +12256,7 @@ rec { { name = "redox_syscall"; packageId = "redox_syscall"; - target = { target, features }: ("redox" == target."os"); + target = { target, features }: ("redox" == target."os" or null); } { name = "smallvec"; @@ -10097,6 +12290,17 @@ rec { } ]; + }; + "paste" = rec { + crateName = "paste"; + version = "1.0.15"; + edition = "2018"; + sha256 = "02pxffpdqkapy292harq6asfjvadgp1s005fip9ljfsn9fvxgh2p"; + procMacro = true; + authors = [ + "David Tolnay <dtolnay@gmail.com>" + ]; + }; "pem-rfc7468" = rec { crateName = "pem-rfc7468"; @@ -10324,11 +12528,55 @@ rec { }; resolvedDefaultFeatures = [ "unicase" ]; }; + "pico-st7789" = rec { + crateName = "pico-st7789"; + version = "0.1.0"; + edition = "2021"; + crateBin = [ + { + name = "pico-st7789"; + path = "src/main.rs"; + requiredFeatures = [ ]; + } + ]; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./pico-st7789; }; + dependencies = [ + { + name = "bitflags"; + packageId = "bitflags 2.9.0"; + } + { + name = "cortex-m-rt"; + packageId = "cortex-m-rt"; + } + { + name = "embedded-alloc"; + packageId = "embedded-alloc"; + } + { + name = "embedded-hal"; + packageId = "embedded-hal 1.0.0"; + } + { + name = "fugit"; + packageId = "fugit"; + } + { + name = "panic-halt"; + packageId = "panic-halt"; + } + { + name = "rp-pico"; + packageId = "rp-pico"; + } + ]; + + }; "pin-project" = rec { crateName = "pin-project"; - version = "1.1.8"; + version = "1.1.10"; edition = "2021"; - sha256 = "05jr3xfy1spgmz3q19l4mmvv46vgvkvsgphamifx7x45swxcabhy"; + sha256 = "12kadbnfm1f43cyadw9gsbyln1cy7vj764wz5c8wxaiza3filzv7"; libName = "pin_project"; dependencies = [ { @@ -10340,9 +12588,9 @@ rec { }; "pin-project-internal" = rec { crateName = "pin-project-internal"; - version = "1.1.8"; + version = "1.1.10"; edition = "2021"; - sha256 = "1yzfhf6l27nhzv7r5hfrwj2g0x7xmfhgil19fj9am4srqp06csnm"; + sha256 = "0qgqzfl0f4lzaz7yl5llhbg97g68r15kljzihaw9wm64z17qx4bf"; procMacro = true; libName = "pin_project_internal"; dependencies = [ @@ -10356,11 +12604,7 @@ rec { } { name = "syn"; -<<<<<<< HEAD - packageId = "syn 2.0.96"; -======= - packageId = "syn 2.0.87"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + packageId = "syn 2.0.100"; usesDefaultFeatures = false; features = [ "parsing" "printing" "clone-impls" "proc-macro" "full" "visit-mut" ]; } @@ -10385,6 +12629,59 @@ rec { "Josef Brandl <mail@josefbrandl.de>" ]; + }; + "pinned" = rec { + crateName = "pinned"; + version = "0.1.0"; + edition = "2021"; + sha256 = "0nsrxs49dhjjz1gvg0pvac2rcidnwwd8l99y7vhwym2yv5xh4ad8"; + authors = [ + "Kaede Hoshiakwa <futursolo@icloud.com>" + ]; + dependencies = [ + { + name = "futures"; + packageId = "futures"; + usesDefaultFeatures = false; + features = [ "std" "async-await" ]; + } + { + name = "rustversion"; + packageId = "rustversion"; + } + { + name = "thiserror"; + packageId = "thiserror 1.0.69"; + } + ]; + + }; + "pio" = rec { + crateName = "pio"; + version = "0.2.1"; + edition = "2018"; + sha256 = "1qvq03nbx6vjix7spr5fcxcbxw39flm1y72kxl1g728gnna9dq3n"; + authors = [ + "snek" + "The rp-rs developers" + ]; + dependencies = [ + { + name = "arrayvec"; + packageId = "arrayvec"; + usesDefaultFeatures = false; + } + { + name = "num_enum"; + packageId = "num_enum"; + usesDefaultFeatures = false; + } + { + name = "paste"; + packageId = "paste"; + } + ]; + }; "piper" = rec { crateName = "piper"; @@ -10437,7 +12734,7 @@ rec { } { name = "bitflags"; - packageId = "bitflags 2.8.0"; + packageId = "bitflags 2.9.0"; } { name = "libc"; @@ -10469,11 +12766,7 @@ rec { } { name = "thiserror"; -<<<<<<< HEAD packageId = "thiserror 1.0.69"; -======= - packageId = "thiserror 1.0.64"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) } ]; devDependencies = [ @@ -10503,6 +12796,7 @@ rec { crateName = "pipewire-sys"; version = "0.8.0"; edition = "2021"; + links = "pipewire-0.3"; sha256 = "04hiy3rl8v3j2dfzp04gr7r8l5azzqqsvqdzwa7sipdij27ii7l4"; libName = "pipewire_sys"; authors = [ @@ -10525,7 +12819,7 @@ rec { } { name = "system-deps"; - packageId = "system-deps"; + packageId = "system-deps 6.2.2"; } ]; @@ -10600,9 +12894,9 @@ rec { }; "pkg-config" = rec { crateName = "pkg-config"; - version = "0.3.31"; + version = "0.3.32"; edition = "2018"; - sha256 = "1wk6yp2phl91795ia0lwkr3wl4a9xkrympvhqq8cxk4d75hwhglm"; + sha256 = "0k4h3gnzs94sjb2ix6jyksacs52cf1fanpwsmlhjnwrdnp8dppby"; libName = "pkg_config"; authors = [ "Alex Crichton <alex@alexcrichton.com>" @@ -10686,7 +12980,7 @@ rec { } { name = "miniz_oxide"; - packageId = "miniz_oxide 0.8.3"; + packageId = "miniz_oxide 0.8.5"; features = [ "simd" ]; } ]; @@ -10716,7 +13010,7 @@ rec { { name = "hermit-abi"; packageId = "hermit-abi 0.4.0"; - target = { target, features }: ("hermit" == target."os"); + target = { target, features }: ("hermit" == target."os" or null); } { name = "pin-project-lite"; @@ -10725,9 +13019,9 @@ rec { } { name = "rustix"; - packageId = "rustix"; + packageId = "rustix 0.38.44"; usesDefaultFeatures = false; - target = { target, features }: ((target."unix" or false) || ("fuchsia" == target."os") || ("vxworks" == target."os")); + target = { target, features }: ((target."unix" or false) || ("fuchsia" == target."os" or null) || ("vxworks" == target."os" or null)); features = [ "event" "fs" "pipe" "process" "std" "time" ]; } { @@ -10744,6 +13038,18 @@ rec { ]; }; + "portable-atomic" = rec { + crateName = "portable-atomic"; + version = "1.11.0"; + edition = "2018"; + sha256 = "0glb2wngflvfmg789qbf6dbnwcf6ai212fs7n0lf1c66rd49n3im"; + libName = "portable_atomic"; + features = { + "critical-section" = [ "dep:critical-section" ]; + "default" = [ "fallback" ]; + "serde" = [ "dep:serde" ]; + }; + }; "powerfmt" = rec { crateName = "powerfmt"; version = "0.2.0"; @@ -10760,9 +13066,9 @@ rec { }; "ppv-lite86" = rec { crateName = "ppv-lite86"; - version = "0.2.20"; + version = "0.2.21"; edition = "2021"; - sha256 = "017ax9ssdnpww7nrl1hvqh2lzncpv04nnsibmnw9nxjnaqlpp5bp"; + sha256 = "1abxx6qz5qnd43br1dd9b2savpihzjza8gb4fbzdql1gxp2f7sl5"; libName = "ppv_lite86"; authors = [ "The CryptoCorrosion Contributors" @@ -10771,7 +13077,7 @@ rec { { name = "zerocopy"; packageId = "zerocopy"; - features = [ "simd" "derive" ]; + features = [ "simd" ]; } ]; features = { @@ -10794,11 +13100,50 @@ rec { } { name = "log"; - packageId = "log 0.4.25"; + packageId = "log 0.4.27"; } ]; }; + "prettyplease" = rec { + crateName = "prettyplease"; + version = "0.2.31"; + edition = "2021"; + links = "prettyplease02"; + sha256 = "1sxdgjh8j79iir9cwhwwiy25fqlkvs019rxac7sl5036hxrza5jk"; + authors = [ + "David Tolnay <dtolnay@gmail.com>" + ]; + dependencies = [ + { + name = "proc-macro2"; + packageId = "proc-macro2"; + usesDefaultFeatures = false; + } + { + name = "syn"; + packageId = "syn 2.0.100"; + usesDefaultFeatures = false; + features = [ "full" ]; + } + ]; + devDependencies = [ + { + name = "proc-macro2"; + packageId = "proc-macro2"; + usesDefaultFeatures = false; + } + { + name = "syn"; + packageId = "syn 2.0.100"; + usesDefaultFeatures = false; + features = [ "clone-impls" "extra-traits" "parsing" "printing" "visit-mut" ]; + } + ]; + features = { + "verbatim" = [ "syn/parsing" ]; + }; + }; "proc-macro-crate 1.3.1" = rec { crateName = "proc-macro-crate"; version = "1.3.1"; @@ -10832,7 +13177,26 @@ rec { dependencies = [ { name = "toml_edit"; - packageId = "toml_edit 0.20.2"; + packageId = "toml_edit 0.20.7"; + } + ]; + + }; + "proc-macro-crate 3.3.0" = rec { + crateName = "proc-macro-crate"; + version = "3.3.0"; + edition = "2021"; + sha256 = "0d9xlymplfi9yv3f5g4bp0d6qh70apnihvqcjllampx4f5lmikpd"; + libName = "proc_macro_crate"; + authors = [ + "Bastian Köcher <git@kchr.de>" + ]; + dependencies = [ + { + name = "toml_edit"; + packageId = "toml_edit 0.22.24"; + usesDefaultFeatures = false; + features = [ "parse" ]; } ]; @@ -10909,9 +13273,9 @@ rec { }; "proc-macro2" = rec { crateName = "proc-macro2"; - version = "1.0.93"; + version = "1.0.94"; edition = "2021"; - sha256 = "169dw9wch753if1mgyi2nfl1il77gslvh6y2q46qplprwml6m530"; + sha256 = "114wxb56gdj9vy44q0ll3l2x9niqzcbyqikydmlb5f3h5rsp26d3"; libName = "proc_macro2"; authors = [ "David Tolnay <dtolnay@gmail.com>" @@ -10949,7 +13313,7 @@ rec { } { name = "bitflags"; - packageId = "bitflags 2.8.0"; + packageId = "bitflags 2.9.0"; } { name = "lazy_static"; @@ -11050,9 +13414,9 @@ rec { }; "quote" = rec { crateName = "quote"; - version = "1.0.38"; + version = "1.0.40"; edition = "2018"; - sha256 = "1k0s75w61k6ch0rs263r4j69b7vj1wadqgb9dia4ylc9mymcqk8f"; + sha256 = "1394cxjg6nwld82pzp2d4fp6pmaz32gai1zh9z5hvh0dawww118q"; authors = [ "David Tolnay <dtolnay@gmail.com>" ]; @@ -11069,6 +13433,19 @@ rec { }; resolvedDefaultFeatures = [ "default" "proc-macro" ]; }; + "r-efi" = rec { + crateName = "r-efi"; + version = "5.2.0"; + edition = "2018"; + sha256 = "1ig93jvpqyi87nc5kb6dri49p56q7r7qxrn8kfizmqkfj5nmyxkl"; + libName = "r_efi"; + features = { + "compiler_builtins" = [ "dep:compiler_builtins" ]; + "core" = [ "dep:core" ]; + "examples" = [ "native" ]; + "rustc-dep-of-std" = [ "compiler_builtins/rustc-dep-of-std" "core" ]; + }; + }; "rand 0.3.23" = rec { crateName = "rand"; version = "0.3.23"; @@ -11103,7 +13480,7 @@ rec { { name = "fuchsia-cprng"; packageId = "fuchsia-cprng"; - target = { target, features }: ("fuchsia" == target."os"); + target = { target, features }: ("fuchsia" == target."os" or null); } { name = "libc"; @@ -11115,12 +13492,12 @@ rec { name = "rand_core"; packageId = "rand_core 0.3.1"; usesDefaultFeatures = false; - target = { target, features }: ("sgx" == target."env"); + target = { target, features }: ("sgx" == target."env" or null); } { name = "rdrand"; packageId = "rdrand"; - target = { target, features }: ("sgx" == target."env"); + target = { target, features }: ("sgx" == target."env" or null); } { name = "winapi"; @@ -11427,7 +13804,7 @@ rec { name = "libc"; packageId = "libc"; usesDefaultFeatures = false; - target = { target, features }: (("macos" == target."os") || ("ios" == target."os")); + target = { target, features }: (("macos" == target."os" or null) || ("ios" == target."os" or null)); } { name = "rand_core"; @@ -11436,7 +13813,7 @@ rec { { name = "winapi"; packageId = "winapi"; - target = { target, features }: ("windows" == target."os"); + target = { target, features }: ("windows" == target."os" or null); features = [ "profileapi" ]; } ]; @@ -11458,12 +13835,12 @@ rec { { name = "cloudabi"; packageId = "cloudabi"; - target = { target, features }: ("cloudabi" == target."os"); + target = { target, features }: ("cloudabi" == target."os" or null); } { name = "fuchsia-cprng"; packageId = "fuchsia-cprng"; - target = { target, features }: ("fuchsia" == target."os"); + target = { target, features }: ("fuchsia" == target."os" or null); } { name = "libc"; @@ -11478,7 +13855,7 @@ rec { { name = "rdrand"; packageId = "rdrand"; - target = { target, features }: ("sgx" == target."env"); + target = { target, features }: ("sgx" == target."env" or null); } { name = "winapi"; @@ -11589,6 +13966,7 @@ rec { crateName = "rayon-core"; version = "1.12.1"; edition = "2021"; + links = "rayon-core"; sha256 = "1qpwim68ai5h0j7axa8ai8z0payaawv3id0lrgkqmapx7lx8fr8l"; libName = "rayon_core"; authors = [ @@ -11631,9 +14009,9 @@ rec { }; "redox_syscall" = rec { crateName = "redox_syscall"; - version = "0.5.8"; + version = "0.5.10"; edition = "2021"; - sha256 = "0d48ylyd6gsamynyp257p6n2zl4dw2fhnn5z9y3nhgpri6rn5a03"; + sha256 = "1l9b638qx72312yzh8ykvda9b3lqd9gf6yqn66b23a331ck0r30b"; libName = "syscall"; authors = [ "Jeremy Soller <jackpot51@gmail.com>" @@ -11641,7 +14019,7 @@ rec { dependencies = [ { name = "bitflags"; - packageId = "bitflags 2.8.0"; + packageId = "bitflags 2.9.0"; } ]; features = { @@ -11825,7 +14203,7 @@ rec { { name = "encoding_rs"; packageId = "encoding_rs"; - target = { target, features }: (!("wasm32" == target."arch")); + target = { target, features }: (!("wasm32" == target."arch" or null)); } { name = "futures-core"; @@ -11840,7 +14218,7 @@ rec { { name = "h2"; packageId = "h2"; - target = { target, features }: (!("wasm32" == target."arch")); + target = { target, features }: (!("wasm32" == target."arch" or null)); } { name = "http"; @@ -11848,73 +14226,73 @@ rec { } { name = "http-body"; - packageId = "http-body"; - target = { target, features }: (!("wasm32" == target."arch")); + packageId = "http-body 0.4.6"; + target = { target, features }: (!("wasm32" == target."arch" or null)); } { name = "hyper"; packageId = "hyper 0.14.32"; usesDefaultFeatures = false; - target = { target, features }: (!("wasm32" == target."arch")); + target = { target, features }: (!("wasm32" == target."arch" or null)); features = [ "tcp" "http1" "http2" "client" "runtime" ]; } { name = "hyper-tls"; packageId = "hyper-tls"; optional = true; - target = { target, features }: (!("wasm32" == target."arch")); + target = { target, features }: (!("wasm32" == target."arch" or null)); } { name = "ipnet"; packageId = "ipnet"; - target = { target, features }: (!("wasm32" == target."arch")); + target = { target, features }: (!("wasm32" == target."arch" or null)); } { name = "js-sys"; packageId = "js-sys"; - target = { target, features }: ("wasm32" == target."arch"); + target = { target, features }: ("wasm32" == target."arch" or null); } { name = "log"; - packageId = "log 0.4.25"; - target = { target, features }: (!("wasm32" == target."arch")); + packageId = "log 0.4.27"; + target = { target, features }: (!("wasm32" == target."arch" or null)); } { name = "mime"; packageId = "mime 0.3.17"; - target = { target, features }: (!("wasm32" == target."arch")); + target = { target, features }: (!("wasm32" == target."arch" or null)); } { name = "native-tls"; packageId = "native-tls"; rename = "native-tls-crate"; optional = true; - target = { target, features }: (!("wasm32" == target."arch")); + target = { target, features }: (!("wasm32" == target."arch" or null)); } { name = "once_cell"; packageId = "once_cell"; - target = { target, features }: (!("wasm32" == target."arch")); + target = { target, features }: (!("wasm32" == target."arch" or null)); } { name = "percent-encoding"; packageId = "percent-encoding 2.3.1"; - target = { target, features }: (!("wasm32" == target."arch")); + target = { target, features }: (!("wasm32" == target."arch" or null)); } { name = "pin-project-lite"; packageId = "pin-project-lite"; - target = { target, features }: (!("wasm32" == target."arch")); + target = { target, features }: (!("wasm32" == target."arch" or null)); } { name = "rustls-pemfile"; packageId = "rustls-pemfile"; optional = true; - target = { target, features }: (!("wasm32" == target."arch")); + target = { target, features }: (!("wasm32" == target."arch" or null)); } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; } { name = "serde_json"; @@ -11924,7 +14302,7 @@ rec { { name = "serde_json"; packageId = "serde_json"; - target = { target, features }: ("wasm32" == target."arch"); + target = { target, features }: ("wasm32" == target."arch" or null); } { name = "serde_urlencoded"; @@ -11932,25 +14310,25 @@ rec { } { name = "sync_wrapper"; - packageId = "sync_wrapper"; + packageId = "sync_wrapper 0.1.2"; } { name = "system-configuration"; packageId = "system-configuration"; - target = { target, features }: ("macos" == target."os"); + target = { target, features }: ("macos" == target."os" or null); } { name = "tokio"; packageId = "tokio"; usesDefaultFeatures = false; - target = { target, features }: (!("wasm32" == target."arch")); + target = { target, features }: (!("wasm32" == target."arch" or null)); features = [ "net" "time" ]; } { name = "tokio-native-tls"; packageId = "tokio-native-tls"; optional = true; - target = { target, features }: (!("wasm32" == target."arch")); + target = { target, features }: (!("wasm32" == target."arch" or null)); } { name = "tower-service"; @@ -11963,17 +14341,17 @@ rec { { name = "wasm-bindgen"; packageId = "wasm-bindgen"; - target = { target, features }: ("wasm32" == target."arch"); + target = { target, features }: ("wasm32" == target."arch" or null); } { name = "wasm-bindgen-futures"; packageId = "wasm-bindgen-futures"; - target = { target, features }: ("wasm32" == target."arch"); + target = { target, features }: ("wasm32" == target."arch" or null); } { name = "web-sys"; packageId = "web-sys"; - target = { target, features }: ("wasm32" == target."arch"); + target = { target, features }: ("wasm32" == target."arch" or null); features = [ "AbortController" "AbortSignal" "Headers" "Request" "RequestInit" "RequestMode" "Response" "Window" "FormData" "Blob" "BlobPropertyBag" "ServiceWorkerGlobalScope" "RequestCredentials" "File" "ReadableStream" ]; } { @@ -11987,33 +14365,33 @@ rec { name = "futures-util"; packageId = "futures-util"; usesDefaultFeatures = false; - target = {target, features}: (!("wasm32" == target."arch")); + target = {target, features}: (!("wasm32" == target."arch" or null)); features = [ "std" "alloc" ]; } { name = "hyper"; packageId = "hyper 0.14.32"; usesDefaultFeatures = false; - target = {target, features}: (!("wasm32" == target."arch")); + target = {target, features}: (!("wasm32" == target."arch" or null)); features = [ "tcp" "stream" "http1" "http2" "client" "server" "runtime" ]; } { name = "serde"; - packageId = "serde 1.0.218"; - target = {target, features}: (!("wasm32" == target."arch")); + packageId = "serde 1.0.219"; + target = {target, features}: (!("wasm32" == target."arch" or null)); features = [ "derive" ]; } { name = "tokio"; packageId = "tokio"; usesDefaultFeatures = false; - target = {target, features}: (!("wasm32" == target."arch")); + target = {target, features}: (!("wasm32" == target."arch" or null)); features = [ "macros" "rt-multi-thread" ]; } { name = "wasm-bindgen"; packageId = "wasm-bindgen"; - target = {target, features}: ("wasm32" == target."arch"); + target = {target, features}: ("wasm32" == target."arch" or null); features = [ "serde-serialize" ]; } ]; @@ -12069,29 +14447,302 @@ rec { crateName = "result-extended"; version = "0.1.0"; edition = "2021"; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./result-extended; } - else ./result-extended; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./result-extended; }; libName = "result_extended"; devDependencies = [ { name = "thiserror"; -<<<<<<< HEAD packageId = "thiserror 1.0.69"; -======= - packageId = "thiserror 1.0.64"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) } ]; }; + "rlsf" = rec { + crateName = "rlsf"; + version = "0.2.1"; + edition = "2021"; + sha256 = "1gr05945hbbzjgch3r77z3yhzbfdwx0m7yp6vvn4fqi8qd0b4br2"; + authors = [ + "yvt <i@yvt.jp>" + ]; + dependencies = [ + { + name = "cfg-if"; + packageId = "cfg-if"; + } + { + name = "const-default"; + packageId = "const-default"; + rename = "const_default1"; + usesDefaultFeatures = false; + } + { + name = "libc"; + packageId = "libc"; + target = { target, features }: (target."unix" or false); + } + { + name = "svgbobdoc"; + packageId = "svgbobdoc"; + } + ]; + features = { + "doc_cfg" = [ "svgbobdoc/enable" ]; + }; + }; + "rp-pico" = rec { + crateName = "rp-pico"; + version = "0.9.0"; + edition = "2018"; + sha256 = "0a2vf3hgwjzrij305sszs38svw415asyjy89624cc6h1qwx2sd5r"; + libName = "rp_pico"; + authors = [ + "evan <evanmolder@gmail.com>" + "The rp-rs Developers" + ]; + dependencies = [ + { + name = "cortex-m-rt"; + packageId = "cortex-m-rt"; + optional = true; + } + { + name = "fugit"; + packageId = "fugit"; + } + { + name = "rp2040-boot2"; + packageId = "rp2040-boot2"; + optional = true; + } + { + name = "rp2040-hal"; + packageId = "rp2040-hal"; + } + { + name = "usb-device"; + packageId = "usb-device"; + } + ]; + devDependencies = [ + { + name = "rp2040-hal"; + packageId = "rp2040-hal"; + features = [ "defmt" ]; + } + ]; + features = { + "boot2" = [ "rp2040-boot2" ]; + "cortex-m-rt" = [ "dep:cortex-m-rt" ]; + "critical-section-impl" = [ "rp2040-hal/critical-section-impl" ]; + "default" = [ "boot2" "rt" "critical-section-impl" "rom-func-cache" ]; + "disable-intrinsics" = [ "rp2040-hal/disable-intrinsics" ]; + "rom-func-cache" = [ "rp2040-hal/rom-func-cache" ]; + "rom-v2-intrinsics" = [ "rp2040-hal/rom-v2-intrinsics" ]; + "rp2040-boot2" = [ "dep:rp2040-boot2" ]; + "rp2040-e5" = [ "rp2040-hal/rp2040-e5" ]; + "rt" = [ "cortex-m-rt" "rp2040-hal/rt" ]; + }; + resolvedDefaultFeatures = [ "boot2" "cortex-m-rt" "critical-section-impl" "default" "rom-func-cache" "rp2040-boot2" "rt" ]; + }; + "rp2040-boot2" = rec { + crateName = "rp2040-boot2"; + version = "0.3.0"; + edition = "2018"; + sha256 = "08dv9ndvdzyjz4wdlxcikf1m1s6wwi80027ldkihx59zyr2g74kw"; + libName = "rp2040_boot2"; + authors = [ + "The rp-rs Team" + ]; + buildDependencies = [ + { + name = "crc-any"; + packageId = "crc-any"; + } + ]; + features = { + }; + }; + "rp2040-hal" = rec { + crateName = "rp2040-hal"; + version = "0.10.2"; + edition = "2021"; + sha256 = "0vrxjzn82sv8j889mcq0db01881fj15rzbmfz3gjqzq880cp27ni"; + libName = "rp2040_hal"; + authors = [ + "The rp-rs Developers" + ]; + dependencies = [ + { + name = "bitfield"; + packageId = "bitfield 0.14.0"; + } + { + name = "cortex-m"; + packageId = "cortex-m"; + } + { + name = "critical-section"; + packageId = "critical-section"; + } + { + name = "embedded-dma"; + packageId = "embedded-dma"; + } + { + name = "embedded-hal"; + packageId = "embedded-hal 0.2.7"; + rename = "embedded_hal_0_2"; + features = [ "unproven" ]; + } + { + name = "embedded-hal"; + packageId = "embedded-hal 1.0.0"; + } + { + name = "embedded-hal-async"; + packageId = "embedded-hal-async"; + } + { + name = "embedded-hal-nb"; + packageId = "embedded-hal-nb"; + } + { + name = "embedded-io"; + packageId = "embedded-io"; + } + { + name = "frunk"; + packageId = "frunk"; + usesDefaultFeatures = false; + } + { + name = "fugit"; + packageId = "fugit"; + } + { + name = "itertools"; + packageId = "itertools 0.10.5"; + usesDefaultFeatures = false; + } + { + name = "nb"; + packageId = "nb 1.1.0"; + } + { + name = "paste"; + packageId = "paste"; + } + { + name = "pio"; + packageId = "pio"; + } + { + name = "rand_core"; + packageId = "rand_core 0.6.4"; + } + { + name = "rp2040-hal-macros"; + packageId = "rp2040-hal-macros"; + } + { + name = "rp2040-pac"; + packageId = "rp2040-pac"; + features = [ "critical-section" ]; + } + { + name = "usb-device"; + packageId = "usb-device"; + } + { + name = "vcell"; + packageId = "vcell"; + } + { + name = "void"; + packageId = "void"; + usesDefaultFeatures = false; + } + ]; + features = { + "chrono" = [ "dep:chrono" ]; + "critical-section-impl" = [ "critical-section/restore-state-u8" ]; + "defmt" = [ "dep:defmt" ]; + "i2c-write-iter" = [ "dep:i2c-write-iter" ]; + "rt" = [ "rp2040-pac/rt" ]; + "rtic-monotonic" = [ "dep:rtic-monotonic" ]; + }; + resolvedDefaultFeatures = [ "critical-section-impl" "rom-func-cache" "rt" ]; + }; + "rp2040-hal-macros" = rec { + crateName = "rp2040-hal-macros"; + version = "0.1.0"; + edition = "2021"; + sha256 = "0piaczzlbrfdhidnqkg04xs1rzal3w3zjplrh6pf3vwpwiir0iw6"; + procMacro = true; + libName = "rp2040_hal_macros"; + dependencies = [ + { + name = "cortex-m-rt"; + packageId = "cortex-m-rt"; + } + { + name = "proc-macro2"; + packageId = "proc-macro2"; + } + { + name = "quote"; + packageId = "quote"; + } + { + name = "syn"; + packageId = "syn 1.0.109"; + features = [ "extra-traits" "full" ]; + } + ]; + + }; + "rp2040-pac" = rec { + crateName = "rp2040-pac"; + version = "0.6.0"; + edition = "2018"; + sha256 = "0174sscs6bx7lkrpp6knggif9gj250h7xsy43pkbp9qcg8zwvjw3"; + libName = "rp2040_pac"; + authors = [ + "The RP-RS team" + ]; + dependencies = [ + { + name = "cortex-m"; + packageId = "cortex-m"; + } + { + name = "cortex-m-rt"; + packageId = "cortex-m-rt"; + optional = true; + } + { + name = "critical-section"; + packageId = "critical-section"; + optional = true; + } + { + name = "vcell"; + packageId = "vcell"; + } + ]; + features = { + "cortex-m-rt" = [ "dep:cortex-m-rt" ]; + "critical-section" = [ "dep:critical-section" ]; + "rt" = [ "cortex-m-rt/device" ]; + }; + resolvedDefaultFeatures = [ "cortex-m-rt" "critical-section" "rt" ]; + }; "rsa" = rec { crateName = "rsa"; - version = "0.9.7"; + version = "0.9.8"; edition = "2021"; - sha256 = "06amqm85raq26v6zg00fbf93lbj3kx559n2lpxc3wrvbbiy5vis7"; + sha256 = "06v9zl604jsqjajm647l9jjirn7k4lc8lmvys6hmqshpxp0qm4kq"; authors = [ "RustCrypto Developers" "dignifiedquire <dignifiedquire@gmail.com>" @@ -12187,101 +14838,6 @@ rec { }; resolvedDefaultFeatures = [ "default" "pem" "std" "u64_digit" ]; }; - "rusqlite" = rec { - crateName = "rusqlite"; - version = "0.32.1"; - edition = "2021"; - sha256 = "0vlx040bppl414pbjgbp7qr4jdxwszi9krx0m63zzf2f2whvflvp"; - authors = [ - "The rusqlite developers" - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.6.0"; - } - { - name = "fallible-iterator"; - packageId = "fallible-iterator"; - } - { - name = "fallible-streaming-iterator"; - packageId = "fallible-streaming-iterator"; - } - { - name = "hashlink"; - packageId = "hashlink"; - } - { - name = "libsqlite3-sys"; - packageId = "libsqlite3-sys"; - } - { - name = "smallvec"; - packageId = "smallvec"; - } - ]; - features = { - "array" = [ "vtab" ]; - "buildtime_bindgen" = [ "libsqlite3-sys/buildtime_bindgen" ]; - "bundled" = [ "libsqlite3-sys/bundled" "modern_sqlite" ]; - "bundled-full" = [ "modern-full" "bundled" ]; - "bundled-sqlcipher" = [ "libsqlite3-sys/bundled-sqlcipher" "bundled" ]; - "bundled-sqlcipher-vendored-openssl" = [ "libsqlite3-sys/bundled-sqlcipher-vendored-openssl" "bundled-sqlcipher" ]; - "bundled-windows" = [ "libsqlite3-sys/bundled-windows" ]; - "chrono" = [ "dep:chrono" ]; - "csv" = [ "dep:csv" ]; - "csvtab" = [ "csv" "vtab" ]; - "in_gecko" = [ "modern_sqlite" "libsqlite3-sys/in_gecko" ]; - "loadable_extension" = [ "libsqlite3-sys/loadable_extension" ]; - "modern-full" = [ "array" "backup" "blob" "modern_sqlite" "chrono" "collation" "column_decltype" "csvtab" "extra_check" "functions" "hooks" "i128_blob" "limits" "load_extension" "serde_json" "series" "time" "trace" "unlock_notify" "url" "uuid" "vtab" "window" ]; - "modern_sqlite" = [ "libsqlite3-sys/bundled_bindings" ]; - "preupdate_hook" = [ "libsqlite3-sys/preupdate_hook" "hooks" ]; - "rusqlite-macros" = [ "dep:rusqlite-macros" ]; - "serde_json" = [ "dep:serde_json" ]; - "serialize" = [ "modern_sqlite" ]; - "series" = [ "vtab" ]; - "session" = [ "libsqlite3-sys/session" "hooks" ]; - "sqlcipher" = [ "libsqlite3-sys/sqlcipher" ]; - "time" = [ "dep:time" ]; - "unlock_notify" = [ "libsqlite3-sys/unlock_notify" ]; - "url" = [ "dep:url" ]; - "uuid" = [ "dep:uuid" ]; - "wasm32-wasi-vfs" = [ "libsqlite3-sys/wasm32-wasi-vfs" ]; - "window" = [ "functions" ]; - "with-asan" = [ "libsqlite3-sys/with-asan" ]; - }; - }; - "rusqlite_migration" = rec { - crateName = "rusqlite_migration"; - version = "1.3.1"; - edition = "2021"; - sha256 = "076dm65g0sngzrb93r07va4l5zl3gjx9gq5mlsh21p7p0bl44fwj"; - authors = [ - "Clément Joly <foss@131719.xyz>" - ]; - dependencies = [ - { - name = "include_dir"; - packageId = "include_dir"; - optional = true; - } - { - name = "log"; - packageId = "log 0.4.22"; - } - { - name = "rusqlite"; - packageId = "rusqlite"; - usesDefaultFeatures = false; - } - ]; - features = { - "alpha-async-tokio-rusqlite" = [ "dep:tokio-rusqlite" "dep:tokio" ]; - "from-directory" = [ "dep:include_dir" ]; - }; - resolvedDefaultFeatures = [ "default" "from-directory" ]; - }; "rustc-demangle" = rec { crateName = "rustc-demangle"; version = "0.1.24"; @@ -12311,7 +14867,23 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; - "rustc_version" = rec { + "rustc_version 0.2.3" = rec { + crateName = "rustc_version"; + version = "0.2.3"; + edition = "2015"; + sha256 = "02h3x57lcr8l2pm0a645s9whdh33pn5cnrwvn5cb57vcrc53x3hk"; + authors = [ + "Marvin Löbel <loebel.marvin@gmail.com>" + ]; + dependencies = [ + { + name = "semver"; + packageId = "semver 0.9.0"; + } + ]; + + }; + "rustc_version 0.4.1" = rec { crateName = "rustc_version"; version = "0.4.1"; edition = "2018"; @@ -12319,16 +14891,16 @@ rec { dependencies = [ { name = "semver"; - packageId = "semver"; + packageId = "semver 1.0.26"; } ]; }; - "rustix" = rec { + "rustix 0.38.44" = rec { crateName = "rustix"; - version = "0.38.43"; + version = "0.38.44"; edition = "2021"; - sha256 = "1xjfhdnmqsbwnfmm77vyh7ldhqx0g9waqm4982404d7jdgp93257"; + sha256 = "0m61v0h15lf5rrnbjhcb9306bgqrhskrqv7i1n0939dsw8dbrdgx"; authors = [ "Dan Gohman <dev@sunfishcode.online>" "Jakub Konka <kubkon@jakubkonka.com>" @@ -12336,7 +14908,7 @@ rec { dependencies = [ { name = "bitflags"; - packageId = "bitflags 2.8.0"; + packageId = "bitflags 2.9.0"; usesDefaultFeatures = false; } { @@ -12345,14 +14917,14 @@ rec { rename = "libc_errno"; optional = true; usesDefaultFeatures = false; - target = { target, features }: ((!(target."rustix_use_libc" or false)) && (!(target."miri" or false)) && ("linux" == target."os") && (("little" == target."endian") || ("s390x" == target."arch")) && (("arm" == target."arch") || (("aarch64" == target."arch") && ("64" == target."pointer_width")) || ("riscv64" == target."arch") || ((target."rustix_use_experimental_asm" or false) && ("powerpc64" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("s390x" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips32r6" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips64" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips64r6" == target."arch")) || ("x86" == target."arch") || (("x86_64" == target."arch") && ("64" == target."pointer_width")))); + 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") && (("little" == target."endian") || ("s390x" == target."arch")) && (("arm" == target."arch") || (("aarch64" == target."arch") && ("64" == target."pointer_width")) || ("riscv64" == target."arch") || ((target."rustix_use_experimental_asm" or false) && ("powerpc64" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("s390x" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips32r6" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips64" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips64r6" == target."arch")) || ("x86" == target."arch") || (("x86_64" == target."arch") && ("64" == target."pointer_width"))))))); + 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"; @@ -12366,26 +14938,26 @@ rec { packageId = "libc"; optional = true; usesDefaultFeatures = false; - target = { target, features }: ((!(target."rustix_use_libc" or false)) && (!(target."miri" or false)) && ("linux" == target."os") && (("little" == target."endian") || ("s390x" == target."arch")) && (("arm" == target."arch") || (("aarch64" == target."arch") && ("64" == target."pointer_width")) || ("riscv64" == target."arch") || ((target."rustix_use_experimental_asm" or false) && ("powerpc64" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("s390x" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips32r6" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips64" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips64r6" == target."arch")) || ("x86" == target."arch") || (("x86_64" == target."arch") && ("64" == target."pointer_width")))); + 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") && (("little" == target."endian") || ("s390x" == target."arch")) && (("arm" == target."arch") || (("aarch64" == target."arch") && ("64" == target."pointer_width")) || ("riscv64" == target."arch") || ((target."rustix_use_experimental_asm" or false) && ("powerpc64" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("s390x" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips32r6" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips64" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips64r6" == target."arch")) || ("x86" == target."arch") || (("x86_64" == target."arch") && ("64" == target."pointer_width"))))))); + 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"; + packageId = "linux-raw-sys 0.4.15"; usesDefaultFeatures = false; - target = { target, features }: ((("android" == target."os") || ("linux" == target."os")) && ((target."rustix_use_libc" or false) || (target."miri" or false) || (!(("linux" == target."os") && (("little" == target."endian") || ("s390x" == target."arch")) && (("arm" == target."arch") || (("aarch64" == target."arch") && ("64" == target."pointer_width")) || ("riscv64" == target."arch") || ((target."rustix_use_experimental_asm" or false) && ("powerpc64" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("s390x" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips32r6" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips64" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips64r6" == target."arch")) || ("x86" == target."arch") || (("x86_64" == target."arch") && ("64" == target."pointer_width"))))))); + 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"; + 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") && (("little" == target."endian") || ("s390x" == target."arch")) && (("arm" == target."arch") || (("aarch64" == target."arch") && ("64" == target."pointer_width")) || ("riscv64" == target."arch") || ((target."rustix_use_experimental_asm" or false) && ("powerpc64" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("s390x" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips32r6" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips64" == target."arch")) || ((target."rustix_use_experimental_asm" or false) && ("mips64r6" == target."arch")) || ("x86" == target."arch") || (("x86_64" == target."arch") && ("64" == target."pointer_width")))); + 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" ]; } { @@ -12433,7 +15005,115 @@ rec { "thread" = [ "linux-raw-sys/prctl" ]; "use-libc" = [ "libc_errno" "libc" "libc-extra-traits" ]; }; - resolvedDefaultFeatures = [ "alloc" "default" "event" "fs" "libc-extra-traits" "net" "pipe" "process" "std" "time" "use-libc-auxv" ]; + resolvedDefaultFeatures = [ "alloc" "event" "fs" "libc-extra-traits" "net" "pipe" "process" "std" "time" ]; + }; + "rustix 1.0.3" = rec { + crateName = "rustix"; + version = "1.0.3"; + edition = "2021"; + sha256 = "15kyccykzx7spxxxx5n39v592bdvzns91cf3xhlqvb4n55aihsp5"; + authors = [ + "Dan Gohman <dev@sunfishcode.online>" + "Jakub Konka <kubkon@jakubkonka.com>" + ]; + dependencies = [ + { + name = "bitflags"; + packageId = "bitflags 2.9.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) || ("powerpc" == 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) && ("powerpc" == 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) || ("powerpc" == 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) && ("powerpc" == 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) || ("powerpc" == 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) && ("powerpc" == 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) || ("powerpc" == 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) && ("powerpc" == 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.9.3"; + 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) || ("powerpc" == 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) && ("powerpc" == 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.9.3"; + 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) || ("powerpc" == 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) && ("powerpc" == 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.59.0"; + target = { target, features }: (target."windows" or false); + features = [ "Win32_Foundation" "Win32_Networking_WinSock" ]; + } + ]; + 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" "pty" "rand" "runtime" "shm" "stdio" "system" "termios" "thread" "time" ]; + "compiler_builtins" = [ "dep:compiler_builtins" ]; + "core" = [ "dep:core" ]; + "default" = [ "std" ]; + "io_uring" = [ "event" "fs" "net" "thread" "linux-raw-sys/io_uring" ]; + "libc" = [ "dep:libc" ]; + "libc_errno" = [ "dep:libc_errno" ]; + "linux_5_1" = [ "linux_4_11" ]; + "linux_5_11" = [ "linux_5_1" ]; + "linux_latest" = [ "linux_5_11" ]; + "net" = [ "linux-raw-sys/net" "linux-raw-sys/netlink" "linux-raw-sys/if_ether" "linux-raw-sys/xdp" ]; + "process" = [ "linux-raw-sys/prctl" ]; + "pty" = [ "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" ]; + "system" = [ "linux-raw-sys/system" ]; + "thread" = [ "linux-raw-sys/prctl" ]; + "use-libc" = [ "libc_errno" "libc" ]; + }; + resolvedDefaultFeatures = [ "alloc" "default" "fs" "std" ]; }; "rustls-pemfile" = rec { crateName = "rustls-pemfile"; @@ -12451,9 +15131,9 @@ rec { }; "rustversion" = rec { crateName = "rustversion"; - version = "1.0.19"; + version = "1.0.20"; edition = "2018"; - sha256 = "1m39qd65jcd1xgqzdm3017ppimiggh2446xngwp1ngr8hjbmpi7p"; + sha256 = "1lhwjb16dsm8brd18bn2bh0ryzc7qi29bi2jjsc6ny2zbwn3ivgd"; procMacro = true; build = "build/build.rs"; authors = [ @@ -12498,9 +15178,9 @@ rec { }; "ryu" = rec { crateName = "ryu"; - version = "1.0.18"; + version = "1.0.20"; edition = "2018"; - sha256 = "17xx2s8j1lln7iackzd9p0sv546vjq71i779gphjq923vjh5pjzk"; + sha256 = "07s855l8sb333h6bpn24pka5sp7hjk2w667xy6a0khkf6sqv5lr8"; authors = [ "David Tolnay <dtolnay@gmail.com>" ]; @@ -12584,11 +15264,7 @@ rec { crateName = "screenplay"; version = "0.1.0"; edition = "2021"; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./screenplay; } - else ./screenplay; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./screenplay; }; dependencies = [ { name = "async-std"; @@ -12596,7 +15272,7 @@ rec { } { name = "glib"; - packageId = "glib"; + packageId = "glib 0.18.5"; } { name = "gtk4"; @@ -12619,7 +15295,7 @@ rec { dependencies = [ { name = "bitflags"; - packageId = "bitflags 2.8.0"; + packageId = "bitflags 2.9.0"; } { name = "core-foundation"; @@ -12716,11 +15392,32 @@ rec { "rustversion" = [ "dep:rustversion" ]; }; }; - "semver" = rec { + "semver 0.9.0" = rec { crateName = "semver"; - version = "1.0.24"; + version = "0.9.0"; + edition = "2015"; + sha256 = "00q4lkcj0rrgbhviv9sd4p6qmdsipkwkbra7rh11jrhq5kpvjzhx"; + authors = [ + "Steve Klabnik <steve@steveklabnik.com>" + "The Rust Project Developers" + ]; + dependencies = [ + { + name = "semver-parser"; + packageId = "semver-parser"; + } + ]; + features = { + "ci" = [ "serde" ]; + "serde" = [ "dep:serde" ]; + }; + resolvedDefaultFeatures = [ "default" ]; + }; + "semver 1.0.26" = rec { + crateName = "semver"; + version = "1.0.26"; edition = "2018"; - sha256 = "1fmvjjkd3f64y5fqr1nakkq371mnwzv09fbz5mbmdxril63ypdiw"; + sha256 = "1l5q2vb8fjkby657kdyfpvv40x2i2xqq9bg57pxqakfj92fgmrjn"; authors = [ "David Tolnay <dtolnay@gmail.com>" ]; @@ -12730,6 +15427,17 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; + "semver-parser" = rec { + crateName = "semver-parser"; + version = "0.7.0"; + edition = "2015"; + sha256 = "18vhypw6zgccnrlm5ps1pwa0khz7ry927iznpr88b87cagr1v2iq"; + libName = "semver_parser"; + authors = [ + "Steve Klabnik <steve@steveklabnik.com>" + ]; + + }; "serde 0.9.15" = rec { crateName = "serde"; version = "0.9.15"; @@ -12749,11 +15457,11 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; - "serde 1.0.218" = rec { + "serde 1.0.219" = rec { crateName = "serde"; - version = "1.0.218"; + version = "1.0.219"; edition = "2018"; - sha256 = "0q6z4bnrwagnms0bds4886711l6mc68s979i49zd3xnvkg8wkpz8"; + sha256 = "1dl6nyxnsi82a197sd752128a4avm6mxnscywas1jq30srp2q3jz"; authors = [ "Erick Tryzelaar <erick.tryzelaar@gmail.com>" "David Tolnay <dtolnay@gmail.com>" @@ -12783,11 +15491,37 @@ rec { }; resolvedDefaultFeatures = [ "alloc" "default" "derive" "rc" "serde_derive" "std" ]; }; + "serde-wasm-bindgen" = rec { + crateName = "serde-wasm-bindgen"; + version = "0.6.5"; + edition = "2018"; + sha256 = "0sz1l4v8059hiizf5z7r2spm6ws6sqcrs4qgqwww3p7dy1ly20l3"; + libName = "serde_wasm_bindgen"; + authors = [ + "Ingvar Stepanyan <me@rreverser.com>" + ]; + dependencies = [ + { + name = "js-sys"; + packageId = "js-sys"; + } + { + name = "serde"; + packageId = "serde 1.0.219"; + features = [ "derive" ]; + } + { + name = "wasm-bindgen"; + packageId = "wasm-bindgen"; + } + ]; + + }; "serde_derive" = rec { crateName = "serde_derive"; - version = "1.0.218"; + version = "1.0.219"; edition = "2015"; - sha256 = "0azqd74xbpb1v5vf6w1fdbgmwp39ljjfj25cib5rgrzlj7hh75gh"; + sha256 = "001azhjmj7ya52pmfiw4ppxm16nd44y15j2pf5gkcwrcgz7pc0jv"; procMacro = true; authors = [ "Erick Tryzelaar <erick.tryzelaar@gmail.com>" @@ -12808,11 +15542,7 @@ rec { } { name = "syn"; -<<<<<<< HEAD - packageId = "syn 2.0.96"; -======= - packageId = "syn 2.0.87"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + packageId = "syn 2.0.100"; usesDefaultFeatures = false; features = [ "clone-impls" "derive" "parsing" "printing" "proc-macro" ]; } @@ -12823,9 +15553,9 @@ rec { }; "serde_json" = rec { crateName = "serde_json"; - version = "1.0.139"; + version = "1.0.140"; edition = "2021"; - sha256 = "19kj3irpa22a7djz1jaf4wambzh7psiqa6zyafqnb76crhx6ry24"; + sha256 = "0wwkp4vc20r87081ihj3vpyz5qf7wqkqipq17v99nv6wjrp8n1i0"; authors = [ "Erick Tryzelaar <erick.tryzelaar@gmail.com>" "David Tolnay <dtolnay@gmail.com>" @@ -12846,14 +15576,14 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; usesDefaultFeatures = false; } ]; devDependencies = [ { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; features = [ "derive" ]; } ]; @@ -12866,6 +15596,26 @@ rec { }; resolvedDefaultFeatures = [ "default" "raw_value" "std" ]; }; + "serde_path_to_error" = rec { + crateName = "serde_path_to_error"; + version = "0.1.17"; + edition = "2021"; + sha256 = "0alb447z25dvczd6ll3vfjbf51pypn23mgs5hv8978vzjczv3yjr"; + authors = [ + "David Tolnay <dtolnay@gmail.com>" + ]; + dependencies = [ + { + name = "itoa"; + packageId = "itoa"; + } + { + name = "serde"; + packageId = "serde 1.0.219"; + } + ]; + + }; "serde_spanned" = rec { crateName = "serde_spanned"; version = "0.6.8"; @@ -12874,14 +15624,14 @@ rec { dependencies = [ { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; optional = true; } ]; devDependencies = [ { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; } ]; features = { @@ -12912,7 +15662,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; } ]; @@ -12949,7 +15699,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; } ]; buildDependencies = [ @@ -12961,7 +15711,7 @@ rec { devDependencies = [ { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; features = [ "derive" ]; } ]; @@ -12980,11 +15730,50 @@ rec { requiredFeatures = [ ]; } ]; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./visions/server; } - else ./visions/server; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./visions/server; }; + dependencies = [ + { + name = "axum"; + packageId = "axum"; + features = [ "macros" ]; + } + { + name = "result-extended"; + packageId = "result-extended"; + } + { + name = "serde"; + packageId = "serde 1.0.219"; + features = [ "derive" "serde_derive" ]; + } + { + name = "thiserror"; + packageId = "thiserror 2.0.12"; + } + { + name = "tokio"; + packageId = "tokio"; + features = [ "full" "rt" ]; + } + { + name = "tower-http"; + packageId = "tower-http"; + features = [ "cors" ]; + } + { + name = "typeshare"; + packageId = "typeshare"; + } + { + name = "uuid"; + packageId = "uuid 1.16.0"; + features = [ "v4" ]; + } + { + name = "visions-types"; + packageId = "visions-types"; + } + ]; }; "sgf" = rec { @@ -12998,11 +15787,7 @@ rec { requiredFeatures = [ ]; } ]; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./sgf; } - else ./sgf; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./sgf; }; dependencies = [ { name = "chrono"; @@ -13019,16 +15804,12 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; features = [ "derive" ]; } { name = "thiserror"; -<<<<<<< HEAD packageId = "thiserror 1.0.69"; -======= - packageId = "thiserror 1.0.64"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) } { name = "typeshare"; @@ -13064,7 +15845,7 @@ rec { { name = "cpufeatures"; packageId = "cpufeatures"; - target = { target, features }: (("aarch64" == target."arch") || ("x86" == target."arch") || ("x86_64" == target."arch")); + target = { target, features }: (("aarch64" == target."arch" or null) || ("x86" == target."arch" or null) || ("x86_64" == target."arch" or null)); } { name = "digest"; @@ -13103,7 +15884,7 @@ rec { { name = "cpufeatures"; packageId = "cpufeatures"; - target = { target, features }: (("aarch64" == target."arch") || ("x86_64" == target."arch") || ("x86" == target."arch")); + target = { target, features }: (("aarch64" == target."arch" or null) || ("x86_64" == target."arch" or null) || ("x86" == target."arch" or null)); } { name = "digest"; @@ -13218,11 +15999,7 @@ rec { requiredFeatures = [ ]; } ]; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./bike-lights/simulator; } - else ./bike-lights/simulator; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./bike-lights/simulator; }; dependencies = [ { name = "async-std"; @@ -13238,11 +16015,11 @@ rec { } { name = "gio"; - packageId = "gio"; + packageId = "gio 0.18.4"; } { name = "glib"; - packageId = "glib"; + packageId = "glib 0.18.5"; } { name = "gtk4"; @@ -13262,7 +16039,7 @@ rec { } { name = "pango"; - packageId = "pango"; + packageId = "pango 0.20.9"; } ]; @@ -13316,20 +16093,16 @@ rec { }; "smallvec" = rec { crateName = "smallvec"; - version = "1.13.2"; + version = "1.14.0"; edition = "2018"; - sha256 = "0rsw5samawl3wsw6glrsb127rx6sh89a8wyikicw6dkdcjd1lpiw"; + sha256 = "1z8wpr53x6jisklqhkkvkgyi8s5cn69h2d2alhqfxahzxwiq7kvz"; authors = [ "The Servo Project Developers" ]; dependencies = [ { name = "serde"; -<<<<<<< HEAD - packageId = "serde 1.0.218"; -======= - packageId = "serde 1.0.210"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + packageId = "serde 1.0.219"; optional = true; usesDefaultFeatures = false; } @@ -13338,6 +16111,7 @@ rec { "arbitrary" = [ "dep:arbitrary" ]; "const_new" = [ "const_generics" ]; "drain_keep_rest" = [ "drain_filter" ]; + "malloc_size_of" = [ "dep:malloc_size_of" ]; "serde" = [ "dep:serde" ]; }; resolvedDefaultFeatures = [ "const_generics" "const_new" "serde" "union" ]; @@ -13450,15 +16224,9 @@ rec { }; "sqlx" = rec { crateName = "sqlx"; -<<<<<<< HEAD version = "0.8.3"; edition = "2021"; sha256 = "0pvlpq0plgyxf5kikcv786pf0pjv8dx5shlvz72l510d7hxyf424"; -======= - version = "0.8.2"; - edition = "2021"; - sha256 = "0gjdsvf1c9jxdc3agxjj12h89716f62jyh6z36n3y69pl0b4fcwk"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) authors = [ "Ryan Leckey <leckey.ryan@gmail.com>" "Austin Bonander <austin.bonander@gmail.com>" @@ -13526,7 +16294,6 @@ rec { "tls-native-tls" = [ "sqlx-core/_tls-native-tls" "sqlx-macros?/_tls-native-tls" ]; "tls-rustls" = [ "tls-rustls-ring" ]; "tls-rustls-aws-lc-rs" = [ "sqlx-core/_tls-rustls-aws-lc-rs" "sqlx-macros?/_tls-rustls-aws-lc-rs" ]; -<<<<<<< HEAD "tls-rustls-ring" = [ "tls-rustls-ring-webpki" ]; "tls-rustls-ring-native-roots" = [ "sqlx-core/_tls-rustls-ring-native-roots" "sqlx-macros?/_tls-rustls-ring-native-roots" ]; "tls-rustls-ring-webpki" = [ "sqlx-core/_tls-rustls-ring-webpki" "sqlx-macros?/_tls-rustls-ring-webpki" ]; @@ -13539,18 +16306,6 @@ rec { version = "0.8.3"; edition = "2021"; sha256 = "1q31dawr61wc6q2f12my4fw082mbv8sxwz1082msjsk76rlpn03a"; -======= - "tls-rustls-ring" = [ "sqlx-core/_tls-rustls-ring" "sqlx-macros?/_tls-rustls-ring" ]; - "uuid" = [ "sqlx-core/uuid" "sqlx-macros?/uuid" "sqlx-mysql?/uuid" "sqlx-postgres?/uuid" "sqlx-sqlite?/uuid" ]; - }; - resolvedDefaultFeatures = [ "_rt-tokio" "any" "default" "derive" "json" "macros" "migrate" "runtime-tokio" "sqlite" "sqlx-macros" "sqlx-sqlite" ]; - }; - "sqlx-core" = rec { - crateName = "sqlx-core"; - version = "0.8.2"; - edition = "2021"; - sha256 = "0vlkm0s72mp8w8pc9ppxarlrbbb6a2dmviahgmgihn338l5hdn6l"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) libName = "sqlx_core"; authors = [ "Ryan Leckey <leckey.ryan@gmail.com>" @@ -13560,19 +16315,6 @@ rec { ]; dependencies = [ { -<<<<<<< HEAD -======= - name = "atoi"; - packageId = "atoi"; - } - { - name = "byteorder"; - packageId = "byteorder"; - usesDefaultFeatures = false; - features = [ "std" ]; - } - { ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) name = "bytes"; packageId = "bytes"; } @@ -13591,17 +16333,7 @@ rec { } { name = "event-listener"; -<<<<<<< HEAD packageId = "event-listener 5.4.0"; -======= - packageId = "event-listener 5.3.1"; - } - { - name = "futures-channel"; - packageId = "futures-channel"; - usesDefaultFeatures = false; - features = [ "sink" "alloc" "std" ]; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) } { name = "futures-core"; @@ -13624,15 +16356,7 @@ rec { } { name = "hashbrown"; -<<<<<<< HEAD packageId = "hashbrown"; -======= - packageId = "hashbrown 0.14.5"; - } - { - name = "hashlink"; - packageId = "hashlink"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) } { name = "hashlink"; @@ -13644,7 +16368,7 @@ rec { } { name = "log"; - packageId = "log 0.4.25"; + packageId = "log 0.4.27"; usesDefaultFeatures = false; } { @@ -13662,7 +16386,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; optional = true; features = [ "derive" "rc" ]; } @@ -13684,11 +16408,7 @@ rec { } { name = "thiserror"; -<<<<<<< HEAD - packageId = "thiserror 2.0.11"; -======= - packageId = "thiserror 1.0.64"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + packageId = "thiserror 2.0.12"; } { name = "tokio"; @@ -13724,16 +16444,10 @@ rec { "_rt-async-std" = [ "async-std" "async-io" ]; "_rt-tokio" = [ "tokio" "tokio-stream" ]; "_tls-native-tls" = [ "native-tls" ]; -<<<<<<< HEAD "_tls-rustls" = [ "rustls" "rustls-pemfile" ]; "_tls-rustls-aws-lc-rs" = [ "_tls-rustls" "rustls/aws-lc-rs" "webpki-roots" ]; "_tls-rustls-ring-native-roots" = [ "_tls-rustls" "rustls/ring" "rustls-native-certs" ]; "_tls-rustls-ring-webpki" = [ "_tls-rustls" "rustls/ring" "webpki-roots" ]; -======= - "_tls-rustls" = [ "rustls" "rustls-pemfile" "webpki-roots" ]; - "_tls-rustls-aws-lc-rs" = [ "_tls-rustls" "rustls/aws-lc-rs" ]; - "_tls-rustls-ring" = [ "_tls-rustls" "rustls/ring" ]; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) "async-io" = [ "dep:async-io" ]; "async-std" = [ "dep:async-std" ]; "bigdecimal" = [ "dep:bigdecimal" ]; @@ -13765,15 +16479,9 @@ rec { }; "sqlx-macros" = rec { crateName = "sqlx-macros"; -<<<<<<< HEAD version = "0.8.3"; edition = "2021"; sha256 = "047k67sylscv0gdhwwqrn0s33jy1mvq8rmqq6s8fygv4g2ny44ii"; -======= - version = "0.8.2"; - edition = "2021"; - sha256 = "0mv6ikaz78gpv5v65zqhfxf0fzi94wc3jiypx1rv1qwxrhmnkh6a"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) procMacro = true; libName = "sqlx_macros"; authors = [ @@ -13804,11 +16512,7 @@ rec { } { name = "syn"; -<<<<<<< HEAD - packageId = "syn 2.0.96"; -======= - packageId = "syn 2.0.87"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + packageId = "syn 2.0.100"; usesDefaultFeatures = false; features = [ "parsing" "proc-macro" ]; } @@ -13818,12 +16522,8 @@ rec { "_rt-tokio" = [ "sqlx-macros-core/_rt-tokio" ]; "_tls-native-tls" = [ "sqlx-macros-core/_tls-native-tls" ]; "_tls-rustls-aws-lc-rs" = [ "sqlx-macros-core/_tls-rustls-aws-lc-rs" ]; -<<<<<<< HEAD "_tls-rustls-ring-native-roots" = [ "sqlx-macros-core/_tls-rustls-ring-native-roots" ]; "_tls-rustls-ring-webpki" = [ "sqlx-macros-core/_tls-rustls-ring-webpki" ]; -======= - "_tls-rustls-ring" = [ "sqlx-macros-core/_tls-rustls-ring" ]; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) "bigdecimal" = [ "sqlx-macros-core/bigdecimal" ]; "bit-vec" = [ "sqlx-macros-core/bit-vec" ]; "chrono" = [ "sqlx-macros-core/chrono" ]; @@ -13845,15 +16545,9 @@ rec { }; "sqlx-macros-core" = rec { crateName = "sqlx-macros-core"; -<<<<<<< HEAD version = "0.8.3"; edition = "2021"; sha256 = "1bg7sn6l8dc4pzrqx2dwc3sp7dbn97msfqahpycnl55bqnn917sf"; -======= - version = "0.8.2"; - edition = "2021"; - sha256 = "19dsi9lg1raqxb9l39jzjf3crn4zibf4dqcvqz4rjmc6qykyh10q"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) libName = "sqlx_macros_core"; authors = [ "Ryan Leckey <leckey.ryan@gmail.com>" @@ -13895,7 +16589,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; features = [ "derive" ]; } { @@ -13931,11 +16625,7 @@ rec { } { name = "syn"; -<<<<<<< HEAD - packageId = "syn 2.0.96"; -======= - packageId = "syn 2.0.87"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + packageId = "syn 2.0.100"; usesDefaultFeatures = false; features = [ "full" "derive" "parsing" "printing" "clone-impls" ]; } @@ -13960,12 +16650,8 @@ rec { "_rt-tokio" = [ "tokio" "sqlx-core/_rt-tokio" ]; "_tls-native-tls" = [ "sqlx-core/_tls-native-tls" ]; "_tls-rustls-aws-lc-rs" = [ "sqlx-core/_tls-rustls-aws-lc-rs" ]; -<<<<<<< HEAD "_tls-rustls-ring-native-roots" = [ "sqlx-core/_tls-rustls-ring-native-roots" ]; "_tls-rustls-ring-webpki" = [ "sqlx-core/_tls-rustls-ring-webpki" ]; -======= - "_tls-rustls-ring" = [ "sqlx-core/_tls-rustls-ring" ]; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) "async-std" = [ "dep:async-std" ]; "bigdecimal" = [ "sqlx-core/bigdecimal" "sqlx-mysql?/bigdecimal" "sqlx-postgres?/bigdecimal" ]; "bit-vec" = [ "sqlx-core/bit-vec" "sqlx-postgres?/bit-vec" ]; @@ -13986,7 +16672,6 @@ rec { "tokio" = [ "dep:tokio" ]; "uuid" = [ "sqlx-core/uuid" "sqlx-mysql?/uuid" "sqlx-postgres?/uuid" "sqlx-sqlite?/uuid" ]; }; -<<<<<<< HEAD resolvedDefaultFeatures = [ "_rt-tokio" "_sqlite" "default" "derive" "json" "macros" "migrate" "sqlite" "sqlx-sqlite" "tokio" ]; }; "sqlx-mysql" = rec { @@ -13994,15 +16679,6 @@ rec { version = "0.8.3"; edition = "2021"; sha256 = "0czjzzjm2y6lkhxvvzrzwgp0pmlhymcnym20hn9n9kh01s7jfq25"; -======= - resolvedDefaultFeatures = [ "_rt-tokio" "default" "derive" "json" "macros" "migrate" "sqlite" "sqlx-sqlite" "tokio" ]; - }; - "sqlx-mysql" = rec { - crateName = "sqlx-mysql"; - version = "0.8.2"; - edition = "2021"; - sha256 = "0snh8wpz1330hn4dnrqab3xmdmqrzjh50lbmyap49yls4qa4gfv4"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) libName = "sqlx_mysql"; authors = [ "Ryan Leckey <leckey.ryan@gmail.com>" @@ -14023,7 +16699,7 @@ rec { } { name = "bitflags"; - packageId = "bitflags 2.8.0"; + packageId = "bitflags 2.9.0"; usesDefaultFeatures = false; features = [ "serde" ]; } @@ -14100,7 +16776,7 @@ rec { } { name = "log"; - packageId = "log 0.4.25"; + packageId = "log 0.4.27"; } { name = "md-5"; @@ -14132,7 +16808,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; optional = true; } { @@ -14159,11 +16835,7 @@ rec { } { name = "thiserror"; -<<<<<<< HEAD - packageId = "thiserror 2.0.11"; -======= - packageId = "thiserror 1.0.64"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + packageId = "thiserror 2.0.12"; } { name = "tracing"; @@ -14192,15 +16864,9 @@ rec { }; "sqlx-postgres" = rec { crateName = "sqlx-postgres"; -<<<<<<< HEAD version = "0.8.3"; edition = "2021"; sha256 = "04wnjl51kfx0qbfsfmhqdshpmw32vzz2p8dksmj6gvb3ydbqmff5"; -======= - version = "0.8.2"; - edition = "2021"; - sha256 = "1y62cxgy5bk0fqj69dyfjf4lgfcvhyxv96rl4rvmsk455mrimabg"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) libName = "sqlx_postgres"; authors = [ "Ryan Leckey <leckey.ryan@gmail.com>" @@ -14221,7 +16887,7 @@ rec { } { name = "bitflags"; - packageId = "bitflags 2.8.0"; + packageId = "bitflags 2.9.0"; usesDefaultFeatures = false; } { @@ -14242,7 +16908,7 @@ rec { { name = "etcetera"; packageId = "etcetera"; - target = { target, features }: ("windows" == target."os"); + target = { target, features }: ("windows" == target."os" or null); } { name = "futures-channel"; @@ -14285,7 +16951,7 @@ rec { } { name = "log"; - packageId = "log 0.4.25"; + packageId = "log 0.4.27"; } { name = "md-5"; @@ -14309,7 +16975,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; features = [ "derive" ]; } { @@ -14338,11 +17004,7 @@ rec { } { name = "thiserror"; -<<<<<<< HEAD - packageId = "thiserror 2.0.11"; -======= - packageId = "thiserror 1.0.64"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + packageId = "thiserror 2.0.12"; } { name = "tracing"; @@ -14373,15 +17035,9 @@ rec { }; "sqlx-sqlite" = rec { crateName = "sqlx-sqlite"; -<<<<<<< HEAD version = "0.8.3"; edition = "2021"; sha256 = "0h05ca26g428h4337k4nm0ww75bcdkiqzp883m7fc92v78fsfp7q"; -======= - version = "0.8.2"; - edition = "2021"; - sha256 = "105naz4f9ad74hnl46xrlsvvk2l7lzvv0gdgvb9vylsrlhsczcnm"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) libName = "sqlx_sqlite"; authors = [ "Ryan Leckey <leckey.ryan@gmail.com>" @@ -14433,7 +17089,7 @@ rec { } { name = "log"; - packageId = "log 0.4.25"; + packageId = "log 0.4.27"; } { name = "percent-encoding"; @@ -14441,7 +17097,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; optional = true; features = [ "derive" ]; } @@ -14460,20 +17116,12 @@ rec { } { name = "url"; -<<<<<<< HEAD packageId = "url 2.5.4"; -======= - packageId = "url 2.5.2"; - usesDefaultFeatures = false; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) } ]; features = { "any" = [ "sqlx-core/any" ]; -<<<<<<< HEAD "bundled" = [ "libsqlite3-sys/bundled" ]; -======= ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) "chrono" = [ "dep:chrono" "sqlx-core/chrono" ]; "json" = [ "sqlx-core/json" "serde" ]; "migrate" = [ "sqlx-core/migrate" ]; @@ -14481,10 +17129,7 @@ rec { "regexp" = [ "dep:regex" ]; "serde" = [ "dep:serde" ]; "time" = [ "dep:time" "sqlx-core/time" ]; -<<<<<<< HEAD "unbundled" = [ "libsqlite3-sys/buildtime_bindgen" ]; -======= ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) "uuid" = [ "dep:uuid" "sqlx-core/uuid" ]; }; resolvedDefaultFeatures = [ "any" "bundled" "json" "migrate" "offline" "serde" ]; @@ -14551,6 +17196,43 @@ rec { "default" = [ "std" "i128" ]; }; }; + "svgbobdoc" = rec { + crateName = "svgbobdoc"; + version = "0.3.0"; + edition = "2018"; + sha256 = "0l1yxd215x65nziqc1l34z1a9ynz7xgg261jqqwrpmqmzj9lph7j"; + procMacro = true; + authors = [ + "yvt <i@yvt.jp>" + ]; + dependencies = [ + { + name = "base64"; + packageId = "base64 0.13.1"; + } + { + name = "proc-macro2"; + packageId = "proc-macro2"; + } + { + name = "quote"; + packageId = "quote"; + } + { + name = "syn"; + packageId = "syn 1.0.109"; + } + { + name = "unicode-width"; + packageId = "unicode-width"; + } + ]; + features = { + "enable" = [ "svgbob" ]; + "svgbob" = [ "dep:svgbob" ]; + }; + resolvedDefaultFeatures = [ "default" ]; + }; "syn 1.0.109" = rec { crateName = "syn"; version = "1.0.109"; @@ -14585,19 +17267,11 @@ rec { }; resolvedDefaultFeatures = [ "clone-impls" "default" "derive" "extra-traits" "full" "parsing" "printing" "proc-macro" "quote" ]; }; -<<<<<<< HEAD - "syn 2.0.96" = rec { + "syn 2.0.100" = rec { crateName = "syn"; - version = "2.0.96"; + version = "2.0.100"; edition = "2021"; - sha256 = "102wk3cgawimi3i0q3r3xw3i858zkyingg6y7gsxfy733amsvl6m"; -======= - "syn 2.0.87" = rec { - crateName = "syn"; - version = "2.0.87"; - edition = "2021"; - sha256 = "0bd3mfcswvn4jkrp7ich5kk58kmpph8412yxd36nsfnh8vilrai5"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + sha256 = "18623wdkns03blpv65xsjn8fipl9p9hj98vlrnhin7nqran496mh"; authors = [ "David Tolnay <dtolnay@gmail.com>" ]; @@ -14626,7 +17300,7 @@ rec { }; resolvedDefaultFeatures = [ "clone-impls" "default" "derive" "extra-traits" "fold" "full" "parsing" "printing" "proc-macro" "visit" "visit-mut" ]; }; - "sync_wrapper" = rec { + "sync_wrapper 0.1.2" = rec { crateName = "sync_wrapper"; version = "0.1.2"; edition = "2018"; @@ -14639,6 +17313,19 @@ rec { "futures-core" = [ "dep:futures-core" ]; }; }; + "sync_wrapper 1.0.2" = rec { + crateName = "sync_wrapper"; + version = "1.0.2"; + edition = "2021"; + sha256 = "0qvjyasd6w18mjg5xlaq5jgy84jsjfsvmnn12c13gypxbv75dwhb"; + authors = [ + "Actyx AG <developer@actyx.io>" + ]; + features = { + "futures" = [ "futures-core" ]; + "futures-core" = [ "dep:futures-core" ]; + }; + }; "synstructure" = rec { crateName = "synstructure"; version = "0.13.1"; @@ -14660,7 +17347,7 @@ rec { } { name = "syn"; - packageId = "syn 2.0.96"; + packageId = "syn 2.0.100"; usesDefaultFeatures = false; features = [ "derive" "parsing" "printing" "clone-impls" "visit" "extra-traits" ]; } @@ -14717,7 +17404,7 @@ rec { ]; }; - "system-deps" = rec { + "system-deps 6.2.2" = rec { crateName = "system-deps"; version = "6.2.2"; edition = "2018"; @@ -14730,7 +17417,44 @@ rec { dependencies = [ { name = "cfg-expr"; - packageId = "cfg-expr"; + packageId = "cfg-expr 0.15.8"; + features = [ "targets" ]; + } + { + name = "heck"; + packageId = "heck 0.5.0"; + } + { + name = "pkg-config"; + packageId = "pkg-config"; + } + { + name = "toml"; + packageId = "toml"; + usesDefaultFeatures = false; + features = [ "parse" ]; + } + { + name = "version-compare"; + packageId = "version-compare"; + } + ]; + + }; + "system-deps 7.0.3" = rec { + crateName = "system-deps"; + version = "7.0.3"; + edition = "2018"; + sha256 = "01d0fllzpkfybzadyaq1vlx70imzj56dxs4rk9w2f4ikkypkmlk6"; + libName = "system_deps"; + authors = [ + "Guillaume Desmottes <guillaume.desmottes@collabora.com>" + "Josh Triplett <josh@joshtriplett.org>" + ]; + dependencies = [ + { + name = "cfg-expr"; + packageId = "cfg-expr 0.17.2"; features = [ "targets" ]; } { @@ -14791,9 +17515,9 @@ rec { }; "tempfile" = rec { crateName = "tempfile"; - version = "3.17.1"; + version = "3.19.1"; edition = "2021"; - sha256 = "0c52ggq5vy5mzgk5ly36cgzs1cig3cv6r1jarijmzxgkn6na1r92"; + sha256 = "1grmcj8y6rcavndw2dm18ndzdimsq5f8lcrwyg627cdrcdvsqdvl"; authors = [ "Steven Allen <steven@stebalien.com>" "The Rust Project Developers" @@ -14801,20 +17525,16 @@ rec { "Jason White <me@jasonwhite.io>" ]; dependencies = [ - { - name = "cfg-if"; - packageId = "cfg-if"; - } { name = "fastrand"; packageId = "fastrand"; } { name = "getrandom"; - packageId = "getrandom 0.3.1"; + packageId = "getrandom 0.3.2"; optional = true; usesDefaultFeatures = false; - target = { target, features }: ((target."unix" or false) || (target."windows" or false) || ("wasi" == target."os")); + target = { target, features }: ((target."unix" or false) || (target."windows" or false) || ("wasi" == target."os" or null)); } { name = "once_cell"; @@ -14824,8 +17544,8 @@ rec { } { name = "rustix"; - packageId = "rustix"; - target = { target, features }: ((target."unix" or false) || ("wasi" == target."os")); + packageId = "rustix 1.0.3"; + target = { target, features }: ((target."unix" or false) || ("wasi" == target."os" or null)); features = [ "fs" ]; } { @@ -14858,11 +17578,7 @@ rec { ]; }; -<<<<<<< HEAD "thiserror 1.0.69" = rec { -======= - "thiserror 1.0.64" = rec { ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) crateName = "thiserror"; version = "1.0.69"; edition = "2021"; @@ -14873,52 +17589,23 @@ rec { dependencies = [ { name = "thiserror-impl"; -<<<<<<< HEAD packageId = "thiserror-impl 1.0.69"; -======= - packageId = "thiserror-impl 1.0.64"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) } ]; }; -<<<<<<< HEAD - "thiserror 2.0.11" = rec { + "thiserror 2.0.12" = rec { crateName = "thiserror"; - version = "2.0.11"; -======= - "thiserror 2.0.3" = rec { - crateName = "thiserror"; - version = "2.0.3"; + version = "2.0.12"; edition = "2021"; - sha256 = "1ak7wvbkc6s37jgv7ksaqax0ggbkcyizm125v8mczcsifrfch1n0"; + sha256 = "024791nsc0np63g2pq30cjf9acj38z3jwx9apvvi8qsqmqnqlysn"; authors = [ "David Tolnay <dtolnay@gmail.com>" ]; dependencies = [ { name = "thiserror-impl"; - packageId = "thiserror-impl 2.0.3"; - } - ]; - features = { - "default" = [ "std" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "thiserror-impl 1.0.64" = rec { - crateName = "thiserror-impl"; - version = "1.0.64"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) - edition = "2021"; - sha256 = "1z0649rpa8c2smzx129bz4qvxmdihj30r2km6vfpcv9yny2g4lnl"; - authors = [ - "David Tolnay <dtolnay@gmail.com>" - ]; - dependencies = [ - { - name = "thiserror-impl"; - packageId = "thiserror-impl 2.0.11"; + packageId = "thiserror-impl 2.0.12"; } ]; features = { @@ -14947,28 +17634,16 @@ rec { } { name = "syn"; -<<<<<<< HEAD - packageId = "syn 2.0.96"; -======= - packageId = "syn 2.0.87"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + packageId = "syn 2.0.100"; } ]; }; -<<<<<<< HEAD - "thiserror-impl 2.0.11" = rec { + "thiserror-impl 2.0.12" = rec { crateName = "thiserror-impl"; - version = "2.0.11"; + version = "2.0.12"; edition = "2021"; - sha256 = "1hkkn7p2y4cxbffcrprybkj0qy1rl1r6waxmxqvr764axaxc3br6"; -======= - "thiserror-impl 2.0.3" = rec { - crateName = "thiserror-impl"; - version = "2.0.3"; - edition = "2021"; - sha256 = "0s1m4jyjpvsqpdpbci1rswgafmy7fsjjh1a3cnpirp3sc0ymaxzh"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + sha256 = "07bsn7shydaidvyyrm7jz29vp78vrxr9cr9044rfmn078lmz8z3z"; procMacro = true; libName = "thiserror_impl"; authors = [ @@ -14985,11 +17660,7 @@ rec { } { name = "syn"; -<<<<<<< HEAD - packageId = "syn 2.0.96"; -======= - packageId = "syn 2.0.87"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + packageId = "syn 2.0.100"; } ]; @@ -15071,7 +17742,7 @@ rec { { name = "wasi"; packageId = "wasi 0.10.0+wasi-snapshot-preview1"; - target = { target, features }: ("wasi" == target."os"); + target = { target, features }: ("wasi" == target."os" or null); } { name = "winapi"; @@ -15091,11 +17762,11 @@ rec { "rustc-serialize" = [ "dep:rustc-serialize" ]; }; }; - "time 0.3.37" = rec { + "time 0.3.41" = rec { crateName = "time"; - version = "0.3.37"; + version = "0.3.41"; edition = "2021"; - sha256 = "08bvydyc14plkwhchzia5bcdbmm0mk5fzilsdpjx06w6hf48drrm"; + sha256 = "0h0cpiyya8cjlrh00d2r72bmgg4lsdcncs76qpwy0rn2kghijxla"; authors = [ "Jacob Pratt <open-source@jhpratt.dev>" "Time contributors" @@ -15123,7 +17794,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; optional = true; usesDefaultFeatures = false; } @@ -15144,7 +17815,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; usesDefaultFeatures = false; features = [ "derive" ]; } @@ -15173,9 +17844,9 @@ rec { }; "time-core" = rec { crateName = "time-core"; - version = "0.1.2"; + version = "0.1.4"; edition = "2021"; - sha256 = "1wx3qizcihw6z151hywfzzyd1y5dl804ydyxci6qm07vbakpr4pg"; + sha256 = "0z5h9fknvdvbs2k2s1chpi3ab3jvgkfhdnqwrvixjngm263s7sf9"; libName = "time_core"; authors = [ "Jacob Pratt <open-source@jhpratt.dev>" @@ -15185,9 +17856,9 @@ rec { }; "time-macros" = rec { crateName = "time-macros"; - version = "0.2.19"; + version = "0.2.22"; edition = "2021"; - sha256 = "1pl558z26pp342l5y91n6dxb60xwhar975wk6jc4npiygq0ycd18"; + sha256 = "0jcaxpw220han2bzbrdlpqhy1s5k9i8ri3lw6n5zv4zcja9p69im"; procMacro = true; libName = "time_macros"; authors = [ @@ -15212,11 +17883,7 @@ rec { crateName = "timezone-testing"; version = "0.1.0"; edition = "2021"; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./timezone-testing; } - else ./timezone-testing; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./timezone-testing; }; libName = "timezone_testing"; dependencies = [ { @@ -15246,7 +17913,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; optional = true; usesDefaultFeatures = false; features = [ "alloc" ]; @@ -15268,9 +17935,9 @@ rec { }; "tinyvec" = rec { crateName = "tinyvec"; - version = "1.8.1"; + version = "1.9.0"; edition = "2018"; - sha256 = "1s41rv7n39sjsxz3kd3d4adw45ndkxz1d18rfbz2wd7s9n8bhb82"; + sha256 = "0w9w8qcifns9lzvlbfwa01y0skhr542anwa3rpn28rg82wgndcq9"; authors = [ "Lokathor <zefria@gmail.com>" ]; @@ -15284,6 +17951,9 @@ rec { features = { "alloc" = [ "tinyvec_macros" ]; "arbitrary" = [ "dep:arbitrary" ]; + "borsh" = [ "dep:borsh" ]; + "generic-array" = [ "dep:generic-array" ]; + "latest_stable_rust" = [ "rustc_1_61" ]; "real_blackbox" = [ "criterion/real_blackbox" ]; "rustc_1_55" = [ "rustc_1_40" ]; "rustc_1_57" = [ "rustc_1_55" ]; @@ -15306,9 +17976,9 @@ rec { }; "tokio" = rec { crateName = "tokio"; - version = "1.43.0"; + version = "1.44.1"; edition = "2021"; - sha256 = "17pdm49ihlhfw3rpxix3kdh2ppl1yv7nwp1kxazi5r1xz97zlq9x"; + sha256 = "06n90q5hh1yd844s6nf4j3fwbrkm2bnq533kp3a488l4bdhxm0pk"; authors = [ "Tokio Contributors <team@tokio.rs>" ]; @@ -15429,11 +18099,7 @@ rec { } { name = "syn"; -<<<<<<< HEAD - packageId = "syn 2.0.96"; -======= - packageId = "syn 2.0.87"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + packageId = "syn 2.0.100"; features = [ "full" ]; } ]; @@ -15532,7 +18198,7 @@ rec { } { name = "log"; - packageId = "log 0.4.25"; + packageId = "log 0.4.27"; } { name = "tokio"; @@ -15575,9 +18241,9 @@ rec { }; "tokio-util" = rec { crateName = "tokio-util"; - version = "0.7.13"; + version = "0.7.14"; edition = "2021"; - sha256 = "0y0h10a52c7hrldmr3410bp7j3fadq0jn9nf7awddgd2an6smz6p"; + sha256 = "0d7hm1jrwpzryvni72fy5dg9blqs776wq5w38lwigk3g7swr15bb"; libName = "tokio_util"; authors = [ "Tokio Contributors <team@tokio.rs>" @@ -15628,6 +18294,74 @@ rec { }; resolvedDefaultFeatures = [ "codec" "default" "io" ]; }; + "tokise" = rec { + crateName = "tokise"; + version = "0.2.0"; + edition = "2021"; + sha256 = "03p48kqln4y2kk8r5871363m6mkc1yds47k7q6f9wnz1iirrgkyy"; + authors = [ + "Kaede Hoshikawa <futursolo@icloud.com>" + "Elina <imelina@elina.website>" + ]; + dependencies = [ + { + name = "futures"; + packageId = "futures"; + usesDefaultFeatures = false; + features = [ "std" "async-await" ]; + } + { + name = "gloo"; + packageId = "gloo"; + target = { target, features }: (("wasm32" == target."arch" or null) && (!("wasi" == target."os" or null))); + } + { + name = "num_cpus"; + packageId = "num_cpus"; + target = { target, features }: (!("wasm32" == target."arch" or null)); + } + { + name = "once_cell"; + packageId = "once_cell"; + } + { + name = "pin-project"; + packageId = "pin-project"; + } + { + name = "pinned"; + packageId = "pinned"; + } + { + name = "tokio"; + packageId = "tokio"; + target = { target, features }: ((!("wasm32" == target."arch" or null)) || ("wasi" == target."os" or null)); + features = [ "rt" "time" ]; + } + { + name = "tokio-stream"; + packageId = "tokio-stream"; + target = { target, features }: ((!("wasm32" == target."arch" or null)) || ("wasi" == target."os" or null)); + features = [ "time" ]; + } + { + name = "wasm-bindgen-futures"; + packageId = "wasm-bindgen-futures"; + target = { target, features }: (("wasm32" == target."arch" or null) && (!("wasi" == target."os" or null))); + } + ]; + devDependencies = [ + { + name = "tokio"; + packageId = "tokio"; + target = {target, features}: (!("wasm32" == target."arch" or null)); + features = [ "full" ]; + } + ]; + features = { + }; + resolvedDefaultFeatures = [ "default" ]; + }; "toml" = rec { crateName = "toml"; version = "0.8.20"; @@ -15639,7 +18373,7 @@ rec { dependencies = [ { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; } { name = "serde_spanned"; @@ -15662,7 +18396,7 @@ rec { devDependencies = [ { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; features = [ "derive" ]; } ]; @@ -15686,7 +18420,7 @@ rec { dependencies = [ { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; optional = true; } ]; @@ -15725,11 +18459,11 @@ rec { }; resolvedDefaultFeatures = [ "default" ]; }; - "toml_edit 0.20.2" = rec { + "toml_edit 0.20.7" = rec { crateName = "toml_edit"; - version = "0.20.2"; + version = "0.20.7"; edition = "2021"; - sha256 = "0f7k5svmxw98fhi28jpcyv7ldr2s3c867pjbji65bdxjpd44svir"; + sha256 = "10bdyrl1yj5jxkiqfa2fyx9inlzlm7s8nf1jnysp4k6qwky2gx3h"; authors = [ "Andronik Ordian <write@reusable.software>" "Ed Page <eopage@gmail.com>" @@ -15772,7 +18506,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; optional = true; } { @@ -15787,7 +18521,7 @@ rec { } { name = "winnow"; - packageId = "winnow 0.7.3"; + packageId = "winnow 0.7.4"; optional = true; } ]; @@ -15799,6 +18533,201 @@ rec { }; resolvedDefaultFeatures = [ "display" "parse" "serde" ]; }; + "tower" = rec { + crateName = "tower"; + version = "0.5.2"; + edition = "2018"; + sha256 = "1ybmd59nm4abl9bsvy6rx31m4zvzp5rja2slzpn712y9b68ssffh"; + authors = [ + "Tower Maintainers <team@tower-rs.com>" + ]; + dependencies = [ + { + name = "futures-core"; + packageId = "futures-core"; + optional = true; + } + { + name = "futures-util"; + packageId = "futures-util"; + optional = true; + usesDefaultFeatures = false; + features = [ "alloc" ]; + } + { + name = "pin-project-lite"; + packageId = "pin-project-lite"; + optional = true; + } + { + name = "sync_wrapper"; + packageId = "sync_wrapper 1.0.2"; + optional = true; + } + { + name = "tokio"; + packageId = "tokio"; + optional = true; + features = [ "sync" ]; + } + { + name = "tower-layer"; + packageId = "tower-layer"; + } + { + name = "tower-service"; + packageId = "tower-service"; + } + { + name = "tracing"; + packageId = "tracing"; + optional = true; + usesDefaultFeatures = false; + features = [ "std" ]; + } + ]; + devDependencies = [ + { + name = "pin-project-lite"; + packageId = "pin-project-lite"; + } + { + name = "tokio"; + packageId = "tokio"; + features = [ "macros" "sync" "test-util" "rt-multi-thread" ]; + } + { + name = "tracing"; + packageId = "tracing"; + usesDefaultFeatures = false; + features = [ "std" ]; + } + ]; + features = { + "__common" = [ "futures-core" "pin-project-lite" ]; + "balance" = [ "discover" "load" "ready-cache" "make" "slab" "util" ]; + "buffer" = [ "__common" "tokio/sync" "tokio/rt" "tokio-util" "tracing" ]; + "discover" = [ "__common" ]; + "filter" = [ "__common" "futures-util" ]; + "full" = [ "balance" "buffer" "discover" "filter" "hedge" "limit" "load" "load-shed" "make" "ready-cache" "reconnect" "retry" "spawn-ready" "steer" "timeout" "util" ]; + "futures-core" = [ "dep:futures-core" ]; + "futures-util" = [ "dep:futures-util" ]; + "hdrhistogram" = [ "dep:hdrhistogram" ]; + "hedge" = [ "util" "filter" "futures-util" "hdrhistogram" "tokio/time" "tracing" ]; + "indexmap" = [ "dep:indexmap" ]; + "limit" = [ "__common" "tokio/time" "tokio/sync" "tokio-util" "tracing" ]; + "load" = [ "__common" "tokio/time" "tracing" ]; + "load-shed" = [ "__common" ]; + "log" = [ "tracing/log" ]; + "make" = [ "futures-util" "pin-project-lite" "tokio/io-std" ]; + "pin-project-lite" = [ "dep:pin-project-lite" ]; + "ready-cache" = [ "futures-core" "futures-util" "indexmap" "tokio/sync" "tracing" "pin-project-lite" ]; + "reconnect" = [ "make" "tokio/io-std" "tracing" ]; + "retry" = [ "__common" "tokio/time" "util" ]; + "slab" = [ "dep:slab" ]; + "spawn-ready" = [ "__common" "futures-util" "tokio/sync" "tokio/rt" "util" "tracing" ]; + "sync_wrapper" = [ "dep:sync_wrapper" ]; + "timeout" = [ "pin-project-lite" "tokio/time" ]; + "tokio" = [ "dep:tokio" ]; + "tokio-stream" = [ "dep:tokio-stream" ]; + "tokio-util" = [ "dep:tokio-util" ]; + "tracing" = [ "dep:tracing" ]; + "util" = [ "__common" "futures-util" "pin-project-lite" "sync_wrapper" ]; + }; + resolvedDefaultFeatures = [ "__common" "futures-core" "futures-util" "log" "make" "pin-project-lite" "sync_wrapper" "tokio" "tracing" "util" ]; + }; + "tower-http" = rec { + crateName = "tower-http"; + version = "0.6.2"; + edition = "2018"; + sha256 = "15wnvhl6cpir9125s73bqjzjsvfb0fmndmsimnl2ddnlhfvs6gs0"; + libName = "tower_http"; + authors = [ + "Tower Maintainers <team@tower-rs.com>" + ]; + dependencies = [ + { + name = "bitflags"; + packageId = "bitflags 2.9.0"; + } + { + name = "bytes"; + packageId = "bytes"; + } + { + name = "http"; + packageId = "http 1.3.1"; + } + { + name = "pin-project-lite"; + packageId = "pin-project-lite"; + } + { + name = "tower-layer"; + packageId = "tower-layer"; + } + { + name = "tower-service"; + packageId = "tower-service"; + } + ]; + devDependencies = [ + { + name = "bytes"; + packageId = "bytes"; + } + ]; + features = { + "async-compression" = [ "dep:async-compression" ]; + "auth" = [ "base64" "validate-request" ]; + "base64" = [ "dep:base64" ]; + "catch-panic" = [ "tracing" "futures-util/std" "dep:http-body" "dep:http-body-util" ]; + "compression-br" = [ "async-compression/brotli" "futures-core" "dep:http-body" "tokio-util" "tokio" ]; + "compression-deflate" = [ "async-compression/zlib" "futures-core" "dep:http-body" "tokio-util" "tokio" ]; + "compression-full" = [ "compression-br" "compression-deflate" "compression-gzip" "compression-zstd" ]; + "compression-gzip" = [ "async-compression/gzip" "futures-core" "dep:http-body" "tokio-util" "tokio" ]; + "compression-zstd" = [ "async-compression/zstd" "futures-core" "dep:http-body" "tokio-util" "tokio" ]; + "decompression-br" = [ "async-compression/brotli" "futures-core" "dep:http-body" "dep:http-body-util" "tokio-util" "tokio" ]; + "decompression-deflate" = [ "async-compression/zlib" "futures-core" "dep:http-body" "dep:http-body-util" "tokio-util" "tokio" ]; + "decompression-full" = [ "decompression-br" "decompression-deflate" "decompression-gzip" "decompression-zstd" ]; + "decompression-gzip" = [ "async-compression/gzip" "futures-core" "dep:http-body" "dep:http-body-util" "tokio-util" "tokio" ]; + "decompression-zstd" = [ "async-compression/zstd" "futures-core" "dep:http-body" "dep:http-body-util" "tokio-util" "tokio" ]; + "follow-redirect" = [ "futures-util" "dep:http-body" "iri-string" "tower/util" ]; + "fs" = [ "futures-util" "dep:http-body" "dep:http-body-util" "tokio/fs" "tokio-util/io" "tokio/io-util" "dep:http-range-header" "mime_guess" "mime" "percent-encoding" "httpdate" "set-status" "futures-util/alloc" "tracing" ]; + "full" = [ "add-extension" "auth" "catch-panic" "compression-full" "cors" "decompression-full" "follow-redirect" "fs" "limit" "map-request-body" "map-response-body" "metrics" "normalize-path" "propagate-header" "redirect" "request-id" "sensitive-headers" "set-header" "set-status" "timeout" "trace" "util" "validate-request" ]; + "futures-core" = [ "dep:futures-core" ]; + "futures-util" = [ "dep:futures-util" ]; + "httpdate" = [ "dep:httpdate" ]; + "iri-string" = [ "dep:iri-string" ]; + "limit" = [ "dep:http-body" "dep:http-body-util" ]; + "metrics" = [ "dep:http-body" "tokio/time" ]; + "mime" = [ "dep:mime" ]; + "mime_guess" = [ "dep:mime_guess" ]; + "percent-encoding" = [ "dep:percent-encoding" ]; + "request-id" = [ "uuid" ]; + "timeout" = [ "dep:http-body" "tokio/time" ]; + "tokio" = [ "dep:tokio" ]; + "tokio-util" = [ "dep:tokio-util" ]; + "tower" = [ "dep:tower" ]; + "trace" = [ "dep:http-body" "tracing" ]; + "tracing" = [ "dep:tracing" ]; + "util" = [ "tower" ]; + "uuid" = [ "dep:uuid" ]; + "validate-request" = [ "mime" ]; + }; + resolvedDefaultFeatures = [ "cors" "default" ]; + }; + "tower-layer" = rec { + crateName = "tower-layer"; + version = "0.3.3"; + edition = "2018"; + sha256 = "03kq92fdzxin51w8iqix06dcfgydyvx7yr6izjq0p626v9n2l70j"; + libName = "tower_layer"; + authors = [ + "Tower Maintainers <team@tower-rs.com>" + ]; + + }; "tower-service" = rec { crateName = "tower-service"; version = "0.3.3"; @@ -15822,7 +18751,7 @@ rec { dependencies = [ { name = "log"; - packageId = "log 0.4.25"; + packageId = "log 0.4.27"; optional = true; } { @@ -15843,7 +18772,7 @@ rec { devDependencies = [ { name = "log"; - packageId = "log 0.4.25"; + packageId = "log 0.4.27"; } ]; features = { @@ -15880,11 +18809,7 @@ rec { } { name = "syn"; -<<<<<<< HEAD - packageId = "syn 2.0.96"; -======= - packageId = "syn 2.0.87"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + packageId = "syn 2.0.100"; usesDefaultFeatures = false; features = [ "full" "parsing" "printing" "visit-mut" "clone-impls" "extra-traits" "proc-macro" ]; } @@ -15918,9 +18843,9 @@ rec { }; "traitobject" = rec { crateName = "traitobject"; - version = "0.1.0"; - edition = "2015"; - sha256 = "0yb0n8822mr59j200fyr2fxgzzgqljyxflx9y8bdy3rlaqngilgg"; + version = "0.1.1"; + edition = "2021"; + sha256 = "1ixvz9z6mccdbpkk83cx4npyp0nkb29j8x58ilp8abif70jrx9q4"; authors = [ "Jonathan Reem <jonathan.reem@gmail.com>" ]; @@ -15930,11 +18855,7 @@ rec { crateName = "tree"; version = "0.1.0"; edition = "2021"; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./tree; } - else ./tree; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./tree; }; }; "try-lock" = rec { @@ -15973,7 +18894,7 @@ rec { } { name = "http"; - packageId = "http 1.2.0"; + packageId = "http 1.3.1"; optional = true; } { @@ -15983,7 +18904,7 @@ rec { } { name = "log"; - packageId = "log 0.4.25"; + packageId = "log 0.4.27"; } { name = "rand"; @@ -15996,11 +18917,7 @@ rec { } { name = "thiserror"; -<<<<<<< HEAD packageId = "thiserror 1.0.69"; -======= - packageId = "thiserror 1.0.64"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) } { name = "url"; @@ -16084,10 +19001,9 @@ rec { }; "typenum" = rec { crateName = "typenum"; - version = "1.17.0"; + version = "1.18.0"; edition = "2018"; - sha256 = "09dqxv69m9lj9zvv6xw5vxaqx15ps0vxyy5myg33i0kbqvq0pzs2"; - build = "build/main.rs"; + sha256 = "0gwgz8n91pv40gabrr1lzji0b0hsmg0817njpy397bq7rvizzk0x"; authors = [ "Paho Lurie-Gregg <paho@paholg.com>" "Andre Bogus <bogusandre@gmail.com>" @@ -16111,7 +19027,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; features = [ "derive" ]; } { @@ -16143,11 +19059,7 @@ rec { } { name = "syn"; -<<<<<<< HEAD - packageId = "syn 2.0.96"; -======= - packageId = "syn 2.0.87"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + packageId = "syn 2.0.100"; features = [ "parsing" "proc-macro" ]; } ]; @@ -16258,9 +19170,9 @@ rec { }; "unicode-ident" = rec { crateName = "unicode-ident"; - version = "1.0.14"; + version = "1.0.18"; edition = "2018"; - sha256 = "10ywa1pg0glgkr4l3dppjxizr9r2b7im0ycbfa0137l69z5fdfdd"; + sha256 = "04k5r6sijkafzljykdq26mhjpmhdx4jwzvn1lh90g9ax9903jpss"; libName = "unicode_ident"; authors = [ "David Tolnay <dtolnay@gmail.com>" @@ -16419,6 +19331,31 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; + "usb-device" = rec { + crateName = "usb-device"; + version = "0.3.2"; + edition = "2018"; + sha256 = "19h6bxdk2lsydd387n0rz95hny9xx4khzfb8a440kfxgrhd6p0cq"; + libName = "usb_device"; + authors = [ + "Matti Virkkunen <mvirkkunen@gmail.com>" + ]; + dependencies = [ + { + name = "heapless"; + packageId = "heapless"; + } + { + name = "portable-atomic"; + packageId = "portable-atomic"; + usesDefaultFeatures = false; + } + ]; + features = { + "defmt" = [ "dep:defmt" ]; + "log" = [ "dep:log" ]; + }; + }; "utf-8" = rec { crateName = "utf-8"; version = "0.7.6"; @@ -16512,7 +19449,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; optional = true; usesDefaultFeatures = false; } @@ -16534,19 +19471,11 @@ rec { }; resolvedDefaultFeatures = [ "default" "getrandom" "serde" "std" "v4" ]; }; -<<<<<<< HEAD - "uuid 1.12.0" = rec { + "uuid 1.16.0" = rec { crateName = "uuid"; - version = "1.12.0"; + version = "1.16.0"; edition = "2018"; - sha256 = "1i2i7ar5651d58ip1l8cghg3y60pn0rqmssvw6lm8d4s3xc1hh3l"; -======= - "uuid 1.11.0" = rec { - crateName = "uuid"; - version = "1.11.0"; - edition = "2018"; - sha256 = "0sj4l28lif2wm4xrafdfgqjywjzv43wzp8nii9a4i539myhg1igq"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + sha256 = "1a9dkv6jm4lz7ip9l9i1mcx7sh389xjsr03l6jgwqjpmkdvpm3s5"; authors = [ "Ashley Mannix<ashleymannix@live.com.au>" "Dylan DPC<dylan.dpc@gmail.com>" @@ -16555,8 +19484,28 @@ rec { dependencies = [ { name = "getrandom"; - packageId = "getrandom 0.2.15"; + packageId = "getrandom 0.3.2"; optional = true; + target = { target, features }: (!(("wasm32" == target."arch" or null) && ("unknown" == target."vendor" or null) && ("unknown" == target."os" or null))); + } + { + name = "js-sys"; + packageId = "js-sys"; + optional = true; + target = { target, features }: (("wasm32" == target."arch" or null) && ("unknown" == target."vendor" or null) && ("unknown" == target."os" or null) && (builtins.elem "atomics" targetFeatures)); + } + { + name = "wasm-bindgen"; + packageId = "wasm-bindgen"; + optional = true; + target = { target, features }: (("wasm32" == target."arch" or null) && ("unknown" == target."vendor" or null) && ("unknown" == target."os" or null)); + } + ]; + devDependencies = [ + { + name = "wasm-bindgen"; + packageId = "wasm-bindgen"; + target = {target, features}: (("wasm32" == target."arch" or null) && ("unknown" == target."vendor" or null) && ("unknown" == target."os" or null)); } ]; features = { @@ -16566,13 +19515,16 @@ rec { "bytemuck" = [ "dep:bytemuck" ]; "default" = [ "std" ]; "fast-rng" = [ "rng" "dep:rand" ]; - "js" = [ "dep:wasm-bindgen" "getrandom?/js" ]; + "js" = [ "dep:wasm-bindgen" "dep:js-sys" ]; "macro-diagnostics" = [ "dep:uuid-macro-internal" ]; "md5" = [ "dep:md-5" ]; "rng" = [ "dep:getrandom" ]; + "rng-getrandom" = [ "rng" "dep:getrandom" "uuid-rng-internal-lib" "uuid-rng-internal-lib/getrandom" ]; + "rng-rand" = [ "rng" "dep:rand" "uuid-rng-internal-lib" "uuid-rng-internal-lib/rand" ]; "serde" = [ "dep:serde" ]; "sha1" = [ "dep:sha1_smol" ]; "slog" = [ "dep:slog" ]; + "uuid-rng-internal-lib" = [ "dep:uuid-rng-internal-lib" ]; "v1" = [ "atomic" ]; "v3" = [ "md5" ]; "v4" = [ "rng" ]; @@ -16581,13 +19533,13 @@ rec { "v7" = [ "rng" ]; "zerocopy" = [ "dep:zerocopy" ]; }; - resolvedDefaultFeatures = [ "default" "rng" "std" "v4" ]; + resolvedDefaultFeatures = [ "default" "js" "rng" "std" "v4" ]; }; "value-bag" = rec { crateName = "value-bag"; - version = "1.10.0"; + version = "1.11.1"; edition = "2021"; - sha256 = "1lnsixdpi1ldms1adxyafyx7lyrqxhhskgwrjckmml6majmc9x1y"; + sha256 = "1i89r6z2dxydybh43mxpc2qx3y943f35sm42c06v2gkliadf4g4l"; libName = "value_bag"; authors = [ "Ashley Mannix <ashleymannix@live.com.au>" @@ -16607,6 +19559,17 @@ rec { }; resolvedDefaultFeatures = [ "inline-i128" ]; }; + "vcell" = rec { + crateName = "vcell"; + version = "0.1.3"; + edition = "2015"; + sha256 = "00n0ss2z3rh0ihig6d4w7xp72g58f7g1m6s5v4h3nc6jacdrqhvp"; + authors = [ + "Jorge Aparicio <japaricious@gmail.com>" + ]; + features = { + }; + }; "vcpkg" = rec { crateName = "vcpkg"; version = "0.2.15"; @@ -16648,124 +19611,120 @@ rec { ]; }; -<<<<<<< HEAD -======= - "visions" = rec { - crateName = "visions"; + "visions-client" = rec { + crateName = "visions-client"; version = "0.1.0"; edition = "2021"; crateBin = [ { - name = "visions"; + name = "visions-client"; path = "src/main.rs"; requiredFeatures = [ ]; } ]; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./visions/server; } - else ./visions/server; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./visions/ui; }; dependencies = [ { - name = "async-std"; - packageId = "async-std"; + name = "gloo-console"; + packageId = "gloo-console"; } { - name = "async-trait"; - packageId = "async-trait"; - } - { - name = "authdb"; - packageId = "authdb"; - } - { - name = "futures"; - packageId = "futures"; - } - { - name = "http"; - packageId = "http 1.1.0"; - } - { - name = "include_dir"; - packageId = "include_dir"; - } - { - name = "lazy_static"; - packageId = "lazy_static"; - } - { - name = "mime"; - packageId = "mime 0.3.17"; - } - { - name = "mime_guess"; - packageId = "mime_guess 2.0.5"; - } - { - name = "rusqlite"; - packageId = "rusqlite"; - } - { - name = "rusqlite_migration"; - packageId = "rusqlite_migration"; - features = [ "from-directory" ]; + name = "gloo-net"; + packageId = "gloo-net 0.6.0"; } { name = "serde"; - packageId = "serde 1.0.210"; + packageId = "serde 1.0.219"; + features = [ "derive" ]; + } + { + name = "serde-wasm-bindgen"; + packageId = "serde-wasm-bindgen"; } { name = "serde_json"; packageId = "serde_json"; } { - name = "thiserror"; - packageId = "thiserror 2.0.3"; + name = "visions-types"; + packageId = "visions-types"; } { - name = "tokio"; - packageId = "tokio"; - features = [ "full" ]; + name = "wasm-bindgen"; + packageId = "wasm-bindgen"; } { - name = "tokio-stream"; - packageId = "tokio-stream"; + name = "wasm-bindgen-futures"; + packageId = "wasm-bindgen-futures"; } { - name = "typeshare"; - packageId = "typeshare"; + name = "web-sys"; + packageId = "web-sys"; } { - name = "urlencoding"; - packageId = "urlencoding"; - } - { - name = "uuid"; - packageId = "uuid 1.11.0"; - features = [ "v4" ]; - } - { - name = "warp"; - packageId = "warp"; - } - ]; - devDependencies = [ - { - name = "cool_asserts"; - packageId = "cool_asserts"; + name = "yew"; + packageId = "yew"; + features = [ "csr" ]; + } + ]; + + }; + "visions-types" = rec { + crateName = "visions-types"; + version = "0.1.0"; + edition = "2021"; + src = lib.cleanSourceWith { filter = sourceFilter; src = ./visions/types; }; + libName = "visions_types"; + dependencies = [ + { + name = "serde"; + packageId = "serde 1.0.219"; + features = [ "derive" ]; + } + { + name = "uuid"; + packageId = "uuid 1.16.0"; + features = [ "v4" "js" ]; + } + ]; + + }; + "void" = rec { + crateName = "void"; + version = "1.0.2"; + edition = "2015"; + sha256 = "0zc8f0ksxvmhvgx4fdg0zyn6vdnbxd2xv9hfx4nhzg6kbs4f80ka"; + authors = [ + "Jonathan Reem <jonathan.reem@gmail.com>" + ]; + features = { + "default" = [ "std" ]; + }; + }; + "volatile-register" = rec { + crateName = "volatile-register"; + version = "0.2.2"; + edition = "2015"; + sha256 = "1k0rkm81qyhn4r8f03z0sch2kyikkgjjfalpaami9c08c8m7whyy"; + libName = "volatile_register"; + authors = [ + "Jorge Aparicio <japaricious@gmail.com>" + "Jonathan 'theJPster' Pallant <github@thejpster.org.uk>" + ]; + dependencies = [ + { + name = "vcell"; + packageId = "vcell"; } ]; }; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) "wait-timeout" = rec { crateName = "wait-timeout"; - version = "0.2.0"; + version = "0.2.1"; edition = "2015"; crateBin = []; - sha256 = "1xpkk0j5l9pfmjfh1pi0i89invlavfrd9av5xp0zhxgb29dhy84z"; + sha256 = "04azqv9mnfxgvnc8j2wp362xraybakh2dy1nj22gj51rdl93pb09"; libName = "wait_timeout"; authors = [ "Alex Crichton <alex@alexcrichton.com>" @@ -16834,7 +19793,7 @@ rec { } { name = "log"; - packageId = "log 0.4.25"; + packageId = "log 0.4.27"; } { name = "mime"; @@ -16863,7 +19822,7 @@ rec { } { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; } { name = "serde_json"; @@ -16956,11 +19915,11 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; - "wasi 0.13.3+wasi-0.2.2" = rec { + "wasi 0.14.2+wasi-0.2.4" = rec { crateName = "wasi"; - version = "0.13.3+wasi-0.2.2"; + version = "0.14.2+wasi-0.2.4"; edition = "2021"; - sha256 = "1lnapbvdcvi3kc749wzqvwrpd483win2kicn1faa4dja38p6v096"; + sha256 = "1cwcqjr3dgdq8j325awgk8a715h0hg0f7jqzsb077n4qm6jzk0wn"; authors = [ "The Cranelift Project Developers" ]; @@ -17050,7 +20009,7 @@ rec { } { name = "log"; - packageId = "log 0.4.25"; + packageId = "log 0.4.27"; } { name = "proc-macro2"; @@ -17062,11 +20021,7 @@ rec { } { name = "syn"; -<<<<<<< HEAD - packageId = "syn 2.0.96"; -======= - packageId = "syn 2.0.87"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) + packageId = "syn 2.0.100"; features = [ "full" ]; } { @@ -17167,13 +20122,8 @@ rec { } { name = "syn"; -<<<<<<< HEAD - packageId = "syn 2.0.96"; + packageId = "syn 2.0.100"; features = [ "visit" "visit-mut" "full" ]; -======= - packageId = "syn 2.0.87"; - features = [ "visit" "full" ]; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) } { name = "wasm-bindgen-backend"; @@ -17192,6 +20142,7 @@ rec { crateName = "wasm-bindgen-shared"; version = "0.2.100"; edition = "2021"; + links = "wasm_bindgen"; sha256 = "0gffxvqgbh9r9xl36gprkfnh3w9gl8wgia6xrin7v11sjcxxf18s"; libName = "wasm_bindgen_shared"; authors = [ @@ -17685,7 +20636,7 @@ rec { "default" = [ "std" ]; "std" = [ "wasm-bindgen/std" "js-sys/std" ]; }; - resolvedDefaultFeatures = [ "AbortController" "AbortSignal" "Blob" "BlobPropertyBag" "Event" "EventTarget" "File" "FormData" "Headers" "MessageEvent" "ReadableStream" "Request" "RequestCredentials" "RequestInit" "RequestMode" "Response" "ServiceWorkerGlobalScope" "Window" "Worker" "WorkerGlobalScope" "default" "std" ]; + resolvedDefaultFeatures = [ "AbortController" "AbortSignal" "AddEventListenerOptions" "AnimationEvent" "BinaryType" "Blob" "BlobPropertyBag" "CharacterData" "CloseEvent" "CloseEventInit" "DedicatedWorkerGlobalScope" "Document" "DocumentFragment" "DomException" "DragEvent" "Element" "ErrorEvent" "Event" "EventInit" "EventSource" "EventTarget" "File" "FileList" "FilePropertyBag" "FileReader" "FocusEvent" "FormData" "Headers" "History" "HtmlCollection" "HtmlElement" "HtmlHeadElement" "HtmlInputElement" "HtmlScriptElement" "HtmlTextAreaElement" "InputEvent" "InputEventInit" "KeyboardEvent" "Location" "MessageEvent" "MouseEvent" "Node" "NodeList" "ObserverCallback" "PointerEvent" "ProgressEvent" "ReadableStream" "ReferrerPolicy" "Request" "RequestCache" "RequestCredentials" "RequestInit" "RequestMode" "RequestRedirect" "Response" "ResponseInit" "ResponseType" "ServiceWorkerGlobalScope" "ShadowRoot" "Storage" "SubmitEvent" "Text" "TouchEvent" "TransitionEvent" "UiEvent" "Url" "UrlSearchParams" "WebSocket" "WheelEvent" "Window" "Worker" "WorkerGlobalScope" "WorkerOptions" "console" "default" "std" ]; }; "weezl" = rec { crateName = "weezl"; @@ -17706,19 +20657,19 @@ rec { }; "whoami" = rec { crateName = "whoami"; - version = "1.5.2"; + version = "1.6.0"; edition = "2018"; - sha256 = "0vdvm6sga4v9515l6glqqfnmzp246nq66dd09cw5ri4fyn3mnb9p"; + sha256 = "19q2vm5ax3bgwffbywn4ad62anc1f4l1ky61h0y2qjdb30qx3539"; dependencies = [ { name = "redox_syscall"; packageId = "redox_syscall"; - target = { target, features }: (("redox" == target."os") && (!("wasm32" == target."arch"))); + target = { target, features }: (("redox" == target."os" or null) && (!("wasm32" == target."arch" or null))); } { name = "wasite"; packageId = "wasite"; - target = { target, features }: (("wasm32" == target."arch") && ("wasi" == target."os")); + target = { target, features }: (("wasm32" == target."arch" or null) && ("wasi" == target."os" or null)); } ]; features = { @@ -17739,12 +20690,12 @@ rec { { name = "winapi-i686-pc-windows-gnu"; packageId = "winapi-i686-pc-windows-gnu"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "i686-pc-windows-gnu"); + target = { target, features }: (stdenv.hostPlatform.rust.rustcTarget == "i686-pc-windows-gnu"); } { name = "winapi-x86_64-pc-windows-gnu"; packageId = "winapi-x86_64-pc-windows-gnu"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "x86_64-pc-windows-gnu"); + target = { target, features }: (stdenv.hostPlatform.rust.rustcTarget == "x86_64-pc-windows-gnu"); } ]; features = { @@ -17812,6 +20763,17 @@ rec { }; resolvedDefaultFeatures = [ "default" ]; }; + "windows-link" = rec { + crateName = "windows-link"; + version = "0.1.1"; + edition = "2021"; + sha256 = "0f2cq7imbrppsmmnz8899hfhg07cp5gq6rh0bjhb1qb6nwshk13n"; + libName = "windows_link"; + authors = [ + "Microsoft" + ]; + + }; "windows-sys 0.48.0" = rec { crateName = "windows-sys"; version = "0.48.0"; @@ -18626,37 +21588,37 @@ rec { { name = "windows_aarch64_gnullvm"; packageId = "windows_aarch64_gnullvm 0.48.5"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "aarch64-pc-windows-gnullvm"); + 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") && ("msvc" == target."env") && (!(target."windows_raw_dylib" or false))); + 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") && ("gnu" == target."env") && (!(target."windows_raw_dylib" or false))); + 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") && ("msvc" == target."env") && (!(target."windows_raw_dylib" or false))); + 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") && ("gnu" == target."env") && (!("llvm" == target."abi")) && (!(target."windows_raw_dylib" or false))); + 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 }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "x86_64-pc-windows-gnullvm"); + 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") && ("msvc" == target."env") && (!(target."windows_raw_dylib" or false))); + target = { target, features }: (("x86_64" == target."arch" or null) && ("msvc" == target."env" or null) && (!(target."windows_raw_dylib" or false))); } ]; @@ -18674,42 +21636,42 @@ rec { { name = "windows_aarch64_gnullvm"; packageId = "windows_aarch64_gnullvm 0.52.6"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "aarch64-pc-windows-gnullvm"); + target = { target, features }: (stdenv.hostPlatform.rust.rustcTarget == "aarch64-pc-windows-gnullvm"); } { name = "windows_aarch64_msvc"; packageId = "windows_aarch64_msvc 0.52.6"; - target = { target, features }: (("aarch64" == target."arch") && ("msvc" == target."env") && (!(target."windows_raw_dylib" or false))); + 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.52.6"; - target = { target, features }: (("x86" == target."arch") && ("gnu" == target."env") && (!("llvm" == target."abi")) && (!(target."windows_raw_dylib" or false))); + target = { target, features }: (("x86" == target."arch" or null) && ("gnu" == target."env" or null) && (!("llvm" == target."abi" or null)) && (!(target."windows_raw_dylib" or false))); } { name = "windows_i686_gnullvm"; packageId = "windows_i686_gnullvm"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "i686-pc-windows-gnullvm"); + target = { target, features }: (stdenv.hostPlatform.rust.rustcTarget == "i686-pc-windows-gnullvm"); } { name = "windows_i686_msvc"; packageId = "windows_i686_msvc 0.52.6"; - target = { target, features }: (("x86" == target."arch") && ("msvc" == target."env") && (!(target."windows_raw_dylib" or false))); + 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.52.6"; - target = { target, features }: (("x86_64" == target."arch") && ("gnu" == target."env") && (!("llvm" == target."abi")) && (!(target."windows_raw_dylib" or false))); + 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.52.6"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "x86_64-pc-windows-gnullvm"); + target = { target, features }: (stdenv.hostPlatform.rust.rustcTarget == "x86_64-pc-windows-gnullvm"); } { name = "windows_x86_64_msvc"; packageId = "windows_x86_64_msvc 0.52.6"; - target = { target, features }: ((("x86_64" == target."arch") || ("arm64ec" == target."arch")) && ("msvc" == target."env") && (!(target."windows_raw_dylib" or false))); + target = { target, features }: ((("x86_64" == target."arch" or null) || ("arm64ec" == target."arch" or null)) && ("msvc" == target."env" or null) && (!(target."windows_raw_dylib" or false))); } ]; @@ -18886,11 +21848,11 @@ rec { }; resolvedDefaultFeatures = [ "alloc" "default" "std" ]; }; - "winnow 0.7.3" = rec { + "winnow 0.7.4" = rec { crateName = "winnow"; - version = "0.7.3"; + version = "0.7.4"; edition = "2021"; - sha256 = "1c9bmhpdwbdmll6b4l6skabz0296dchnmnxw84hh2y3ggyllwzqf"; + sha256 = "0dmbsz6zfddcgsqzzqxw1h8f7zy19x407g7zl3hyp6vf2m2bb5qf"; dependencies = [ { name = "memchr"; @@ -18935,18 +21897,19 @@ rec { }; "wit-bindgen-rt" = rec { crateName = "wit-bindgen-rt"; - version = "0.33.0"; + version = "0.39.0"; edition = "2021"; - sha256 = "0g4lwfp9x6a2i1hgjn8k14nr4fsnpd5izxhc75zpi2s5cvcg6s1j"; + sha256 = "1hd65pa5hp0nl664m94bg554h4zlhrzmkjsf6lsgsb7yc4734hkg"; libName = "wit_bindgen_rt"; dependencies = [ { name = "bitflags"; - packageId = "bitflags 2.8.0"; + packageId = "bitflags 2.9.0"; optional = true; } ]; features = { + "async" = [ "dep:futures" "dep:once_cell" ]; "bitflags" = [ "dep:bitflags" ]; }; resolvedDefaultFeatures = [ "bitflags" ]; @@ -19002,7 +21965,7 @@ rec { { name = "winapi"; packageId = "winapi"; - target = { target, features }: ("windows" == target."os"); + target = { target, features }: ("windows" == target."os" or null); features = [ "consoleapi" "errhandlingapi" "fileapi" "handleapi" "processenv" ]; } ]; @@ -19011,6 +21974,181 @@ rec { "serde" = [ "dep:serde" ]; }; }; + "yew" = rec { + crateName = "yew"; + version = "0.21.0"; + edition = "2021"; + workspace_member = null; + src = pkgs.fetchgit { + url = "https://github.com/yewstack/yew/"; + rev = "b0d065626175f009cde687980f3724de8dc27240"; + sha256 = "1g47mpyzd2mib73cjrbmcivrp7kr16f6hbrmpaap56kbc518khwf"; + }; + authors = [ + "Denis Kolodin <deniskolodin@gmail.com>" + "Justin Starry <justin@yew.rs>" + ]; + dependencies = [ + { + name = "console_error_panic_hook"; + packageId = "console_error_panic_hook"; + } + { + name = "futures"; + packageId = "futures"; + usesDefaultFeatures = false; + features = [ "std" ]; + } + { + name = "gloo"; + packageId = "gloo"; + } + { + name = "implicit-clone"; + packageId = "implicit-clone"; + features = [ "map" ]; + } + { + name = "indexmap"; + packageId = "indexmap"; + features = [ "std" ]; + } + { + name = "js-sys"; + packageId = "js-sys"; + } + { + name = "rustversion"; + packageId = "rustversion"; + } + { + name = "serde"; + packageId = "serde 1.0.219"; + features = [ "derive" ]; + } + { + name = "slab"; + packageId = "slab"; + } + { + name = "thiserror"; + packageId = "thiserror 2.0.12"; + } + { + name = "tokio"; + packageId = "tokio"; + target = { target, features }: (("wasm32" == target."arch" or null) && ("wasi" == target."os" or null)); + features = [ "macros" "rt" "time" ]; + } + { + name = "tokio"; + packageId = "tokio"; + target = { target, features }: (!("wasm32" == target."arch" or null)); + features = [ "rt" ]; + } + { + name = "tokise"; + packageId = "tokise"; + } + { + name = "tracing"; + packageId = "tracing"; + } + { + name = "wasm-bindgen"; + packageId = "wasm-bindgen"; + } + { + name = "wasm-bindgen-futures"; + packageId = "wasm-bindgen-futures"; + target = { target, features }: ("wasm32" == target."arch" or null); + } + { + name = "web-sys"; + packageId = "web-sys"; + features = [ "AnimationEvent" "Document" "DragEvent" "Element" "ErrorEvent" "Event" "EventInit" "EventTarget" "FocusEvent" "HtmlElement" "HtmlInputElement" "HtmlCollection" "HtmlTextAreaElement" "InputEvent" "InputEventInit" "KeyboardEvent" "Location" "MouseEvent" "Node" "NodeList" "PointerEvent" "ProgressEvent" "ShadowRoot" "Text" "TouchEvent" "TransitionEvent" "UiEvent" "WheelEvent" "Window" "HtmlScriptElement" "SubmitEvent" ]; + } + { + name = "yew-macro"; + packageId = "yew-macro"; + } + ]; + devDependencies = [ + { + name = "gloo"; + packageId = "gloo"; + features = [ "futures" ]; + } + { + name = "tokio"; + packageId = "tokio"; + target = {target, features}: (!("wasm32" == target."arch" or null)); + features = [ "full" ]; + } + { + name = "wasm-bindgen-futures"; + packageId = "wasm-bindgen-futures"; + } + { + name = "web-sys"; + packageId = "web-sys"; + features = [ "ShadowRootInit" "ShadowRootMode" "HtmlButtonElement" ]; + } + ]; + features = { + "hydration" = [ "csr" "dep:bincode" ]; + "ssr" = [ "dep:html-escape" "dep:base64ct" "dep:bincode" ]; + }; + resolvedDefaultFeatures = [ "csr" "default" ]; + }; + "yew-macro" = rec { + crateName = "yew-macro"; + version = "0.21.0"; + edition = "2021"; + workspace_member = null; + src = pkgs.fetchgit { + url = "https://github.com/yewstack/yew/"; + rev = "b0d065626175f009cde687980f3724de8dc27240"; + sha256 = "1g47mpyzd2mib73cjrbmcivrp7kr16f6hbrmpaap56kbc518khwf"; + }; + procMacro = true; + libName = "yew_macro"; + authors = [ + "Justin Starry <justin@yew.rs>" + ]; + dependencies = [ + { + name = "once_cell"; + packageId = "once_cell"; + } + { + name = "prettyplease"; + packageId = "prettyplease"; + } + { + name = "proc-macro-error"; + packageId = "proc-macro-error"; + } + { + name = "proc-macro2"; + packageId = "proc-macro2"; + } + { + name = "quote"; + packageId = "quote"; + } + { + name = "rustversion"; + packageId = "rustversion"; + } + { + name = "syn"; + packageId = "syn 2.0.100"; + features = [ "full" "extra-traits" "visit-mut" ]; + } + ]; + + }; "yoke" = rec { crateName = "yoke"; version = "0.7.5"; @@ -19022,7 +22160,7 @@ rec { dependencies = [ { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; optional = true; usesDefaultFeatures = false; } @@ -19047,7 +22185,7 @@ rec { devDependencies = [ { name = "serde"; - packageId = "serde 1.0.218"; + packageId = "serde 1.0.219"; usesDefaultFeatures = false; } ]; @@ -19081,7 +22219,7 @@ rec { } { name = "syn"; - packageId = "syn 2.0.96"; + packageId = "syn 2.0.100"; features = [ "fold" ]; } { @@ -19093,19 +22231,14 @@ rec { }; "zerocopy" = rec { crateName = "zerocopy"; - version = "0.7.35"; - edition = "2018"; - sha256 = "1w36q7b9il2flg0qskapgi9ymgg7p985vniqd09vi0mwib8lz6qv"; + version = "0.8.24"; + edition = "2021"; + sha256 = "0yb8hyzfnwzr2wg4p7cnqmjps8fsw8xqnprafgpmfs8qisigx1i5"; authors = [ "Joshua Liebow-Feeser <joshlf@google.com>" + "Jack Wrenn <jswrenn@amazon.com>" ]; dependencies = [ - { - name = "byteorder"; - packageId = "byteorder"; - optional = true; - usesDefaultFeatures = false; - } { name = "zerocopy-derive"; packageId = "zerocopy-derive"; @@ -19124,24 +22257,24 @@ rec { } ]; features = { - "__internal_use_only_features_that_work_on_stable" = [ "alloc" "derive" "simd" ]; - "byteorder" = [ "dep:byteorder" ]; - "default" = [ "byteorder" ]; + "__internal_use_only_features_that_work_on_stable" = [ "alloc" "derive" "simd" "std" ]; "derive" = [ "zerocopy-derive" ]; "simd-nightly" = [ "simd" ]; + "std" = [ "alloc" ]; "zerocopy-derive" = [ "dep:zerocopy-derive" ]; }; - resolvedDefaultFeatures = [ "byteorder" "default" "derive" "simd" "zerocopy-derive" ]; + resolvedDefaultFeatures = [ "simd" ]; }; "zerocopy-derive" = rec { crateName = "zerocopy-derive"; - version = "0.7.35"; - edition = "2018"; - sha256 = "0gnf2ap2y92nwdalzz3x7142f2b83sni66l39vxp2ijd6j080kzs"; + version = "0.8.24"; + edition = "2021"; + sha256 = "1gk9047pbq1yjj2jyiv0s37nqc53maqbmhcsjp6lhi2w7kvai5m9"; procMacro = true; libName = "zerocopy_derive"; authors = [ "Joshua Liebow-Feeser <joshlf@google.com>" + "Jack Wrenn <jswrenn@amazon.com>" ]; dependencies = [ { @@ -19154,17 +22287,17 @@ rec { } { name = "syn"; -<<<<<<< HEAD - packageId = "syn 2.0.96"; + packageId = "syn 2.0.100"; + features = [ "full" ]; } ]; }; "zerofrom" = rec { crateName = "zerofrom"; - version = "0.1.5"; + version = "0.1.6"; edition = "2021"; - sha256 = "0bnd8vjcllzrvr3wvn8x14k2hkrpyy1fm3crkn2y3plmr44fxwyg"; + sha256 = "19dyky67zkjichsb7ykhv0aqws3q0jfvzww76l66c19y6gh45k2h"; authors = [ "Manish Goregaokar <manishsmail@gmail.com>" ]; @@ -19184,9 +22317,9 @@ rec { }; "zerofrom-derive" = rec { crateName = "zerofrom-derive"; - version = "0.1.5"; + version = "0.1.6"; edition = "2021"; - sha256 = "022q55phhb44qbrcfbc48k0b741fl8gnazw3hpmmndbx5ycfspjr"; + sha256 = "00l5niw7c1b0lf1vhvajpjmcnbdp2vn96jg4nmkhq2db0rp5s7np"; procMacro = true; libName = "zerofrom_derive"; authors = [ @@ -19203,15 +22336,12 @@ rec { } { name = "syn"; - packageId = "syn 2.0.96"; + packageId = "syn 2.0.100"; features = [ "fold" ]; } { name = "synstructure"; packageId = "synstructure"; -======= - packageId = "syn 2.0.87"; ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) } ]; @@ -19290,7 +22420,7 @@ rec { } { name = "syn"; - packageId = "syn 2.0.96"; + packageId = "syn 2.0.100"; features = [ "extra-traits" ]; } ]; @@ -19333,19 +22463,16 @@ rec { fuchsia = true; test = false; - /* We are choosing an arbitrary rust version to grab `lib` from, - which is unfortunate, but `lib` has been version-agnostic the - whole time so this is good enough for now. - */ - os = pkgs.rust.lib.toTargetOs platform; - arch = pkgs.rust.lib.toTargetArch platform; - family = pkgs.rust.lib.toTargetFamily platform; + inherit (platform.rust.platform) + arch + os + vendor; + family = platform.rust.platform.target-family; env = "gnu"; endian = if platform.parsed.cpu.significantByte.name == "littleEndian" then "little" else "big"; pointer_width = toString platform.parsed.cpu.bits; - vendor = platform.parsed.vendor.name; debug_assertions = false; }; @@ -19441,7 +22568,18 @@ rec { # recreate a file hierarchy as when running tests with cargo # the source for test data - ${pkgs.xorg.lndir}/bin/lndir ${crate.src} + # It's necessary to locate the source in $NIX_BUILD_TOP/source/ + # instead of $NIX_BUILD_TOP/ + # because we compiled those test binaries in the former and not the latter. + # So all paths will expect source tree to be there and not in the build top directly. + # For example: $NIX_BUILD_TOP := /build in general, if you ask yourself. + # NOTE: There could be edge cases if `crate.sourceRoot` does exist but + # it's very hard to reason about them. + # Open a bug if you run into this! + mkdir -p source/ + cd source/ + + ${pkgs.buildPackages.xorg.lndir}/bin/lndir ${crate.src} # build outputs testRoot=target/debug @@ -19471,10 +22609,12 @@ rec { passthru = (crate.passthru or { }) // { inherit test; }; - } '' - echo tested by ${test} - ${lib.concatMapStringsSep "\n" (output: "ln -s ${crate.${output}} ${"$"}${output}") crate.outputs} - ''; + } + (lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' + echo tested by ${test} + '' + '' + ${lib.concatMapStringsSep "\n" (output: "ln -s ${crate.${output}} ${"$"}${output}") crate.outputs} + ''); /* A restricted overridable version of builtRustCratesWithFeatures. */ buildRustCrateWithFeatures = @@ -19570,7 +22710,7 @@ rec { let self = { crates = lib.mapAttrs (packageId: value: buildByPackageIdForPkgsImpl self pkgs packageId) crateConfigs; - target = makeTarget pkgs.stdenv.hostPlatform; + target = makeTarget stdenv.hostPlatform; build = mkBuiltByPackageIdByPkgs pkgs.buildPackages; }; in @@ -19638,15 +22778,13 @@ rec { let package = crateConfigs."${dep.packageId}"; in - { inherit (dep) rename; version = package.version; }; + { inherit (dep) rename; inherit (package) version; }; in - lib.mapAttrs (name: choices: builtins.map versionAndRename choices) grouped; + lib.mapAttrs (name: builtins.map versionAndRename) grouped; in buildRustCrateForPkgsFunc pkgs ( crateConfig // { - # https://github.com/NixOS/nixpkgs/issues/218712 - dontStrip = stdenv.hostPlatform.isDarwin; src = crateConfig.src or ( pkgs.fetchurl rec { name = "${crateConfig.crateName}-${crateConfig.version}.tar.gz"; @@ -19688,7 +22826,7 @@ rec { */ sanitizeForJson = val: if builtins.isAttrs val - then lib.mapAttrs (n: v: sanitizeForJson v) val + then lib.mapAttrs (n: sanitizeForJson) val else if builtins.isList val then builtins.map sanitizeForJson val else if builtins.isFunction val @@ -19797,7 +22935,7 @@ rec { enabledFeatures = enableFeatures (crateConfig.dependencies or [ ]) expandedFeatures; depWithResolvedFeatures = dependency: let - packageId = dependency.packageId; + inherit (dependency) packageId; features = dependencyFeatures enabledFeatures dependency; in { inherit packageId features; }; diff --git a/crate-hashes.json b/crate-hashes.json index b793fce..642fd21 100644 --- a/crate-hashes.json +++ b/crate-hashes.json @@ -1,569 +1,4 @@ { - "registry+https://github.com/rust-lang/crates.io-index#addr2line@0.24.2": "1hd1i57zxgz08j6h5qrhsnm2fi0bcqvsh389fw400xm3arz2ggnz", - "registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.0": "09r6drylvgy8vv8k20lnbvwq8gp09h7smfn6h1rxsy15pgh629si", - "registry+https://github.com/rust-lang/crates.io-index#adler32@1.2.0": "0d7jq7jsjyhsgbhnfq5fvrlh9j0i9g1fqrl2735ibv5f75yjgqda", - "registry+https://github.com/rust-lang/crates.io-index#adler@1.0.2": "1zim79cvzd5yrkzl3nyfx0avijwgk9fqv3yrscdy1cc79ih02qpj", - "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.3": "05mrpkvdgp5d20y2p989f187ry9diliijgwrs254fs9s1m1x6q4f", - "registry+https://github.com/rust-lang/crates.io-index#allocator-api2@0.2.21": "08zrzs022xwndihvzdn78yqarv2b9696y67i6h78nla3ww87jgb8", - "registry+https://github.com/rust-lang/crates.io-index#android-tzdata@0.1.1": "1w7ynjxrfs97xg3qlcdns4kgfpwcdv824g611fq32cag4cdr96g9", - "registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.5": "04b3wrz12837j7mdczqd95b732gw5q7q66cv4yn4646lvccp57l1", - "registry+https://github.com/rust-lang/crates.io-index#annotate-snippets@0.9.2": "07p8r6jzb7nqydq0kr5pllckqcdxlyld2g275v425axnzffpxbyc", - "registry+https://github.com/rust-lang/crates.io-index#anstream@0.6.18": "16sjk4x3ns2c3ya1x28a44kh6p47c7vhk27251i015hik1lm7k4a", - "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@0.2.6": "1acqayy22fwzsrvr6n0lz6a4zvjjcvgr5sm941m7m0b2fr81cb9v", - "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.2": "036nm3lkyk43xbps1yql3583fp4hg3b1600is7mcyxs1gzrpm53r", - "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.7": "0kmf0fq4c8yribdpdpylzz1zccpy84hizmcsac3wrac1f7kk8dfa", - "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.10": "1yai2vppmd7zlvlrp9grwll60knrmscalf8l2qpfz8b7y5lkpk2m", - "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.95": "010vd1ki8w84dzgx6c81sc8qm9n02fxic1gkpv52zp4nwrn0kb1l", - "registry+https://github.com/rust-lang/crates.io-index#async-channel@1.9.0": "0dbdlkzlncbibd3ij6y6jmvjd0cmdn48ydcfdpfhw09njd93r5c1", - "registry+https://github.com/rust-lang/crates.io-index#async-channel@2.3.1": "0skvwxj6ysfc6d7bhczz9a2550260g62bm5gl0nmjxxyn007id49", - "registry+https://github.com/rust-lang/crates.io-index#async-executor@1.13.1": "1v6w1dbvsmw6cs4dk4lxj5dvrikc6xi479wikwaab2qy3h09mjih", - "registry+https://github.com/rust-lang/crates.io-index#async-global-executor@2.4.1": "1762s45cc134d38rrv0hyp41hv4iv6nmx59vswid2p0il8rvdc85", - "registry+https://github.com/rust-lang/crates.io-index#async-io@2.4.0": "0n8h0vy53n4vdkq529scqnkzm9vcl3r73za9nj81s2nfrhiv78j3", - "registry+https://github.com/rust-lang/crates.io-index#async-lock@3.4.0": "060vh45i809wcqyxzs5g69nqiqah7ydz0hpkcjys9258vqn4fvpz", - "registry+https://github.com/rust-lang/crates.io-index#async-std@1.13.0": "059nbiyijwbndyrz0050skvlvzhds0dmnl0biwmxwbw055glfd66", - "registry+https://github.com/rust-lang/crates.io-index#async-task@4.7.1": "1pp3avr4ri2nbh7s6y9ws0397nkx1zymmcr14sq761ljarh3axcb", - "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.85": "0mm0gwad44zs7mna4a0m1z4dhzpmydfj73w4wm23c8xpnhrli4rz", - "registry+https://github.com/rust-lang/crates.io-index#atoi@2.0.0": "0a05h42fggmy7h0ajjv6m7z72l924i7igbx13hk9d8pyign9k3gj", - "registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2": "1h5av1lw56m0jf0fd3bchxq8a30xv0b4wv8s4zkp4s0i7mfvs18m", - "registry+https://github.com/rust-lang/crates.io-index#autocfg@0.1.8": "0y4vw4l4izdxq1v0rrhvmlbqvalrqrmk60v1z0dqlgnlbzkl7phd", - "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.4.0": "09lz3by90d2hphbq56znag9v87gfpd9gb8nr82hll8z6x2nhprdc", - "registry+https://github.com/rust-lang/crates.io-index#az@1.2.1": "0ww9k1w3al7x5qmb7f13v3s9c2pg1pdxbs8xshqy6zyrchj4qzkv", - "registry+https://github.com/rust-lang/crates.io-index#backtrace@0.3.74": "06pfif7nwx66qf2zaanc2fcq7m64i91ki9imw9xd3bnz5hrwp0ld", - "registry+https://github.com/rust-lang/crates.io-index#base64@0.21.7": "0rw52yvsk75kar9wgqfwgb414kvil1gn7mqkrhn9zf1537mpsacx", - "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1": "1imqzgh7bxcikp5vx3shqvw9j09g9ly0xr0jma0q66i52r7jbcvj", - "registry+https://github.com/rust-lang/crates.io-index#base64@0.9.3": "0hs62r35bgxslawyrn1vp9rmvrkkm76fqv0vqcwd048vs876r7a8", - "registry+https://github.com/rust-lang/crates.io-index#base64ct@1.6.0": "0nvdba4jb8aikv60az40x2w1y96sjdq8z3yp09rwzmkhiwv1lg4c", - "registry+https://github.com/rust-lang/crates.io-index#bindgen@0.69.5": "1240snlcfj663k04bjsg629g4wx6f83flgbjh5rzpgyagk3864r7", - "registry+https://github.com/rust-lang/crates.io-index#bit-set@0.8.0": "18riaa10s6n59n39vix0cr7l2dgwdhcpbcm97x1xbyfp1q47x008", - "registry+https://github.com/rust-lang/crates.io-index#bit-vec@0.8.0": "1xxa1s2cj291r7k1whbxq840jxvmdsq9xgh7bvrxl46m80fllxjy", - "registry+https://github.com/rust-lang/crates.io-index#bit_field@0.10.2": "0qav5rpm4hqc33vmf4vc4r0mh51yjx5vmd9zhih26n9yjs3730nw", - "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2": "12ki6w8gn1ldq7yz9y680llwk5gmrhrzszaa17g1sbrw2r2qvwxy", - "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.8.0": "0dixc6168i98652jxf0z9nbyn0zcis3g6hi6qdr7z5dbhcygas4g", - "registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4": "0w9sa2ypmrsqqvc20nhwr75wbb5cjr4kkyhpjm1z1lv2kdicfy1h", - "registry+https://github.com/rust-lang/crates.io-index#blocking@1.6.1": "1si99l8zp7c4zq87y35ayjgc5c9b60jb8h0k14zfcs679z2l2gvh", - "registry+https://github.com/rust-lang/crates.io-index#build_html@2.5.0": "0p4k25yk3v0wf720wl5zcghvc9ik6l7lsh3fz86cq3g7x4nbhpi2", - "registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.16.0": "0b015qb4knwanbdlp1x48pkb4pm57b8gidbhhhxr900q2wb6fabr", - "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.21.0": "18wj81x9xhqcd6985r8qxmbik6szjfjfj62q3xklw8h2p3x7srgg", - "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0": "0jzncxyf404mwqdbspihyzpkndfgda450l0893pz5xj685cg5l0z", - "registry+https://github.com/rust-lang/crates.io-index#bytes@1.9.0": "16ykzx24v1x4f42v2lxyvlczqhdfji3v7r4ghwckpwijzvb1hn9j", - "registry+https://github.com/rust-lang/crates.io-index#cairo-rs@0.18.5": "1qjfkcq3mrh3p01nnn71dy3kn99g21xx3j8xcdvzn8ll2pq6x8lc", - "registry+https://github.com/rust-lang/crates.io-index#cairo-sys-rs@0.18.2": "0lfsxl7ylw3phbnwmz3k58j1gnqi6kc2hdc7g3bb7f4hwnl9yp38", - "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.10": "0aaj2ivamhfzhgb9maasnfkh03s2mzhzpzwrkghgzbkfnv5qy80k", - "registry+https://github.com/rust-lang/crates.io-index#cexpr@0.6.0": "0rl77bwhs5p979ih4r0202cn5jrfsrbgrksp40lkfz5vk1x3ib3g", - "registry+https://github.com/rust-lang/crates.io-index#cfg-expr@0.15.8": "00lgf717pmf5qd2qsxxzs815v6baqg38d6m5i6wlh235p14asryh", - "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0": "1za0vb97n4brpzpv8lsbnzmq5r8f2b0cpqqr0sy8h5bn751xxwds", - "registry+https://github.com/rust-lang/crates.io-index#chrono-tz-build@0.2.1": "03rmzd69cn7fp0fgkjr5042b3g54s2l941afjm3001ls7kqkjgj3", - "registry+https://github.com/rust-lang/crates.io-index#chrono-tz@0.8.6": "0vlksnmpb6rd4h55245agnfhphnpslwnq9al3aw3is43dd3f16nm", - "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.39": "09g8nf409lb184kl9j4s85k0kn8wzgjkp5ls9zid50b886fwqdky", - "registry+https://github.com/rust-lang/crates.io-index#clang-sys@1.8.1": "1x1r9yqss76z8xwpdanw313ss6fniwc1r7dzb5ycjn0ph53kj0hb", - "registry+https://github.com/rust-lang/crates.io-index#clap@4.5.30": "0vcyrn4ymq2gd56sl3xnfki8q8llg64sj3rj3qx33mgsf66v3dwj", - "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.5.30": "0369xis2ar46icsaxqyy37976mlb62alzyx4j53k99vq2w3v4pd3", - "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.5.28": "1vgigkhljp3r8r5lwdrn1ij93nafmjwh8cx77nppb9plqsaysk5z", - "registry+https://github.com/rust-lang/crates.io-index#clap_lex@0.7.4": "19nwfls5db269js5n822vkc8dw0wjq2h1wf0hgr06ld2g52d2spl", - "registry+https://github.com/rust-lang/crates.io-index#cloudabi@0.0.3": "0kxcg83jlihy0phnd2g8c2c303px3l2p3pkjz357ll6llnd5pz6x", - "registry+https://github.com/rust-lang/crates.io-index#color_quant@1.1.0": "12q1n427h2bbmmm1mnglr57jaz2dj9apk0plcxw7nwqiai7qjyrx", - "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.3": "1439m3r3jy3xqck8aa13q658visn71ki76qa93cy55wkmalwlqsv", - "registry+https://github.com/rust-lang/crates.io-index#concurrent-queue@2.5.0": "0wrr3mzq2ijdkxwndhf79k952cp4zkz35ray8hvsxl96xrx1k82c", - "registry+https://github.com/rust-lang/crates.io-index#const-oid@0.9.6": "1y0jnqaq7p2wvspnx7qj76m7hjcqpz73qzvr9l2p9n2s51vr6if2", - "registry+https://github.com/rust-lang/crates.io-index#convert_case@0.6.0": "1jn1pq6fp3rri88zyw6jlhwwgf6qiyc08d6gjv0qypgkl862n67c", - "registry+https://github.com/rust-lang/crates.io-index#cookie-factory@0.3.3": "18mka6fk3843qq3jw1fdfvzyv05kx7kcmirfbs2vg2kbw9qzm1cq", - "registry+https://github.com/rust-lang/crates.io-index#cookie@0.17.0": "096c52jg9iq4lfcps2psncswv33fc30mmnaa2sbzzcfcw71kgyvy", - "registry+https://github.com/rust-lang/crates.io-index#cool_asserts@2.0.3": "1v18dg7ifx41k2f82j3gsnpm1fg9wk5s4zv7sf42c7pnad72b7zf", - "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.7": "12w8j73lazxmr1z0h98hf3z623kl8ms7g07jch7n4p8f9nwlhdkp", - "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4": "13zvbbj07yk3b61b8fhwfzhy35535a583irf23vlcg59j7h9bqci", - "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.16": "1hy466fkhxjbb16i7na95wz8yr14d0kd578pwzj5lbkz14jh5f0n", - "registry+https://github.com/rust-lang/crates.io-index#crc-catalog@2.4.0": "1xg7sz82w3nxp1jfn425fvn1clvbzb3zgblmxsyqpys0dckp9lqr", - "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.4.2": "1czp7vif73b8xslr3c9yxysmh9ws2r8824qda7j47ffs9pcnjxx9", - "registry+https://github.com/rust-lang/crates.io-index#crc@3.2.1": "0dnn23x68qakzc429s1y9k9y3g8fn5v9jwi63jcz151sngby9rk9", - "registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.6": "0l9f1saqp1gn5qy0rxvkmz4m6n7fc0b3dbm6q1r5pmgpnyvi3lcx", - "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18": "03j2np8llwf376m3fxqx859mgp9f83hj1w34153c7a9c7i5ar0jv", - "registry+https://github.com/rust-lang/crates.io-index#crossbeam-queue@0.3.12": "059igaxckccj6ndmg45d5yf7cm4ps46c18m21afq3pwiiz1bnn0g", - "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21": "0a3aa2bmc8q35fb67432w16wvi54sfmb69rk9h5bhd18vw0c99fh", - "registry+https://github.com/rust-lang/crates.io-index#crunchy@0.2.2": "1dx9mypwd5mpfbbajm78xcrg5lirqk7934ik980mmaffg3hdm0bs", - "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.6": "1cvby95a6xg7kxdz5ln3rl9xh66nz66w46mm3g56ri1z5x815yqv", - "registry+https://github.com/rust-lang/crates.io-index#data-encoding@2.7.0": "0vxdv88fnvnxw29gk84gj5662xlv0p5hmlxpwp7d60cckp8fwq0f", - "registry+https://github.com/rust-lang/crates.io-index#deflate@0.8.6": "0x6iqlayg129w63999kz97m279m0jj4x4sm6gkqlvmp73y70yxvk", - "registry+https://github.com/rust-lang/crates.io-index#der@0.7.9": "1h4vzjfa1lczxdf8avfj9qlwh1qianqlxdy1g5rn762qnvkzhnzm", - "registry+https://github.com/rust-lang/crates.io-index#deranged@0.3.11": "1d1ibqqnr5qdrpw8rclwrf1myn3wf0dygl04idf4j2s49ah6yaxl", - "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7": "14p2n6ih29x81akj097lvz7wi9b6b9hvls0lwrv7b6xwyy0s5ncy", - "registry+https://github.com/rust-lang/crates.io-index#dimensioned@0.7.0": "09ky8s3higkf677lmyqg30hmj66gpg7hx907s6hfvbk2a9av05r5", - "registry+https://github.com/rust-lang/crates.io-index#dimensioned@0.8.0": "15s3j4ry943xqlac63bp81sgdk9s3yilysabzww35j9ibmnaic50", - "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.5": "1q0alair462j21iiqwrr21iabkfnb13d6x5w95lkdg21q2xrqdlp", - "registry+https://github.com/rust-lang/crates.io-index#dotenvy@0.15.7": "16s3n973n5aqym02692i1npb079n5mb0fwql42ikmwn8wnrrbbqs", - "registry+https://github.com/rust-lang/crates.io-index#either@1.13.0": "1w2c1mybrd7vljyxk77y9f4w9dyjrmp3yp82mk7bcm8848fazcb0", - "registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.35": "1wv64xdrr9v37rqqdjsyb8l8wzlcbab80ryxhrszvnj59wy0y0vm", - "registry+https://github.com/rust-lang/crates.io-index#env_logger@0.10.2": "1005v71kay9kbz1d5907l0y7vh9qn2fqsp2yfgb8bjvin6m0bm2c", - "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.1": "1malmx5f4lkfvqasz319lq6gb3ddg19yzf9s8cykfsgzdmyq0hsl", - "registry+https://github.com/rust-lang/crates.io-index#errno@0.3.10": "0pgblicz1kjz9wa9m0sghkhh2zw1fhq1mxzj7ndjm746kg5m5n1k", - "registry+https://github.com/rust-lang/crates.io-index#etcetera@0.8.0": "0hxrsn75dirbjhwgkdkh0pnpqrnq17ypyhjpjaypgax1hd91nv8k", - "registry+https://github.com/rust-lang/crates.io-index#event-listener-strategy@0.5.3": "1ch5gf6knllyq12jkb5zdfag573dh44307q4pwwi2g37sc6lwgiw", - "registry+https://github.com/rust-lang/crates.io-index#event-listener@2.5.3": "1q4w3pndc518crld6zsqvvpy9lkzwahp2zgza9kbzmmqh9gif1h2", -<<<<<<< HEAD - "registry+https://github.com/rust-lang/crates.io-index#event-listener@5.4.0": "1bii2gn3vaa33s0gr2zph7cagiq0ppcfxcxabs24ri9z9kgar4il", - "registry+https://github.com/rust-lang/crates.io-index#exr@1.73.0": "1q47yq78q9k210r6jy1wwrilxwwxqavik9l3l426rd17k7srfcgq", - "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.3.0": "1ghiahsw1jd68df895cy5h3gzwk30hndidn3b682zmshpgmrx41p", - "registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.7": "130ga18vyxbb5idbgi07njymdaavvk6j08yh1dfarm294ssm6s0y", -======= - "registry+https://github.com/rust-lang/crates.io-index#event-listener@5.3.1": "1fkm6q4hjn61wl52xyqyyxai0x9w0ngrzi0wf1qsf8vhsadvwck0", - "registry+https://github.com/rust-lang/crates.io-index#exr@1.72.0": "195iviimjnp1mdkqrq8hjrfkr0qavpp1p8pq5qvaksa30pv96zc8", - "registry+https://github.com/rust-lang/crates.io-index#fallible-iterator@0.3.0": "0ja6l56yka5vn4y4pk6hn88z0bpny7a8k1919aqjzp0j1yhy9k1a", - "registry+https://github.com/rust-lang/crates.io-index#fallible-streaming-iterator@0.1.9": "0nj6j26p71bjy8h42x6jahx1hn0ng6mc2miwpgwnp8vnwqf4jq3k", - "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.1.1": "19nyzdq3ha4g173364y2wijmd6jlyms8qx40daqkxsnl458jmh78", - "registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.5": "1axmgzpgf12yl3x9ymdslqza765la17j17ljv6a4kc143a90y2fq", ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) - "registry+https://github.com/rust-lang/crates.io-index#field-offset@0.3.6": "0zq5sssaa2ckmcmxxbly8qgz3sxpb8g1lwv90sdh1z74qif2gqiq", - "registry+https://github.com/rust-lang/crates.io-index#fixed@1.28.0": "0nn85j5x8yzx10q49jdzia4yp6pnasnxpnwh0p9aqr7qkfwf1il5", - "registry+https://github.com/rust-lang/crates.io-index#flate2@1.0.35": "0z6h0wa095wncpfngx75wyhyjnqwld7wax401gsvnzjhzgdbydn9", - "registry+https://github.com/rust-lang/crates.io-index#fluent-bundle@0.15.3": "14zl0cjn361is69pb1zry4k2zzh5nzsfv0iz05wccl00x0ga5q3z", - "registry+https://github.com/rust-lang/crates.io-index#fluent-langneg@0.13.0": "152yxplc11vmxkslvmaqak9x86xnavnhdqyhrh38ym37jscd0jic", - "registry+https://github.com/rust-lang/crates.io-index#fluent-syntax@0.11.1": "0gd3cdvsx9ymbb8hijcsc9wyf8h1pbcbpsafg4ldba56ji30qlra", - "registry+https://github.com/rust-lang/crates.io-index#fluent@0.16.1": "0njmdpwz52yjzyp55iik9k6vrixqiy7190d98pk0rgdy0x3n6x5v", - "registry+https://github.com/rust-lang/crates.io-index#flume@0.11.1": "15ch0slxa8sqsi6c73a0ky6vdnh48q8cxjf7rksa3243m394s3ns", - "registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7": "1hc2mcqha06aibcaza94vbi81j6pr9a1bbxrxjfhc91zin8yr7iz", - "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.1.4": "0vsxw2iwpgs7yy6l7pndm7b8nllaq5vdxwnmjn1qpm5kyzhzvlm0", - "registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.1.1": "0jxgzd04ra4imjv8jgkmdq59kj8fsz6w4zxsbmlai34h26225c00", - "registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2": "1cgk0vyd7r45cj769jym4a6s7vwshvd0z4bqrb92q1fwibmkkwzn", - "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.1": "0milh8x7nl4f450s3ddhg57a3flcv6yq8hlkyk6fyr3mcb128dp1", - "registry+https://github.com/rust-lang/crates.io-index#fuchsia-cprng@0.1.1": "1fnkqrbz7ixxzsb04bsz9p0zzazanma8znfdqjvh39n14vapfvx0", - "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.31": "040vpqpqlbk099razq8lyn74m0f161zd0rp36hciqrwcg2zibzrd", - "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.31": "0gk6yrxgi5ihfanm2y431jadrll00n5ifhnpx090c2f2q1cr1wh5", - "registry+https://github.com/rust-lang/crates.io-index#futures-executor@0.3.31": "17vcci6mdfzx4gbk0wx64chr2f13wwwpvyf3xd5fb1gmjzcx2a0y", - "registry+https://github.com/rust-lang/crates.io-index#futures-intrusive@0.5.0": "0vwm08d1pli6bdaj0i7xhk3476qlx4pll6i0w03gzdnh7lh0r4qx", - "registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.31": "1ikmw1yfbgvsychmsihdkwa8a1knank2d9a8dk01mbjar9w1np4y", - "registry+https://github.com/rust-lang/crates.io-index#futures-lite@2.6.0": "0cmmgszlmkwsac9pyw5rfjakmshgx4wmzmlyn6mmjs0jav4axvgm", - "registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.31": "0l1n7kqzwwmgiznn0ywdc5i24z72zvh9q1dwps54mimppi7f6bhn", - "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.31": "1xyly6naq6aqm52d5rh236snm08kw8zadydwqz8bip70s6vzlxg5", - "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.31": "124rv4n90f5xwfsm9qw6y99755y021cmi5dhzh253s920z77s3zr", - "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.31": "10aa1ar8bgkgbr4wzxlidkqkcxf77gffyj8j7768h831pcaq784z", - "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.31": "0xh8ddbkm9jy8kc5gbvjp9a4b6rqqxvc8471yb2qaz5wm2qhgg35", - "registry+https://github.com/rust-lang/crates.io-index#gdk-pixbuf-sys@0.18.0": "1xya543c4ffd2n7aiwwrdxsyc9casdbasafi6ixcknafckm3k61z", - "registry+https://github.com/rust-lang/crates.io-index#gdk-pixbuf@0.18.5": "1v7svvl0g7zybndmis5inaqqgi1mvcc6s1n8rkb31f5zn3qzbqah", - "registry+https://github.com/rust-lang/crates.io-index#gdk4-sys@0.7.2": "1w7yvir565sjrrw828lss07749hfpfsr19jdjzwivkx36brl7ayv", - "registry+https://github.com/rust-lang/crates.io-index#gdk4@0.7.3": "1xiacc63p73apr033gjrb9dsk0y4yxnsljwfxbwfry41snd03nvy", - "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.11.2": "0a7w8w0rg47nmcinnfzv443lcyb8mplwc251p1jyr5xj2yh6wzv6", - "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7": "16lyyrzrljfq424c3n8kfwkqihlimmsg5nhshbbp48np3yjrqr45", - "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.15": "1mzlnrb3dgyd1fb84gvw10pyr8wdqdl4ry4sr64i1s8an66pqmn4", - "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.1": "1y154yzby383p63ndw6zpfm0fz3vf6c0zdwc7df6vkl150wrr923", - "registry+https://github.com/rust-lang/crates.io-index#gif@0.11.4": "01hbw3isapzpzff8l6aw55jnaqx2bcscrbwyf3rglkbbfp397p9y", - "registry+https://github.com/rust-lang/crates.io-index#gif@0.13.1": "1whrkvdg26gp1r7f95c6800y6ijqw5y0z8rgj6xihpi136dxdciz", - "registry+https://github.com/rust-lang/crates.io-index#gimli@0.31.1": "0gvqc0ramx8szv76jhfd4dms0zyamvlg4whhiz11j34hh3dqxqh7", - "registry+https://github.com/rust-lang/crates.io-index#gio-sys@0.18.1": "1lip8z35iy9d184x2qwjxlbxi64q9cpayy7v1p5y9xdsa3w6smip", - "registry+https://github.com/rust-lang/crates.io-index#gio@0.18.4": "0wsc6mnx057s4ailacg99dwgna38dbqli5x7a6y9rdw75x9qzz6l", - "registry+https://github.com/rust-lang/crates.io-index#glib-build-tools@0.16.3": "1z73bl10zmxwrv16v4f5wcky1f3z5a2v0hknca54al4k2p5ka695", - "registry+https://github.com/rust-lang/crates.io-index#glib-build-tools@0.17.10": "05p7ab2vn8962cbchi7a6hndhvw64nqk4w5kpg5z53iizsgdfrbs", - "registry+https://github.com/rust-lang/crates.io-index#glib-build-tools@0.18.0": "0p5c2ayiam5bkp9wvq9f9ihwp06nqs5j801npjlwnhrl8rpwac9l", - "registry+https://github.com/rust-lang/crates.io-index#glib-macros@0.18.5": "1p5cla53fcp195zp0hkqpmnn7iwmkdswhy7xh34002bw8y7j5c0b", - "registry+https://github.com/rust-lang/crates.io-index#glib-sys@0.18.1": "164qhsfmlzd5mhyxs8123jzbdfldwxbikfpq5cysj3lddbmy4g06", - "registry+https://github.com/rust-lang/crates.io-index#glib@0.18.5": "1r8fw0627nmn19bgk3xpmcfngx3wkn7mcpq5a8ma3risx3valg93", - "registry+https://github.com/rust-lang/crates.io-index#glob@0.3.2": "1cm2w34b5w45fxr522h5b0fv1bxchfswcj560m3pnjbia7asvld8", - "registry+https://github.com/rust-lang/crates.io-index#gloo-timers@0.3.0": "1519157n7xppkk6pdw5w52vy1llzn5iljkqd7q1h5609jv7l7cdv", - "registry+https://github.com/rust-lang/crates.io-index#gobject-sys@0.18.0": "0i6fhp3m6vs3wkzyc22rk2cqj68qvgddxmpaai34l72da5xi4l08", - "registry+https://github.com/rust-lang/crates.io-index#graphene-rs@0.18.1": "00f4q1ra4haap5i7lazwhkdgnb49fs8adk2nm6ki6mjhl76jh8iv", - "registry+https://github.com/rust-lang/crates.io-index#graphene-sys@0.18.1": "0n8zlg7z26lwpnvlqp1hjlgrs671skqwagdpm7r8i1zwx3748hfc", - "registry+https://github.com/rust-lang/crates.io-index#grid@0.9.0": "0iswdcxggyxp9m1rz0m7bfg4xacinvn78zp2fgfp0l0079x10d06", - "registry+https://github.com/rust-lang/crates.io-index#gsk4-sys@0.7.3": "0mbdlm9qi1hql48rr29vsj9vlqwc7gxg67wg1q19z67azwz9xg8j", - "registry+https://github.com/rust-lang/crates.io-index#gsk4@0.7.3": "0zhzs2dkgiinhgc11akpn2harq3x5n1iq21dnc4h689g3lsqx58d", - "registry+https://github.com/rust-lang/crates.io-index#gtk4-macros@0.7.2": "0bw3cchiycf7dw1bw4p8946gv38azxy05a5w0ndgcmxnz6fc8znm", - "registry+https://github.com/rust-lang/crates.io-index#gtk4-sys@0.7.3": "1f2ylskyqkjdik9fij2m46pra4jagnif5xyalbxfk3334fmc9n2l", - "registry+https://github.com/rust-lang/crates.io-index#gtk4@0.7.3": "0hh8nzglmz94v1m1h6vy8z12m6fr7ia467ry0md5fa4p7sm53sss", - "registry+https://github.com/rust-lang/crates.io-index#h2@0.3.26": "1s7msnfv7xprzs6xzfj5sg6p8bjcdpcqcmjjbkd345cyi1x55zl1", - "registry+https://github.com/rust-lang/crates.io-index#half@2.4.1": "123q4zzw1x4309961i69igzd1wb7pj04aaii3kwasrz3599qrl3d", -<<<<<<< HEAD - "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.15.2": "12dj0yfn59p3kh3679ac0w1fagvzf4z2zp87a13gbbqbzw0185dz", - "registry+https://github.com/rust-lang/crates.io-index#hashlink@0.10.0": "1h8lzvnl9qxi3zyagivzz2p1hp6shgddfmccyf6jv7s1cdicz0kk", -======= - "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5": "1wa1vy1xs3mp11bn3z9dv0jricgr6a2j0zkf1g19yz3vw4il89z5", - "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.15.0": "1yx4xq091s7i6mw6bn77k8cp4jrpcac149xr32rg8szqsj27y20y", - "registry+https://github.com/rust-lang/crates.io-index#hashlink@0.9.1": "1byq4nyrflm5s6wdx5qwp96l1qbp2d0nljvrr5yqrsfy51qzz93b", ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) - "registry+https://github.com/rust-lang/crates.io-index#headers-core@0.2.0": "0ab469xfpd411mc3dhmjhmzrhqikzyj8a17jn5bkj9zfpy0n9xp7", - "registry+https://github.com/rust-lang/crates.io-index#headers@0.3.9": "0w62gnwh2p1lml0zqdkrx9dp438881nhz32zrzdy61qa0a9kns06", - "registry+https://github.com/rust-lang/crates.io-index#heck@0.4.1": "1a7mqsnycv5z4z5vnv1k34548jzmc0ajic7c1j8jsaspnhw5ql4m", - "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0": "1sjmpsdl8czyh9ywl3qcsfsq9a307dg4ni2vnlwgnzzqhc4y0113", - "registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.3.9": "092hxjbjnq5fmz66grd9plxd0sh6ssg5fhgwwwqbrzgzkjwdycfj", - "registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.4.0": "1k1zwllx6nfq417hy38x4akw1ivlv68ymvnzyxs76ffgsqcskxpv", - "registry+https://github.com/rust-lang/crates.io-index#hex-string@0.1.0": "02sgrgrbp693jv0v5iga7z47y6aj93cq0ia39finby9x17fw53l4", - "registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3": "0w1a4davm1lgzpamwnba907aysmlrnygbqmfis2mqjx5m552a93z", - "registry+https://github.com/rust-lang/crates.io-index#hkdf@0.12.4": "1xxxzcarz151p1b858yn5skmhyrvn8fs4ivx5km3i1kjmnr8wpvv", - "registry+https://github.com/rust-lang/crates.io-index#hmac@0.12.1": "0pmbr069sfg76z7wsssfk5ddcqd9ncp79fyz6zcm6yn115yc6jbc", - "registry+https://github.com/rust-lang/crates.io-index#home@0.5.11": "1kxb4k87a9sayr8jipr7nq9wpgmjk4hk4047hmf9kc24692k75aq", - "registry+https://github.com/rust-lang/crates.io-index#http-body@0.4.6": "1lmyjfk6bqk6k9gkn1dxq770sb78pqbqshga241hr5p995bb5skw", - "registry+https://github.com/rust-lang/crates.io-index#http@0.2.12": "1w81s4bcbmcj9bjp7mllm8jlz6b31wzvirz8bgpzbqkpwmbvn730", - "registry+https://github.com/rust-lang/crates.io-index#http@1.2.0": "1skglzdf98j5nzxlii540n11is0w4l80mi5sm3xrj716asps4v7i", - "registry+https://github.com/rust-lang/crates.io-index#httparse@1.9.5": "0ip9v8m9lvgvq1lznl31wvn0ch1v254na7lhid9p29yx9rbx6wbx", - "registry+https://github.com/rust-lang/crates.io-index#httpdate@1.0.3": "1aa9rd2sac0zhjqh24c9xvir96g188zldkx0hr6dnnlx5904cfyz", - "registry+https://github.com/rust-lang/crates.io-index#humantime@2.1.0": "1r55pfkkf5v0ji1x6izrjwdq9v6sc7bv99xj6srywcar37xmnfls", - "registry+https://github.com/rust-lang/crates.io-index#hyper-tls@0.5.0": "01crgy13102iagakf6q4mb75dprzr7ps1gj0l5hxm1cvm7gks66n", - "registry+https://github.com/rust-lang/crates.io-index#hyper@0.10.16": "0wwjh9p3mzvg3fss2lqz5r7ddcgl1fh9w6my2j69d6k0lbcm41ha", - "registry+https://github.com/rust-lang/crates.io-index#hyper@0.14.32": "1rvcb0smz8q1i0y6p7rwxr02x5sclfg2hhxf3g0774zczn0cgps1", - "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2": "17r6jmj31chn7xs9698r122mapq85mfnv98bb4pg6spm0si2f67k", - "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.61": "085jjsls330yj1fnwykfzmb2f10zp6l7w4fhq81ng81574ghhpi3", - "registry+https://github.com/rust-lang/crates.io-index#icu_collections@1.5.0": "09j5kskirl59mvqc8kabhy7005yyy7dp88jw9f6f3gkf419a8byv", - "registry+https://github.com/rust-lang/crates.io-index#icu_locid@1.5.0": "0dznvd1c5b02iilqm044q4hvar0sqibq1z46prqwjzwif61vpb0k", - "registry+https://github.com/rust-lang/crates.io-index#icu_locid_transform@1.5.0": "0kmmi1kmj9yph6mdgkc7v3wz6995v7ly3n80vbg0zr78bp1iml81", - "registry+https://github.com/rust-lang/crates.io-index#icu_locid_transform_data@1.5.0": "0vkgjixm0wzp2n3v5mw4j89ly05bg3lx96jpdggbwlpqi0rzzj7x", - "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@1.5.0": "0kx8qryp8ma8fw1vijbgbnf7zz9f2j4d14rw36fmjs7cl86kxkhr", - "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@1.5.0": "05lmk0zf0q7nzjnj5kbmsigj3qgr0rwicnn5pqi9n7krmbvzpjpq", - "registry+https://github.com/rust-lang/crates.io-index#icu_properties@1.5.1": "1xgf584rx10xc1p7zjr78k0n4zn3g23rrg6v2ln31ingcq3h5mlk", - "registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@1.5.0": "0scms7pd5a7yxx9hfl167f5qdf44as6r3bd8myhlngnxqgxyza37", - "registry+https://github.com/rust-lang/crates.io-index#icu_provider@1.5.0": "1nb8vvgw8dv2inqklvk05fs0qxzkw8xrg2n9vgid6y7gm3423m3f", - "registry+https://github.com/rust-lang/crates.io-index#icu_provider_macros@1.5.0": "1mjs0w7fcm2lcqmbakhninzrjwqs485lkps4hz0cv3k36y9rxj0y", - "registry+https://github.com/rust-lang/crates.io-index#idna@0.1.5": "0kl4gs5kaydn4v07c6ka33spm9qdh2np0x7iw7g5zd8z1c7rxw1q", - "registry+https://github.com/rust-lang/crates.io-index#idna@1.0.3": "0zlajvm2k3wy0ay8plr07w22hxkkmrxkffa6ah57ac6nci984vv8", - "registry+https://github.com/rust-lang/crates.io-index#idna_adapter@1.2.0": "0wggnkiivaj5lw0g0384ql2d7zk4ppkn3b1ry4n0ncjpr7qivjns", - "registry+https://github.com/rust-lang/crates.io-index#image@0.23.14": "18gn2f7xp30pf9aqka877knlq308khxqiwjvsccvzaa4f9zcpzr4", - "registry+https://github.com/rust-lang/crates.io-index#image@0.24.9": "17gnr6ifnpzvhjf6dwbl9hki8x6bji5mwcqp0048x1jm5yfi742n", - "registry+https://github.com/rust-lang/crates.io-index#include_dir@0.7.4": "1pfh3g45z88kwq93skng0n6g3r7zkhq9ldqs9y8rvr7i11s12gcj", - "registry+https://github.com/rust-lang/crates.io-index#include_dir_macros@0.7.4": "0x8smnf6knd86g69p19z5lpfsaqp8w0nx14kdpkz1m8bxnkqbavw", - "registry+https://github.com/rust-lang/crates.io-index#indent_write@2.2.0": "1hqjp80argdskrhd66g9sh542yxy8qi77j6rc69qd0l7l52rdzhc", - "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.7.0": "07s7jmdymvd0rm4yswp0j3napx57hkjm9gs9n55lvs2g78vj5y32", - "registry+https://github.com/rust-lang/crates.io-index#intl-memoizer@0.5.2": "1nkvql7c7b76axv4g68di1p2m9bnxq1cbn6mlqcawf72zhhf08py", - "registry+https://github.com/rust-lang/crates.io-index#intl_pluralrules@7.0.2": "0wprd3h6h8nfj62d8xk71h178q7zfn3srxm787w4sawsqavsg3h7", - "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.10.1": "025p9wm94q1w2l13hbbr4cbmfygly3a2ag8g5s618l2jhq4l3hnx", - "registry+https://github.com/rust-lang/crates.io-index#iron@0.6.1": "1s4mf8395f693nhwsr0znw3j5frzn56gzllypyl50il85p50ily6", - "registry+https://github.com/rust-lang/crates.io-index#is-terminal@0.4.13": "0jwgjjz33kkmnwai3nsdk1pz9vb6gkqvw1d1vq7bs3q48kinh7r6", - "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.1": "1kwfgglh91z33kl0w5i338mfpa3zs0hidq5j4ny4rmjwrikchhvr", - "registry+https://github.com/rust-lang/crates.io-index#itertools@0.12.1": "0s95jbb3ndj1lvfxyq5wanc0fm0r6hg6q4ngb92qlfdxvci10ads", - "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.14": "0x26kr9m062mafaxgcf2p6h2x7cmixm0zw95aipzn2hr3d5jlnnp", - "registry+https://github.com/rust-lang/crates.io-index#jpeg-decoder@0.1.22": "1wnh0bmmswpgwhgmlizz545x8334nlbmkq8imy9k224ri3am7792", - "registry+https://github.com/rust-lang/crates.io-index#jpeg-decoder@0.3.1": "1c1k53svpdyfhibkmm0ir5w0v3qmcmca8xr8vnnmizwf6pdagm7m", - "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.77": "13x2qcky5l22z4xgivi59xhjjx4kxir1zg7gcj0f1ijzd4yg7yhw", - "registry+https://github.com/rust-lang/crates.io-index#kv-log-macro@1.0.7": "0zwp4bxkkp87rl7xy2dain77z977rvcry1gmr5bssdbn541v7s0d", - "registry+https://github.com/rust-lang/crates.io-index#language-tags@0.2.2": "16hrjdpa827carq5x4b8zhas24d8kg4s16m6nmmn1kb7cr5qh7d9", - "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0": "1zk6dqqni0193xg6iijh7i3i44sryglwgvx20spdvwk3r6sbrlmv", - "registry+https://github.com/rust-lang/crates.io-index#lazycell@1.3.0": "0m8gw7dn30i0zjjpjdyf6pc16c34nl71lpv461mix50x3p70h3c3", - "registry+https://github.com/rust-lang/crates.io-index#lebe@0.5.2": "1j2l6chx19qpa5gqcw434j83gyskq3g2cnffrbl3842ymlmpq203", - "registry+https://github.com/rust-lang/crates.io-index#libadwaita-sys@0.5.3": "16n6xsy6jhbj0jbpz8yvql6c9b89a99v9vhdz5s37mg1inisl42y", - "registry+https://github.com/rust-lang/crates.io-index#libadwaita@0.5.3": "174pzn9dwsk8ikvrhx13vkh0zrpvb3rhg9yd2q5d2zjh0q6fgrrg", - "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.169": "02m253hs8gw0m1n8iyrsc4n15yzbqwhddi7w1l0ds7i92kdsiaxm", - "registry+https://github.com/rust-lang/crates.io-index#libloading@0.8.6": "0d2ccr88f8kv3x7va2ccjxalcjnhrci4j2kwxp7lfmbkpjs4wbzw", - "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.11": "1yjgk18rk71rjbqcw9l1zaqna89p9s603k7n327nqs8dn88vwmc3", - "registry+https://github.com/rust-lang/crates.io-index#libspa-sys@0.8.0": "07yh4i5grzbxkchg6dnxlwbdw2wm5jnd7ffbhl77jr0388b9f3dz", - "registry+https://github.com/rust-lang/crates.io-index#libspa@0.8.0": "044qs48yl0llp2dmrgwxj9y1pgfy09i6fhq661zqqb9a3fwa9wv5", - "registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.30.1": "0jcikvgbj84xc7ikdmpc8m4y5lyqgrb9aqblphwk67kv95xgp69f", - "registry+https://github.com/rust-lang/crates.io-index#libyml@0.0.5": "106963pwg1gc3165bdlk8bbspmk919gk10vshhqglks3z8m700ik", - "registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.4.15": "1aq7r2g7786hyxhv40spzf2nhag5xbw2axxc1k8z5k1dsgdm4v6j", - "registry+https://github.com/rust-lang/crates.io-index#litemap@0.7.4": "012ili3vppd4952sh6y3qwcd0jkd0bq2qpr9h7cppc8sj11k7saf", - "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.12": "05qvxa6g27yyva25a5ghsg85apdxkvr77yhkyhapj6r8vnf8pbq7", - "registry+https://github.com/rust-lang/crates.io-index#log@0.3.9": "0jq23hhn5h35k7pa8r7wqnsywji6x3wn1q5q7lif5q536if8v7p1", - "registry+https://github.com/rust-lang/crates.io-index#log@0.4.25": "17ydv5zhfv1zzygy458bmg3f3jx1vfziv9d74817w76yhfqgbjq4", - "registry+https://github.com/rust-lang/crates.io-index#logger@0.4.0": "14xlxvkspcfnspjil0xi63qj5cybxn1hjmr5gq8m4v1g9k5p54bc", - "registry+https://github.com/rust-lang/crates.io-index#matches@0.1.10": "1994402fq4viys7pjhzisj4wcw894l53g798kkm2y74laxk0jci5", - "registry+https://github.com/rust-lang/crates.io-index#md-5@0.10.6": "1kvq5rnpm4fzwmyv5nmnxygdhhb2369888a06gdc9pxyrzh7x7nq", - "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.4": "18z32bhxrax0fnjikv475z7ii718hq457qwmaryixfxsl2qrmjkq", - "registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1": "12i17wh9a9plx869g7j4whf62xw68k5zd4k0k5nh6ys5mszid028", - "registry+https://github.com/rust-lang/crates.io-index#mime@0.2.6": "1q1s1ax1gaz8ld3513nvhidfwnik5asbs1ma3hp6inp5dn56nqms", - "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17": "16hkibgvb9klh0w0jk5crr5xv90l3wlf77ggymzjmvl1818vnxv8", - "registry+https://github.com/rust-lang/crates.io-index#mime_guess@1.8.8": "18qcd5aa3363mb742y7lf39j7ha88pkzbv9ff2qidlsdxsjjjs91", - "registry+https://github.com/rust-lang/crates.io-index#mime_guess@2.0.5": "03jmg3yx6j39mg0kayf7w4a886dl3j15y8zs119zw01ccy74zi7p", - "registry+https://github.com/rust-lang/crates.io-index#minimal-lexical@0.2.1": "16ppc5g84aijpri4jzv14rvcnslvlpphbszc7zzp6vfkddf4qdb8", - "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.3.7": "0dblrhgbm0wa8jjl8cjp81akaj36yna92df4z1h9b26n3spal7br", - "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.4.4": "0jsfv00hl5rmx1nijn59sr9jmjd4rjnjhh4kdjy8d187iklih9d9", - "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.3": "093r1kd1r9dyf05cbvsibgmh96pxp3qhzfvpd6f15bpggamjqh5q", - "registry+https://github.com/rust-lang/crates.io-index#mio@1.0.3": "1gah0h4ia3avxbwym0b6bi6lr6rpysmj9zvw6zis5yq0z0xq91i8", - "registry+https://github.com/rust-lang/crates.io-index#modifier@0.1.0": "0n3fmgli1nsskl0whrfzm1gk0rmwwl6pw1q4nb9sqqmn5h8wkxa1", - "registry+https://github.com/rust-lang/crates.io-index#multer@2.1.0": "1hjiphaypj3phqaj5igrzcia9xfmf4rr4ddigbh8zzb96k1bvb01", - "registry+https://github.com/rust-lang/crates.io-index#nary_tree@0.4.3": "1iqray1a716995l9mmvz5sfqrwg9a235bvrkpcn8bcqwjnwfv1pv", - "registry+https://github.com/rust-lang/crates.io-index#native-tls@0.2.12": "0rkl65z70n7sy4d5w0qa99klg1hr43wx6kcprk4d2n9xr2r4wqd8", - "registry+https://github.com/rust-lang/crates.io-index#nix@0.27.1": "0ly0kkmij5f0sqz35lx9czlbk6zpihb7yh1bsy4irzwfd2f4xc1f", - "registry+https://github.com/rust-lang/crates.io-index#no-std-compat@0.4.1": "132vrf710zsdp40yp1z3kgc2ss8pi0z4gmihsz3y7hl4dpd56f5r", - "registry+https://github.com/rust-lang/crates.io-index#nom@7.1.3": "0jha9901wxam390jcf5pfa0qqfrgh8li787jx2ip0yk5b8y9hwyj", - "registry+https://github.com/rust-lang/crates.io-index#num-bigint-dig@0.8.4": "0lb12df24wgxxbspz4gw1sf1kdqwvpdcpwq4fdlwg4gj41c1k16w", - "registry+https://github.com/rust-lang/crates.io-index#num-conv@0.1.0": "1ndiyg82q73783jq18isi71a7mjh56wxrk52rlvyx0mi5z9ibmai", - "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46": "13w5g54a9184cqlbsq80rnxw4jj4s0d8wv75jsq5r2lms8gncsbr", - "registry+https://github.com/rust-lang/crates.io-index#num-iter@0.1.45": "1gzm7vc5g9qsjjl3bqk9rz1h6raxhygbrcpbfl04swlh0i506a8l", - "registry+https://github.com/rust-lang/crates.io-index#num-rational@0.3.2": "01sgiwny9iflyxh2xz02sak71v2isc3x608hfdpwwzxi3j5l5b0j", - "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19": "0h984rhdkkqd4ny9cif7y2azl3xdfb7768hb9irhpsch4q3gq787", - "registry+https://github.com/rust-lang/crates.io-index#num_cpus@1.16.0": "0hra6ihpnh06dvfvz9ipscys0xfqa9ca9hzp384d5m02ssvgqqa1", - "registry+https://github.com/rust-lang/crates.io-index#object@0.36.7": "11vv97djn9nc5n6w1gc6bd96d2qk2c8cg1kw5km9bsi3v4a8x532", - "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.20.2": "0xb7rw1aqr7pa4z3b00y7786gyf8awx2gca3md73afy76dzgwq8j", - "registry+https://github.com/rust-lang/crates.io-index#openssl-macros@0.1.1": "173xxvfc63rr5ybwqwylsir0vq6xsj4kxiv4hmg4c3vscdmncj59", - "registry+https://github.com/rust-lang/crates.io-index#openssl-probe@0.1.5": "1kq18qm48rvkwgcggfkqq6pm948190czqc94d6bm2sir5hq1l0gz", - "registry+https://github.com/rust-lang/crates.io-index#openssl-sys@0.9.104": "0hf712xcxmycnlc09r8d446b3mwqchsbfrjv374fp7grrc3g7as5", - "registry+https://github.com/rust-lang/crates.io-index#openssl@0.10.68": "1xbiz2bmba2fibg70s462yk2fndp3f9vz11c7iw0ilh2y54bqx31", - "registry+https://github.com/rust-lang/crates.io-index#pango-sys@0.18.0": "1iaxalcaaj59cl9n10svh4g50v8jrc1a36kd7n9yahx8j7ikfrs3", - "registry+https://github.com/rust-lang/crates.io-index#pango@0.18.3": "1r5ygq7036sv7w32kp8yxr6vgggd54iaavh3yckanmq4xg0px8kw", - "registry+https://github.com/rust-lang/crates.io-index#parking@2.2.1": "1fnfgmzkfpjd69v4j9x737b1k8pnn054bvzcn5dm3pkgq595d3gk", - "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.3": "09ws9g6245iiq8z975h8ycf818a66q3c6zv4b5h8skpm7hc1igzi", - "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.10": "1y3cf9ld9ijf7i4igwzffcn0xl16dxyn4c5bwgjck1dkgabiyh0y", - "registry+https://github.com/rust-lang/crates.io-index#parse-zoneinfo@0.3.1": "093cs8slbd6kyfi6h12isz0mnaayf5ha8szri1xrbqj4inqhaahz", - "registry+https://github.com/rust-lang/crates.io-index#pem-rfc7468@0.7.0": "04l4852scl4zdva31c1z6jafbak0ni5pi0j38ml108zwzjdrrcw8", - "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@1.0.1": "0cgq08v1fvr6bs5fvy390cz830lq4fak8havdasdacxcw790s09i", - "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.1": "0gi8wgx0dcy8rnv1kywdv98lwcx67hz0a0zwpib5v2i08r88y573", - "registry+https://github.com/rust-lang/crates.io-index#phf@0.11.3": "0y6hxp1d48rx2434wgi5g8j1pr8s5jja29ha2b65435fh057imhz", - "registry+https://github.com/rust-lang/crates.io-index#phf@0.7.24": "066xwv4dr6056a9adlkarwp4n94kbpwngbmd47ngm3cfbyw49nmk", - "registry+https://github.com/rust-lang/crates.io-index#phf_codegen@0.11.3": "0si1n6zr93kzjs3wah04ikw8z6npsr39jw4dam8yi9czg2609y5f", - "registry+https://github.com/rust-lang/crates.io-index#phf_codegen@0.7.24": "0zjiblicfm0nrmr2xxrs6pnf6zz2394wgch6dcbd8jijkq98agmh", - "registry+https://github.com/rust-lang/crates.io-index#phf_generator@0.11.3": "0gc4np7s91ynrgw73s2i7iakhb4lzdv1gcyx7yhlc0n214a2701w", - "registry+https://github.com/rust-lang/crates.io-index#phf_generator@0.7.24": "0qi62gxk3x3whrmw5c4i71406icqk11qmpgln438p6qm7k4lqdh9", - "registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.11.3": "1rallyvh28jqd9i916gk5gk2igdmzlgvv5q0l3xbf3m6y8pbrsk7", - "registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.7.24": "18371fla0vsj7d6d5rlfb747xbr2in11ar9vgv5qna72bnhp2kr3", - "registry+https://github.com/rust-lang/crates.io-index#pin-project-internal@1.1.8": "1yzfhf6l27nhzv7r5hfrwj2g0x7xmfhgil19fj9am4srqp06csnm", - "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.16": "16wzc7z7dfkf9bmjin22f5282783f6mdksnr0nv0j5ym5f9gyg1v", - "registry+https://github.com/rust-lang/crates.io-index#pin-project@1.1.8": "05jr3xfy1spgmz3q19l4mmvv46vgvkvsgphamifx7x45swxcabhy", - "registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0": "117ir7vslsl2z1a7qzhws4pd01cg2d3338c47swjyvqv2n60v1wb", - "registry+https://github.com/rust-lang/crates.io-index#piper@0.2.4": "0rn0mjjm0cwagdkay77wgmz3sqf8fqmv9d9czm79mvr2yj8c9j4n", - "registry+https://github.com/rust-lang/crates.io-index#pipewire-sys@0.8.0": "04hiy3rl8v3j2dfzp04gr7r8l5azzqqsvqdzwa7sipdij27ii7l4", - "registry+https://github.com/rust-lang/crates.io-index#pipewire@0.8.0": "1nldg1hz4v0qr26lzdxqpvrac4zbc3pb6436sl392425bjx4brh8", - "registry+https://github.com/rust-lang/crates.io-index#pkcs1@0.7.5": "0zz4mil3nchnxljdfs2k5ab1cjqn7kq5lqp62n9qfix01zqvkzy8", - "registry+https://github.com/rust-lang/crates.io-index#pkcs8@0.10.2": "1dx7w21gvn07azszgqd3ryjhyphsrjrmq5mmz1fbxkj5g0vv4l7r", - "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.31": "1wk6yp2phl91795ia0lwkr3wl4a9xkrympvhqq8cxk4d75hwhglm", - "registry+https://github.com/rust-lang/crates.io-index#plugin@0.2.6": "1q7nghkpvxxr168y2jnzh3w7qc9vfrby9n7ygy3xpj0bj71hsshs", - "registry+https://github.com/rust-lang/crates.io-index#png@0.16.8": "1ipl44q3vy4kvx6j296vk7d4v8gvcg203lrkvvixwixq1j98fciw", - "registry+https://github.com/rust-lang/crates.io-index#png@0.17.16": "09kmkms9fmkbkarw0lnf0scqvjwwg3r7riddag0i3q39r0pil5c2", - "registry+https://github.com/rust-lang/crates.io-index#polling@3.7.4": "0bs4nhwfwsvlzlhah2gbhj3aa9ynvchv2g350wapswh26a65c156", - "registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0": "14ckj2xdpkhv3h6l5sdmb9f1d57z8hbfpdldjc2vl5givq2y77j3", - "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.20": "017ax9ssdnpww7nrl1hvqh2lzncpv04nnsibmnw9nxjnaqlpp5bp", - "registry+https://github.com/rust-lang/crates.io-index#pretty_env_logger@0.5.0": "076w9dnvcpx6d3mdbkqad8nwnsynb7c8haxmscyrz7g3vga28mw6", - "registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@1.3.1": "069r1k56bvgk0f58dm5swlssfcp79im230affwk6d9ck20g04k3z", - "registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@2.0.0": "1s23imns07vmacn2xjd5hv2h6rr94iqq3fd2frwa6i4h2nk6d0vy", - "registry+https://github.com/rust-lang/crates.io-index#proc-macro-error-attr@1.0.4": "0sgq6m5jfmasmwwy8x4mjygx5l7kp8s4j60bv25ckv2j1qc41gm1", - "registry+https://github.com/rust-lang/crates.io-index#proc-macro-error@1.0.4": "1373bhxaf0pagd8zkyd03kkx6bchzf6g0dkwrwzsnal9z47lj9fs", - "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.93": "169dw9wch753if1mgyi2nfl1il77gslvh6y2q46qplprwml6m530", - "registry+https://github.com/rust-lang/crates.io-index#proptest@1.6.0": "0l4y4bb8hffv7cys7d59qwqdmvmqjfzz0x9vblc08209clqfkjhl", - "registry+https://github.com/rust-lang/crates.io-index#qoi@0.4.1": "00c0wkb112annn2wl72ixyd78mf56p4lxkhlmsggx65l3v3n8vbz", - "registry+https://github.com/rust-lang/crates.io-index#quick-error@1.2.3": "1q6za3v78hsspisc197bg3g7rpc989qycy8ypr8ap8igv10ikl51", - "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.38": "1k0s75w61k6ch0rs263r4j69b7vj1wadqgb9dia4ylc9mymcqk8f", - "registry+https://github.com/rust-lang/crates.io-index#rand@0.3.23": "0v679h38pjjqj5h4md7v2slsvj6686qgcn7p9fbw3h43iwnk1b34", - "registry+https://github.com/rust-lang/crates.io-index#rand@0.4.6": "14qjfv3gggzhnma20k0sc1jf8y6pplsaq7n1j9ls5c8kf2wl0a2m", - "registry+https://github.com/rust-lang/crates.io-index#rand@0.6.5": "1jl4449jcl4wgmzld6ffwqj5gwxrp8zvx8w573g1z368qg6xlwbd", - "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5": "013l6931nn7gkc23jz5mm3qdhf93jjf0fg64nz2lp4i51qd8vbrl", - "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.1.1": "1vxwyzs4fy1ffjc8l00fsyygpiss135irjf7nyxgq2v0lqf3lvam", - "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1": "123x2adin558xbhvqb8w4f6syjsdkmqff8cxwhmjacpsl1ihmhg6", - "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.3.1": "0jzdgszfa4bliigiy4hi66k7fs3gfwi2qxn8vik84ph77fwdwvvs", - "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.4.2": "1p09ynysrq1vcdlmcqnapq4qakl2yd1ng3kxh3qscpx09k2a6cww", - "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4": "0b4j2v4cb5krak1pv6kakv4sz6xcwbrmy2zckc32hsigbrwy82zc", - "registry+https://github.com/rust-lang/crates.io-index#rand_hc@0.1.0": "1i0vl8q5ddvvy0x8hf1zxny393miyzxkwqnw31ifg6p0gdy6fh3v", - "registry+https://github.com/rust-lang/crates.io-index#rand_isaac@0.1.1": "027flpjr4znx2csxk7gxb7vrf9c7y5mydmvg5az2afgisp4rgnfy", - "registry+https://github.com/rust-lang/crates.io-index#rand_jitter@0.1.4": "16z387y46bfz3csc42zxbjq89vcr1axqacncvv8qhyy93p4xarhi", - "registry+https://github.com/rust-lang/crates.io-index#rand_os@0.1.3": "0wahppm0s64gkr2vmhcgwc0lij37in1lgfxg5rbgqlz0l5vgcxbv", - "registry+https://github.com/rust-lang/crates.io-index#rand_pcg@0.1.2": "0i0bdla18a8x4jn1w0fxsbs3jg7ajllz6azmch1zw33r06dv1ydb", - "registry+https://github.com/rust-lang/crates.io-index#rand_xorshift@0.1.1": "0p2x8nr00hricpi2m6ca5vysiha7ybnghz79yqhhx6sl4gkfkxyb", - "registry+https://github.com/rust-lang/crates.io-index#rand_xorshift@0.3.0": "13vcag7gmqspzyabfl1gr9ykvxd2142q2agrj8dkyjmfqmgg4nyj", - "registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.12.1": "1qpwim68ai5h0j7axa8ai8z0payaawv3id0lrgkqmapx7lx8fr8l", - "registry+https://github.com/rust-lang/crates.io-index#rayon@1.10.0": "1ylgnzwgllajalr4v00y4kj22klq2jbwllm70aha232iah0sc65l", - "registry+https://github.com/rust-lang/crates.io-index#rdrand@0.4.0": "1cjq0kwx1bk7jx3kzyciiish5gqsj7620dm43dc52sr8fzmm9037", - "registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.5.8": "0d48ylyd6gsamynyp257p6n2zl4dw2fhnn5z9y3nhgpri6rn5a03", - "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.9": "02092l8zfh3vkmk47yjc8d631zhhcd49ck2zr133prvd3z38v7l0", - "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.5": "0p41p3hj9ww7blnbwbj9h7rwxzxg0c1hvrdycgys8rxyhqqw859b", - "registry+https://github.com/rust-lang/crates.io-index#regex@1.11.1": "148i41mzbx8bmq32hsj1q4karkzzx5m60qza6gdw4pdc9qdyyi5m", - "registry+https://github.com/rust-lang/crates.io-index#remove_dir_all@0.5.3": "1rzqbsgkmr053bxxl04vmvsd1njyz0nxvly97aip6aa2cmb15k9s", - "registry+https://github.com/rust-lang/crates.io-index#reqwest@0.11.27": "0qjary4hpplpgdi62d2m0xvbn6lnzckwffm0rgkm2x51023m6ryx", -<<<<<<< HEAD - "registry+https://github.com/rust-lang/crates.io-index#rsa@0.9.7": "06amqm85raq26v6zg00fbf93lbj3kx559n2lpxc3wrvbbiy5vis7", -======= - "registry+https://github.com/rust-lang/crates.io-index#rsa@0.9.6": "1z0d1aavfm0v4pv8jqmqhhvvhvblla1ydzlvwykpc3mkzhj523jx", - "registry+https://github.com/rust-lang/crates.io-index#rusqlite@0.32.1": "0vlx040bppl414pbjgbp7qr4jdxwszi9krx0m63zzf2f2whvflvp", - "registry+https://github.com/rust-lang/crates.io-index#rusqlite_migration@1.3.1": "076dm65g0sngzrb93r07va4l5zl3gjx9gq5mlsh21p7p0bl44fwj", ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) - "registry+https://github.com/rust-lang/crates.io-index#rustc-demangle@0.1.24": "07zysaafgrkzy2rjgwqdj2a8qdpsm6zv6f5pgpk9x0lm40z9b6vi", - "registry+https://github.com/rust-lang/crates.io-index#rustc-hash@1.1.0": "1qkc5khrmv5pqi5l5ca9p5nl5hs742cagrndhbrlk3dhlrx3zm08", - "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.1": "14lvdsmr5si5qbqzrajgb6vfn69k0sfygrvfvr2mps26xwi3mjyg", - "registry+https://github.com/rust-lang/crates.io-index#rustix@0.38.43": "1xjfhdnmqsbwnfmm77vyh7ldhqx0g9waqm4982404d7jdgp93257", - "registry+https://github.com/rust-lang/crates.io-index#rustls-pemfile@1.0.4": "1324n5bcns0rnw6vywr5agff3rwfvzphi7rmbyzwnv6glkhclx0w", - "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.19": "1m39qd65jcd1xgqzdm3017ppimiggh2446xngwp1ngr8hjbmpi7p", - "registry+https://github.com/rust-lang/crates.io-index#rusty-fork@0.3.0": "0kxwq5c480gg6q0j3bg4zzyfh2kwmc3v2ba94jw8ncjc8mpcqgfb", - "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.18": "17xx2s8j1lln7iackzd9p0sv546vjq71i779gphjq923vjh5pjzk", - "registry+https://github.com/rust-lang/crates.io-index#safemem@0.3.3": "0wp0d2b2284lw11xhybhaszsczpbq1jbdklkxgifldcknmy3nw7g", - "registry+https://github.com/rust-lang/crates.io-index#schannel@0.1.27": "0gbbhy28v72kd5iina0z2vcdl3vz63mk5idvkzn5r52z6jmfna8z", - "registry+https://github.com/rust-lang/crates.io-index#scoped-tls@1.0.1": "15524h04mafihcvfpgxd8f4bgc3k95aclz8grjkg9a0rxcvn9kz1", - "registry+https://github.com/rust-lang/crates.io-index#scoped_threadpool@0.1.9": "1a26d3lk40s9mrf4imhbik7caahmw2jryhhb6vqv6fplbbgzal8x", - "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0": "0jcz9sd47zlsgcnm1hdw0664krxwb5gczlif4qngj2aif8vky54l", - "registry+https://github.com/rust-lang/crates.io-index#security-framework-sys@2.14.0": "0chwn01qrnvs59i5220bymd38iddy4krbnmfnhf4k451aqfj7ns9", - "registry+https://github.com/rust-lang/crates.io-index#security-framework@2.11.1": "00ldclwx78dm61v7wkach9lcx76awlrv0fdgjdwch4dmy12j4yw9", - "registry+https://github.com/rust-lang/crates.io-index#self_cell@0.10.3": "0pci3zh23b7dg6jmlxbn8k4plb7hcg5jprd1qiz0rp04p1ilskp1", - "registry+https://github.com/rust-lang/crates.io-index#self_cell@1.1.0": "1gmxk5bvnnimcif7v1jk8ai2azfvh9djki545nd86vsnphjgrzf2", - "registry+https://github.com/rust-lang/crates.io-index#semver@1.0.24": "1fmvjjkd3f64y5fqr1nakkq371mnwzv09fbz5mbmdxril63ypdiw", - "registry+https://github.com/rust-lang/crates.io-index#serde@0.9.15": "1bsla8l5xr9pp5sirkal6mngxcq6q961km88jvf339j5ff8j7dil", - "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.218": "0q6z4bnrwagnms0bds4886711l6mc68s979i49zd3xnvkg8wkpz8", - "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.218": "0azqd74xbpb1v5vf6w1fdbgmwp39ljjfj25cib5rgrzlj7hh75gh", - "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.139": "19kj3irpa22a7djz1jaf4wambzh7psiqa6zyafqnb76crhx6ry24", - "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.8": "1q89g70azwi4ybilz5jb8prfpa575165lmrffd49vmcf76qpqq47", - "registry+https://github.com/rust-lang/crates.io-index#serde_urlencoded@0.7.1": "1zgklbdaysj3230xivihs30qi5vkhigg323a9m62k8jwf4a1qjfk", - "registry+https://github.com/rust-lang/crates.io-index#serde_yml@0.0.12": "1p8xwz4znd6fj962y22fdvvv16gb8c0hx4iv5hjplngiidcdvqjr", - "registry+https://github.com/rust-lang/crates.io-index#sha1@0.10.6": "1fnnxlfg08xhkmwf2ahv634as30l1i3xhlhkvxflmasi5nd85gz3", - "registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.8": "1j1x78zk9il95w9iv46dh9wm73r6xrgj32y6lzzw7bxws9dbfgbr", - "registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0": "0r1y6bv26c1scpxvhg2cabimrmwgbp4p3wy6syj9n0c4s3q2znhg", - "registry+https://github.com/rust-lang/crates.io-index#signal-hook-registry@1.4.2": "1cb5akgq8ajnd5spyn587srvs4n26ryq0p78nswffwhv46sf1sd9", - "registry+https://github.com/rust-lang/crates.io-index#signature@2.2.0": "1pi9hd5vqfr3q3k49k37z06p7gs5si0in32qia4mmr1dancr6m3p", - "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.7": "1zkq40c3iajcnr5936gjp9jjh1lpzhy44p3dq3fiw75iwr1w2vfn", - "registry+https://github.com/rust-lang/crates.io-index#siphasher@0.2.3": "1b53m53l24lyhr505lwqzrpjyq5qfnic71mynrcfvm43rybf938b", - "registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.1": "17f35782ma3fn6sh21c027kjmd227xyrx06ffi8gw4xzv9yry6an", - "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.9": "0rxvsgir0qw5lkycrqgb1cxsvxzjv9bmx73bk5y42svnzfba94lg", - "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.13.2": "0rsw5samawl3wsw6glrsb127rx6sh89a8wyikicw6dkdcjd1lpiw", - "registry+https://github.com/rust-lang/crates.io-index#snowflake@1.3.0": "1wadr7bxdxbmkbqkqsvzan6q1h3mxqpxningi3ss3v9jaav7n817", - "registry+https://github.com/rust-lang/crates.io-index#socket2@0.5.8": "1s7vjmb5gzp3iaqi94rh9r63k9cj00kjgbfn7gn60kmnk6fjcw69", - "registry+https://github.com/rust-lang/crates.io-index#spin@0.9.8": "0rvam5r0p3a6qhc18scqpvpgb3ckzyqxpgdfyjnghh8ja7byi039", - "registry+https://github.com/rust-lang/crates.io-index#spki@0.7.3": "17fj8k5fmx4w9mp27l970clrh5qa7r5sjdvbsln987xhb34dc7nr", -<<<<<<< HEAD - "registry+https://github.com/rust-lang/crates.io-index#sqlx-core@0.8.3": "1q31dawr61wc6q2f12my4fw082mbv8sxwz1082msjsk76rlpn03a", - "registry+https://github.com/rust-lang/crates.io-index#sqlx-macros-core@0.8.3": "1bg7sn6l8dc4pzrqx2dwc3sp7dbn97msfqahpycnl55bqnn917sf", - "registry+https://github.com/rust-lang/crates.io-index#sqlx-macros@0.8.3": "047k67sylscv0gdhwwqrn0s33jy1mvq8rmqq6s8fygv4g2ny44ii", - "registry+https://github.com/rust-lang/crates.io-index#sqlx-mysql@0.8.3": "0czjzzjm2y6lkhxvvzrzwgp0pmlhymcnym20hn9n9kh01s7jfq25", - "registry+https://github.com/rust-lang/crates.io-index#sqlx-postgres@0.8.3": "04wnjl51kfx0qbfsfmhqdshpmw32vzz2p8dksmj6gvb3ydbqmff5", - "registry+https://github.com/rust-lang/crates.io-index#sqlx-sqlite@0.8.3": "0h05ca26g428h4337k4nm0ww75bcdkiqzp883m7fc92v78fsfp7q", - "registry+https://github.com/rust-lang/crates.io-index#sqlx@0.8.3": "0pvlpq0plgyxf5kikcv786pf0pjv8dx5shlvz72l510d7hxyf424", - "registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.0": "1lxjr8q2n534b2lhkxd6l6wcddzjvnksi58zv11f9y0jjmr15wd8", -======= - "registry+https://github.com/rust-lang/crates.io-index#sqlformat@0.2.6": "14470h40gn0f6jw9xxzbpwh5qy1fgvkhkfz8xjyzgi0cvf9kmfkv", - "registry+https://github.com/rust-lang/crates.io-index#sqlx-core@0.8.2": "0vlkm0s72mp8w8pc9ppxarlrbbb6a2dmviahgmgihn338l5hdn6l", - "registry+https://github.com/rust-lang/crates.io-index#sqlx-macros-core@0.8.2": "19dsi9lg1raqxb9l39jzjf3crn4zibf4dqcvqz4rjmc6qykyh10q", - "registry+https://github.com/rust-lang/crates.io-index#sqlx-macros@0.8.2": "0mv6ikaz78gpv5v65zqhfxf0fzi94wc3jiypx1rv1qwxrhmnkh6a", - "registry+https://github.com/rust-lang/crates.io-index#sqlx-mysql@0.8.2": "0snh8wpz1330hn4dnrqab3xmdmqrzjh50lbmyap49yls4qa4gfv4", - "registry+https://github.com/rust-lang/crates.io-index#sqlx-postgres@0.8.2": "1y62cxgy5bk0fqj69dyfjf4lgfcvhyxv96rl4rvmsk455mrimabg", - "registry+https://github.com/rust-lang/crates.io-index#sqlx-sqlite@0.8.2": "105naz4f9ad74hnl46xrlsvvk2l7lzvv0gdgvb9vylsrlhsczcnm", - "registry+https://github.com/rust-lang/crates.io-index#sqlx@0.8.2": "0gjdsvf1c9jxdc3agxjj12h89716f62jyh6z36n3y69pl0b4fcwk", ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) - "registry+https://github.com/rust-lang/crates.io-index#stringprep@0.1.5": "1cb3jis4h2b767csk272zw92lc6jzfzvh8d6m1cd86yqjb9z6kbv", - "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1": "0kzvqlw8hxqb7y598w1s0hxlnmi84sg5vsipp3yg5na5d1rvba3x", - "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1": "14ijxaymghbl1p0wql9cib5zlwiina7kall6w7g89csprkgbvhhk", - "registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109": "0ds2if4600bd59wsv7jjgfkayfzy3hnazs394kz6zdkmna8l3dkj", -<<<<<<< HEAD - "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.96": "102wk3cgawimi3i0q3r3xw3i858zkyingg6y7gsxfy733amsvl6m", -======= - "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.87": "0bd3mfcswvn4jkrp7ich5kk58kmpph8412yxd36nsfnh8vilrai5", ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) - "registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@0.1.2": "0q01lyj0gr9a93n10nxsn8lwbzq97jqd6b768x17c8f7v7gccir0", - "registry+https://github.com/rust-lang/crates.io-index#synstructure@0.13.1": "0wc9f002ia2zqcbj0q2id5x6n7g1zjqba7qkg2mr0qvvmdk7dby8", - "registry+https://github.com/rust-lang/crates.io-index#system-configuration-sys@0.5.0": "1jckxvdr37bay3i9v52izgy52dg690x5xfg3hd394sv2xf4b2px7", - "registry+https://github.com/rust-lang/crates.io-index#system-configuration@0.5.1": "1rz0r30xn7fiyqay2dvzfy56cvaa3km74hnbz2d72p97bkf3lfms", - "registry+https://github.com/rust-lang/crates.io-index#system-deps@6.2.2": "0j93ryw031n3h8b0nfpj5xwh3ify636xmv8kxianvlyyipmkbrd3", - "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.12.16": "1cg3bnx1gdkdr5hac1hzxy64fhw4g7dqkd0n3dxy5lfngpr1mi31", - "registry+https://github.com/rust-lang/crates.io-index#tempdir@0.3.7": "1n5n86zxpgd85y0mswrp5cfdisizq2rv3la906g6ipyc03xvbwhm", - "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.17.1": "0c52ggq5vy5mzgk5ly36cgzs1cig3cv6r1jarijmzxgkn6na1r92", - "registry+https://github.com/rust-lang/crates.io-index#termcolor@1.4.1": "0mappjh3fj3p2nmrg4y7qv94rchwi9mzmgmfflr8p2awdj7lyy86", -<<<<<<< HEAD - "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.69": "1h84fmn2nai41cxbhk6pqf46bxqq1b344v8yz089w1chzi76rvjg", - "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.11": "1hkkn7p2y4cxbffcrprybkj0qy1rl1r6waxmxqvr764axaxc3br6", - "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69": "0lizjay08agcr5hs9yfzzj6axs53a2rgx070a1dsi3jpkcrzbamn", - "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.11": "1z0649rpa8c2smzx129bz4qvxmdihj30r2km6vfpcv9yny2g4lnl", -======= - "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.64": "1hvzmjx9iamln854l74qyhs0jl2pg3hhqzpqm9p8gszmf9v4x408", - "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.3": "0s1m4jyjpvsqpdpbci1rswgafmy7fsjjh1a3cnpirp3sc0ymaxzh", - "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.64": "114s8lmssxl0c2480s671am88vzlasbaikxbvfv8pyqrq6mzh2nm", - "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.3": "1ak7wvbkc6s37jgv7ksaqax0ggbkcyizm125v8mczcsifrfch1n0", ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) - "registry+https://github.com/rust-lang/crates.io-index#tiff@0.6.1": "0ds48vs919ccxa3fv1www7788pzkvpg434ilqkq7sjb5dmqg8lws", - "registry+https://github.com/rust-lang/crates.io-index#tiff@0.9.1": "0ghyxlz566dzc3scvgmzys11dhq2ri77kb8sznjakijlxby104xs", - "registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.2": "1wx3qizcihw6z151hywfzzyd1y5dl804ydyxci6qm07vbakpr4pg", - "registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.19": "1pl558z26pp342l5y91n6dxb60xwhar975wk6jc4npiygq0ycd18", - "registry+https://github.com/rust-lang/crates.io-index#time@0.1.45": "0nl0pzv9yf56djy8y5dx25nka5pr2q1ivlandb3d24pksgx7ly8v", - "registry+https://github.com/rust-lang/crates.io-index#time@0.3.37": "08bvydyc14plkwhchzia5bcdbmm0mk5fzilsdpjx06w6hf48drrm", - "registry+https://github.com/rust-lang/crates.io-index#tinystr@0.7.6": "0bxqaw7z8r2kzngxlzlgvld1r6jbnwyylyvyjbv1q71rvgaga5wi", - "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.8.1": "1s41rv7n39sjsxz3kd3d4adw45ndkxz1d18rfbz2wd7s9n8bhb82", - "registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1": "081gag86208sc3y6sdkshgw3vysm5d34p431dzw0bshz66ncng0z", - "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.5.0": "1f6az2xbvqp7am417b78d1za8axbvjvxnmkakz9vr8s52czx81kf", - "registry+https://github.com/rust-lang/crates.io-index#tokio-native-tls@0.3.1": "1wkfg6zn85zckmv4im7mv20ca6b1vmlib5xwz9p7g19wjfmpdbmv", - "registry+https://github.com/rust-lang/crates.io-index#tokio-stream@0.1.17": "0ix0770hfp4x5rh5bl7vsnr3d4iz4ms43i522xw70xaap9xqv9gc", - "registry+https://github.com/rust-lang/crates.io-index#tokio-tungstenite@0.21.0": "0f5wj0crsx74rlll97lhw0wk6y12nhdnqvmnjx002hjn08fmcfy8", - "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.13": "0y0h10a52c7hrldmr3410bp7j3fadq0jn9nf7awddgd2an6smz6p", - "registry+https://github.com/rust-lang/crates.io-index#tokio@1.43.0": "17pdm49ihlhfw3rpxix3kdh2ppl1yv7nwp1kxazi5r1xz97zlq9x", - "registry+https://github.com/rust-lang/crates.io-index#toml@0.8.20": "0j012b37iz1mihksr6a928s6dzszxvblzg3l5wxp7azzsv6sb1yd", - "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.8": "0hgv7v9g35d7y9r2afic58jvlwnf73vgd1mz2k8gihlgrf73bmqd", - "registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.19.15": "08bl7rp5g6jwmfpad9s8jpw8wjrciadpnbaswgywpr9hv9qbfnqv", - "registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.20.2": "0f7k5svmxw98fhi28jpcyv7ldr2s3c867pjbji65bdxjpd44svir", - "registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.22.24": "0x0lgp70x5cl9nla03xqs5vwwwlrwmd0djkdrp3h3lpdymgpkd0p", - "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3": "1hzfkvkci33ra94xjx64vv3pp0sq346w06fpkcdwjcid7zhvdycd", - "registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.28": "0v92l9cxs42rdm4m5hsa8z7ln1xsiw1zc2iil8c6k7lzq0jf2nir", - "registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.33": "170gc7cxyjx824r9kr17zc9gvzx89ypqfdzq259pr56gg5bwjwp6", - "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.41": "1l5xrzyjfyayrwhvhldfnwdyligi1mpqm8mzbi2m1d6y6p2hlkkq", - "registry+https://github.com/rust-lang/crates.io-index#traitobject@0.1.0": "0yb0n8822mr59j200fyr2fxgzzgqljyxflx9y8bdy3rlaqngilgg", - "registry+https://github.com/rust-lang/crates.io-index#try-lock@0.2.5": "0jqijrrvm1pyq34zn1jmy2vihd4jcrjlvsh4alkjahhssjnsn8g4", - "registry+https://github.com/rust-lang/crates.io-index#tungstenite@0.21.0": "1qaphb5kgwgid19p64grhv2b9kxy7f1059yy92l9kwrlx90sdwcy", - "registry+https://github.com/rust-lang/crates.io-index#type-map@0.5.0": "17qaga12nkankr7hi2mv43f4lnc78hg480kz6j9zmy4g0h28ddny", - "registry+https://github.com/rust-lang/crates.io-index#typeable@0.1.2": "11w8dywgnm32hb291izjvh4zjd037ccnkk77ahk63l913zwzc40l", - "registry+https://github.com/rust-lang/crates.io-index#typemap@0.3.3": "1xm1gbvz9qisj1l6d36hrl9pw8imr8ngs6qyanjnsad3h0yfcfv5", - "registry+https://github.com/rust-lang/crates.io-index#typenum@1.17.0": "09dqxv69m9lj9zvv6xw5vxaqx15ps0vxyy5myg33i0kbqvq0pzs2", - "registry+https://github.com/rust-lang/crates.io-index#typeshare-annotation@1.0.4": "0kx38ah6638pkqq5cac7nmvbg6x43v7fj5jgibla4lj8fv1dc5d6", - "registry+https://github.com/rust-lang/crates.io-index#typeshare@1.0.4": "1svc92lg35r12mqdpbs4wbkw7g72v2302niyw5v1w290250hzghr", - "registry+https://github.com/rust-lang/crates.io-index#unarray@0.1.4": "154smf048k84prsdgh09nkm2n0w0336v84jd4zikyn6v6jrqbspa", - "registry+https://github.com/rust-lang/crates.io-index#unic-langid-impl@0.9.5": "1rckyn5wqd5h8jxhbzlbbagr459zkzg822r4k5n30jaryv0j4m0a", - "registry+https://github.com/rust-lang/crates.io-index#unic-langid@0.9.5": "0i2s024frmpfa68lzy8y8vnb1rz3m9v0ga13f7h2afx7f8g9vp93", - "registry+https://github.com/rust-lang/crates.io-index#unicase@1.4.2": "0cwazh4qsmm9msckjk86zc1z35xg7hjxjykrgjalzdv367w6aivz", - "registry+https://github.com/rust-lang/crates.io-index#unicase@2.8.1": "0fd5ddbhpva7wrln2iah054ar2pc1drqjcll0f493vj3fv8l9f3m", - "registry+https://github.com/rust-lang/crates.io-index#unicode-bidi@0.3.18": "1xcxwbsqa24b8vfchhzyyzgj0l6bn51ib5v8j6krha0m77dva72w", - "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.14": "10ywa1pg0glgkr4l3dppjxizr9r2b7im0ycbfa0137l69z5fdfdd", - "registry+https://github.com/rust-lang/crates.io-index#unicode-normalization@0.1.24": "0mnrk809z3ix1wspcqy97ld5wxdb31f3xz6nsvg5qcv289ycjcsh", - "registry+https://github.com/rust-lang/crates.io-index#unicode-properties@0.1.3": "1l3mbgzwz8g14xcs09p4ww3hjkjcf0i1ih13nsg72bhj8n5jl3z7", - "registry+https://github.com/rust-lang/crates.io-index#unicode-segmentation@1.12.0": "14qla2jfx74yyb9ds3d2mpwpa4l4lzb9z57c6d2ba511458z5k7n", - "registry+https://github.com/rust-lang/crates.io-index#unicode-width@0.1.14": "1bzn2zv0gp8xxbxbhifw778a7fc93pa6a1kj24jgg9msj07f7mkx", - "registry+https://github.com/rust-lang/crates.io-index#unsafe-any@0.4.2": "0zwwphsqkw5qaiqmjwngnfpv9ym85qcsyj7adip9qplzjzbn00zk", - "registry+https://github.com/rust-lang/crates.io-index#url@1.7.2": "0nim1c90mxpi9wgdw2xh8dqd72vlklwlzam436akcrhjac6pqknx", - "registry+https://github.com/rust-lang/crates.io-index#url@2.5.4": "0q6sgznyy2n4l5lm16zahkisvc9nip9aa5q1pps7656xra3bdy1j", - "registry+https://github.com/rust-lang/crates.io-index#utf-8@0.7.6": "1a9ns3fvgird0snjkd3wbdhwd3zdpc2h5gpyybrfr6ra5pkqxk09", - "registry+https://github.com/rust-lang/crates.io-index#utf16_iter@1.0.5": "0ik2krdr73hfgsdzw0218fn35fa09dg2hvbi1xp3bmdfrp9js8y8", - "registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4": "1gmna9flnj8dbyd8ba17zigrp9c4c3zclngf5lnb5yvz1ri41hdn", - "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2": "088807qwjq46azicqwbhlmzwrbkz7l4hpw43sdkdyyk524vdxaq6", - "registry+https://github.com/rust-lang/crates.io-index#uuid@0.4.0": "0cdj2v6v2yy3zyisij69waksd17cyir1n58kwyk1n622105wbzkw", - "registry+https://github.com/rust-lang/crates.io-index#uuid@0.8.2": "1dy4ldcp7rnzjy56dxh7d2sgrcvn4q77y0a8r0a48946h66zjp5w", -<<<<<<< HEAD - "registry+https://github.com/rust-lang/crates.io-index#uuid@1.12.0": "1i2i7ar5651d58ip1l8cghg3y60pn0rqmssvw6lm8d4s3xc1hh3l", - "registry+https://github.com/rust-lang/crates.io-index#value-bag@1.10.0": "1lnsixdpi1ldms1adxyafyx7lyrqxhhskgwrjckmml6majmc9x1y", -======= - "registry+https://github.com/rust-lang/crates.io-index#uuid@1.11.0": "0sj4l28lif2wm4xrafdfgqjywjzv43wzp8nii9a4i539myhg1igq", - "registry+https://github.com/rust-lang/crates.io-index#value-bag@1.9.0": "00aij8p1n7vcggkb9nxpwx9g5nqzclrf7prd1wpi9c3sscvw312s", ->>>>>>> 87aecb0 (Update emseries, Cargo.lock, and Cargo.nix) - "registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15": "09i4nf5y8lig6xgj3f7fyrvzd3nlaw4znrihw8psidvv5yk4xkdc", - "registry+https://github.com/rust-lang/crates.io-index#version-compare@0.2.0": "12y9262fhjm1wp0aj3mwhads7kv0jz8h168nn5fb8b43nwf9abl5", - "registry+https://github.com/rust-lang/crates.io-index#version_check@0.1.5": "1pf91pvj8n6akh7w6j5ypka6aqz08b3qpzgs0ak2kjf4frkiljwi", - "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5": "0nhhi4i5x89gm911azqbn7avs9mdacw2i3vcz3cnmz3mv4rqz4hb", - "registry+https://github.com/rust-lang/crates.io-index#wait-timeout@0.2.0": "1xpkk0j5l9pfmjfh1pi0i89invlavfrd9av5xp0zhxgb29dhy84z", - "registry+https://github.com/rust-lang/crates.io-index#want@0.3.1": "03hbfrnvqqdchb5kgxyavb9jabwza0dmh2vw5kg0dq8rxl57d9xz", - "registry+https://github.com/rust-lang/crates.io-index#warp@0.3.7": "07137zd13lchy5hxpspd0hs6sl19b0fv2zc1chf02nwnzw1d4y23", - "registry+https://github.com/rust-lang/crates.io-index#wasi@0.10.0+wasi-snapshot-preview1": "07y3l8mzfzzz4cj09c8y90yak4hpsi9g7pllyzpr6xvwrabka50s", - "registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1": "08z4hxwkpdpalxjps1ai9y7ihin26y9f476i53dv98v45gkqg3cw", - "registry+https://github.com/rust-lang/crates.io-index#wasi@0.13.3+wasi-0.2.2": "1lnapbvdcvi3kc749wzqvwrpd483win2kicn1faa4dja38p6v096", - "registry+https://github.com/rust-lang/crates.io-index#wasite@0.1.0": "0nw5h9nmcl4fyf4j5d4mfdjfgvwi1cakpi349wc4zrr59wxxinmq", - "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-backend@0.2.100": "1ihbf1hq3y81c4md9lyh6lcwbx6a5j0fw4fygd423g62lm8hc2ig", - "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.50": "0q8ymi6i9r3vxly551dhxcyai7nc491mspj0j1wbafxwq074fpam", - "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.100": "1plm8dh20jg2id0320pbmrlsv6cazfv6b6907z19ys4z1jj7xs4a", - "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.100": "01xls2dvzh38yj17jgrbiib1d3nyad7k2yw9s0mpklwys333zrkz", - "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.100": "0gffxvqgbh9r9xl36gprkfnh3w9gl8wgia6xrin7v11sjcxxf18s", - "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.100": "1x8ymcm6yi3i1rwj78myl1agqv2m86i648myy3lc97s9swlqkp0y", - "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.77": "1lnmc1ffbq34qw91nndklqqm75rasaffj2g4f8h1yvqqz4pdvdik", - "registry+https://github.com/rust-lang/crates.io-index#weezl@0.1.8": "10lhndjgs6y5djpg3b420xngcr6jkmv70q8rb1qcicbily35pa2k", - "registry+https://github.com/rust-lang/crates.io-index#whoami@1.5.2": "0vdvm6sga4v9515l6glqqfnmzp246nq66dd09cw5ri4fyn3mnb9p", - "registry+https://github.com/rust-lang/crates.io-index#winapi-i686-pc-windows-gnu@0.4.0": "1dmpa6mvcvzz16zg6d5vrfy4bxgg541wxrcip7cnshi06v38ffxc", - "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.9": "1fqhkcl9scd230cnfj8apfficpf5c9vhwnk4yy9xfc1sw69iq8ng", - "registry+https://github.com/rust-lang/crates.io-index#winapi-x86_64-pc-windows-gnu@0.4.0": "0gqq64czqb64kskjryj8isp62m2sgvx25yyj3kpc2myh85w24bki", - "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9": "06gl025x418lchw1wxj64ycr7gha83m44cjr5sarhynd9xkrm0sw", - "registry+https://github.com/rust-lang/crates.io-index#windows-core@0.52.0": "1nc3qv7sy24x0nlnb32f7alzpd6f72l4p24vl65vydbyil669ark", - "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0": "1aan23v5gs7gya1lc46hqn9mdh8yph3fhxmhxlw36pn6pqc28zb7", - "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0": "0gd3v4ji88490zgb6b5mq5zgbvwv7zx1ibn8v3x83rwcdbryaar8", - "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.59.0": "0fw5672ziw8b3zpmnbp9pdv1famk74f1l9fcbc3zsrzdg56vqf0y", - "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5": "034ljxqshifs1lan89xwpcy1hp0lhdh4b5n0d2z4fwjx2piacbws", - "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.6": "0wwrx625nwlfp7k93r2rra568gad1mwd888h1jwnl0vfg5r4ywlv", - "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.48.5": "1n05v7qblg1ci3i567inc7xrkmywczxrs1z3lj3rkkxw18py6f1b", - "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.52.6": "1lrcq38cr2arvmz19v32qaggvj8bh1640mdm9c2fr877h0hn591j", - "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.48.5": "1g5l4ry968p73g6bg6jgyvy9lb8fyhcs54067yzxpcpkf44k2dfw", - "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.52.6": "0sfl0nysnz32yyfh773hpi49b1q700ah6y7sacmjbqjjn5xjmv09", - "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.48.5": "0gklnglwd9ilqx7ac3cn8hbhkraqisd0n83jxzf9837nvvkiand7", - "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.52.6": "02zspglbykh1jh9pi7gn8g1f97jh1rrccni9ivmrfbl0mgamm6wf", - "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnullvm@0.52.6": "0rpdx1537mw6slcpqa0rm3qixmsb79nbhqy5fsm3q2q9ik9m5vhf", - "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.48.5": "01m4rik437dl9rdf0ndnm2syh10hizvq0dajdkv2fjqcywrw4mcg", - "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.52.6": "0rkcqmp4zzmfvrrrx01260q3xkpzi6fzi2x2pgdcdry50ny4h294", - "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.48.5": "13kiqqcvz2vnyxzydjh73hwgigsdr2z1xpzx313kxll34nyhmm2k", - "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.52.6": "0y0sifqcb56a56mvn7xjgs8g43p33mfqkd8wj1yhrgxzma05qyhl", - "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.48.5": "1k24810wfbgz8k48c2yknqjmiigmql6kk3knmddkv8k8g1v54yqb", - "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.52.6": "03gda7zjx1qh8k9nnlgb7m3w3s1xkysg55hkd1wjch8pqhyv5m94", - "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5": "0f4mdp895kkjh9zv8dxvn4pc10xr7839lf5pa9l0193i2pkgr57d", - "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.6": "1v7rb5cibyzx8vak29pdrk8nx9hycsjs4w0jgms08qk49jl6v7sq", - "registry+https://github.com/rust-lang/crates.io-index#winnow@0.5.40": "0xk8maai7gyxda673mmw3pj1hdizy5fpi7287vaywykkk19sk4zm", - "registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.3": "1c9bmhpdwbdmll6b4l6skabz0296dchnmnxw84hh2y3ggyllwzqf", - "registry+https://github.com/rust-lang/crates.io-index#winreg@0.50.0": "1cddmp929k882mdh6i9f2as848f13qqna6czwsqzkh1pqnr5fkjj", - "registry+https://github.com/rust-lang/crates.io-index#wit-bindgen-rt@0.33.0": "0g4lwfp9x6a2i1hgjn8k14nr4fsnpd5izxhc75zpi2s5cvcg6s1j", - "registry+https://github.com/rust-lang/crates.io-index#write16@1.0.0": "0dnryvrrbrnl7vvf5vb1zkmwldhjkf2n5znliviam7bm4900z2fi", - "registry+https://github.com/rust-lang/crates.io-index#writeable@0.5.5": "0lawr6y0bwqfyayf3z8zmqlhpnzhdx0ahs54isacbhyjwa7g778y", - "registry+https://github.com/rust-lang/crates.io-index#xml-rs@0.8.25": "1i73ajf6scni5bi1a51r19xykgrambdx5fkks0fyg5jqqbml1ff5", - "registry+https://github.com/rust-lang/crates.io-index#yansi-term@0.1.2": "1w8vjlvxba6yvidqdvxddx3crl6z66h39qxj8xi6aqayw2nk0p7y", - "registry+https://github.com/rust-lang/crates.io-index#yoke-derive@0.7.5": "0m4i4a7gy826bfvnqa9wy6sp90qf0as3wps3wb0smjaamn68g013", - "registry+https://github.com/rust-lang/crates.io-index#yoke@0.7.5": "0h3znzrdmll0a7sglzf9ji0p5iqml11wrj1dypaf6ad6kbpnl3hj", - "registry+https://github.com/rust-lang/crates.io-index#zerocopy-derive@0.7.35": "0gnf2ap2y92nwdalzz3x7142f2b83sni66l39vxp2ijd6j080kzs", - "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.7.35": "1w36q7b9il2flg0qskapgi9ymgg7p985vniqd09vi0mwib8lz6qv", - "registry+https://github.com/rust-lang/crates.io-index#zerofrom-derive@0.1.5": "022q55phhb44qbrcfbc48k0b741fl8gnazw3hpmmndbx5ycfspjr", - "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.5": "0bnd8vjcllzrvr3wvn8x14k2hkrpyy1fm3crkn2y3plmr44fxwyg", - "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.1": "1pjdrmjwmszpxfd7r860jx54cyk94qk59x13sc307cvr5256glyf", - "registry+https://github.com/rust-lang/crates.io-index#zerovec-derive@0.10.3": "1ik322dys6wnap5d3gcsn09azmssq466xryn5czfm13mn7gsdbvf", - "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.10.4": "0yghix7n3fjfdppwghknzvx9v8cf826h2qal5nqvy8yzg4yqjaxa", - "registry+https://github.com/rust-lang/crates.io-index#zune-inflate@0.2.54": "00kg24jh3zqa3i6rg6yksnb71bch9yi1casqydl00s7nw8pk7avk" + "git+https://github.com/yewstack/yew/#yew-macro@0.21.0": "1g47mpyzd2mib73cjrbmcivrp7kr16f6hbrmpaap56kbc518khwf", + "git+https://github.com/yewstack/yew/#yew@0.21.0": "1g47mpyzd2mib73cjrbmcivrp7kr16f6hbrmpaap56kbc518khwf" } \ No newline at end of file diff --git a/flake.lock b/flake.lock index faf7ce0..17dc566 100644 --- a/flake.lock +++ b/flake.lock @@ -1,20 +1,5 @@ { "nodes": { - "crane": { - "locked": { - "lastModified": 1739936662, - "narHash": "sha256-x4syUjNUuRblR07nDPeLDP7DpphaBVbUaSoeZkFbGSk=", - "owner": "ipetkov", - "repo": "crane", - "rev": "19de14aaeb869287647d9461cbd389187d8ecdb7", - "type": "github" - }, - "original": { - "owner": "ipetkov", - "repo": "crane", - "type": "github" - } - }, "flake-utils": { "inputs": { "systems": "systems" @@ -65,7 +50,6 @@ }, "root": { "inputs": { - "crane": "crane", "nixpkgs": "nixpkgs", "typeshare": "typeshare", "unstable": "unstable" diff --git a/flake.nix b/flake.nix index 9b846f2..9544e54 100644 --- a/flake.nix +++ b/flake.nix @@ -5,10 +5,9 @@ nixpkgs.url = "nixpkgs/nixos-24.11"; unstable.url = "nixpkgs/nixos-unstable"; typeshare.url = "github:1Password/typeshare"; - crane.url = "github:ipetkov/crane"; }; - outputs = { self, nixpkgs, unstable, typeshare, crane, ... }: + outputs = { self, nixpkgs, unstable, typeshare, ... }: let version = builtins.string 0 8 self.lastModifiedDate; supportedSystems = [ "x86_64-linux" ]; @@ -58,8 +57,6 @@ packages."x86_64-linux" = let pkgs = import nixpkgs { system = "x86_64-linux"; }; - craneLib = crane.mkLib pkgs; - src = craneLib.cleanCargoSource ./.; gtkNativeInputs = [ pkgs.pkg-config @@ -92,11 +89,7 @@ dashboard = cargo_nix.workspaceMembers.dashboard.build; # file-service = cargo_nix.workspaceMembers.file-service.build; fitnesstrax = cargo_nix.workspaceMembers.fitnesstrax.build; - l10n-db = craneLib.buildPackage { - pname = "l10n-db"; - cargoExtraArgs = "-p l10n-db"; - src = ./.; - }; + l10n-db = cargo_nix.workspaceMembers.l10n-db.build; otg-gtk = cargo_nix.workspaceMembers.otg-gtk.build; all = pkgs.symlinkJoin {