tangled
alpha
login
or
join now
tgirl.cloud
/
lix-diff
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
chore: bump deps
isabelroses.com
1 month ago
9db8e537
9a4241e0
+52
-51
3 changed files
expand all
collapse all
unified
split
Cargo.lock
Cargo.toml
flake.lock
+43
-42
Cargo.lock
···
102
103
[[package]]
104
name = "clap"
105
-
version = "4.5.53"
106
source = "registry+https://github.com/rust-lang/crates.io-index"
107
-
checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
108
dependencies = [
109
"clap_builder",
110
"clap_derive",
···
112
113
[[package]]
114
name = "clap_builder"
115
-
version = "4.5.53"
116
source = "registry+https://github.com/rust-lang/crates.io-index"
117
-
checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
118
dependencies = [
119
"anstream",
120
"anstyle",
···
136
137
[[package]]
138
name = "clap_lex"
139
-
version = "0.7.6"
140
source = "registry+https://github.com/rust-lang/crates.io-index"
141
-
checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
142
143
[[package]]
144
name = "color-eyre"
···
217
218
[[package]]
219
name = "derive_more"
220
-
version = "2.1.0"
221
source = "registry+https://github.com/rust-lang/crates.io-index"
222
-
checksum = "10b768e943bed7bf2cab53df09f4bc34bfd217cdb57d971e769874c9a6710618"
223
dependencies = [
224
"derive_more-impl",
225
]
226
227
[[package]]
228
name = "derive_more-impl"
229
-
version = "2.1.0"
230
source = "registry+https://github.com/rust-lang/crates.io-index"
231
-
checksum = "6d286bfdaf75e988b4a78e013ecd79c581e06399ab53fbacd2d916c2f904f30b"
232
dependencies = [
233
"convert_case",
234
"proc-macro2",
···
301
302
[[package]]
303
name = "itoa"
304
-
version = "1.0.15"
305
source = "registry+https://github.com/rust-lang/crates.io-index"
306
-
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
307
308
[[package]]
309
name = "lazy_static"
···
313
314
[[package]]
315
name = "libc"
316
-
version = "0.2.178"
317
source = "registry+https://github.com/rust-lang/crates.io-index"
318
-
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
319
320
[[package]]
321
name = "libm"
322
-
version = "0.2.15"
323
source = "registry+https://github.com/rust-lang/crates.io-index"
324
-
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
325
326
[[package]]
327
name = "linux-raw-sys"
···
337
338
[[package]]
339
name = "lix-diff"
340
-
version = "1.1.1"
341
dependencies = [
342
"clap",
343
"color-eyre",
···
470
471
[[package]]
472
name = "proc-macro2"
473
-
version = "1.0.103"
474
source = "registry+https://github.com/rust-lang/crates.io-index"
475
-
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
476
dependencies = [
477
"unicode-ident",
478
]
479
480
[[package]]
481
name = "quote"
482
-
version = "1.0.42"
483
source = "registry+https://github.com/rust-lang/crates.io-index"
484
-
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
485
dependencies = [
486
"proc-macro2",
487
]
···
497
498
[[package]]
499
name = "rustc-demangle"
500
-
version = "0.1.26"
501
source = "registry+https://github.com/rust-lang/crates.io-index"
502
-
checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
503
504
[[package]]
505
name = "rustc_version"
···
512
513
[[package]]
514
name = "rustix"
515
-
version = "1.1.2"
516
source = "registry+https://github.com/rust-lang/crates.io-index"
517
-
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
518
dependencies = [
519
"bitflags",
520
"errno",
···
524
]
525
526
[[package]]
527
-
name = "ryu"
528
-
version = "1.0.20"
529
-
source = "registry+https://github.com/rust-lang/crates.io-index"
530
-
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
531
-
532
-
[[package]]
533
name = "scopeguard"
534
version = "1.2.0"
535
source = "registry+https://github.com/rust-lang/crates.io-index"
···
573
574
[[package]]
575
name = "serde_json"
576
-
version = "1.0.145"
577
source = "registry+https://github.com/rust-lang/crates.io-index"
578
-
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
579
dependencies = [
580
"itoa",
581
"memchr",
582
-
"ryu",
583
"serde",
584
"serde_core",
0
585
]
586
587
[[package]]
···
616
617
[[package]]
618
name = "signal-hook-registry"
619
-
version = "1.4.7"
620
source = "registry+https://github.com/rust-lang/crates.io-index"
621
-
checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
622
dependencies = [
0
623
"libc",
624
]
625
···
646
647
[[package]]
648
name = "syn"
649
-
version = "2.0.111"
650
source = "registry+https://github.com/rust-lang/crates.io-index"
651
-
checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
652
dependencies = [
653
"proc-macro2",
654
"quote",
···
698
699
[[package]]
700
name = "tracing"
701
-
version = "0.1.43"
702
source = "registry+https://github.com/rust-lang/crates.io-index"
703
-
checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
704
dependencies = [
705
"pin-project-lite",
706
"tracing-core",
···
708
709
[[package]]
710
name = "tracing-core"
711
-
version = "0.1.35"
712
source = "registry+https://github.com/rust-lang/crates.io-index"
713
-
checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
714
dependencies = [
715
"once_cell",
716
"valuable",
···
822
"nix",
823
"thiserror",
824
]
0
0
0
0
0
0
···
102
103
[[package]]
104
name = "clap"
105
+
version = "4.5.54"
106
source = "registry+https://github.com/rust-lang/crates.io-index"
107
+
checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394"
108
dependencies = [
109
"clap_builder",
110
"clap_derive",
···
112
113
[[package]]
114
name = "clap_builder"
115
+
version = "4.5.54"
116
source = "registry+https://github.com/rust-lang/crates.io-index"
117
+
checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00"
118
dependencies = [
119
"anstream",
120
"anstyle",
···
136
137
[[package]]
138
name = "clap_lex"
139
+
version = "0.7.7"
140
source = "registry+https://github.com/rust-lang/crates.io-index"
141
+
checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
142
143
[[package]]
144
name = "color-eyre"
···
217
218
[[package]]
219
name = "derive_more"
220
+
version = "2.1.1"
221
source = "registry+https://github.com/rust-lang/crates.io-index"
222
+
checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
223
dependencies = [
224
"derive_more-impl",
225
]
226
227
[[package]]
228
name = "derive_more-impl"
229
+
version = "2.1.1"
230
source = "registry+https://github.com/rust-lang/crates.io-index"
231
+
checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
232
dependencies = [
233
"convert_case",
234
"proc-macro2",
···
301
302
[[package]]
303
name = "itoa"
304
+
version = "1.0.17"
305
source = "registry+https://github.com/rust-lang/crates.io-index"
306
+
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
307
308
[[package]]
309
name = "lazy_static"
···
313
314
[[package]]
315
name = "libc"
316
+
version = "0.2.180"
317
source = "registry+https://github.com/rust-lang/crates.io-index"
318
+
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
319
320
[[package]]
321
name = "libm"
322
+
version = "0.2.16"
323
source = "registry+https://github.com/rust-lang/crates.io-index"
324
+
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
325
326
[[package]]
327
name = "linux-raw-sys"
···
337
338
[[package]]
339
name = "lix-diff"
340
+
version = "1.2.0"
341
dependencies = [
342
"clap",
343
"color-eyre",
···
470
471
[[package]]
472
name = "proc-macro2"
473
+
version = "1.0.106"
474
source = "registry+https://github.com/rust-lang/crates.io-index"
475
+
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
476
dependencies = [
477
"unicode-ident",
478
]
479
480
[[package]]
481
name = "quote"
482
+
version = "1.0.44"
483
source = "registry+https://github.com/rust-lang/crates.io-index"
484
+
checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
485
dependencies = [
486
"proc-macro2",
487
]
···
497
498
[[package]]
499
name = "rustc-demangle"
500
+
version = "0.1.27"
501
source = "registry+https://github.com/rust-lang/crates.io-index"
502
+
checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d"
503
504
[[package]]
505
name = "rustc_version"
···
512
513
[[package]]
514
name = "rustix"
515
+
version = "1.1.3"
516
source = "registry+https://github.com/rust-lang/crates.io-index"
517
+
checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
518
dependencies = [
519
"bitflags",
520
"errno",
···
524
]
525
526
[[package]]
0
0
0
0
0
0
527
name = "scopeguard"
528
version = "1.2.0"
529
source = "registry+https://github.com/rust-lang/crates.io-index"
···
567
568
[[package]]
569
name = "serde_json"
570
+
version = "1.0.149"
571
source = "registry+https://github.com/rust-lang/crates.io-index"
572
+
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
573
dependencies = [
574
"itoa",
575
"memchr",
0
576
"serde",
577
"serde_core",
578
+
"zmij",
579
]
580
581
[[package]]
···
610
611
[[package]]
612
name = "signal-hook-registry"
613
+
version = "1.4.8"
614
source = "registry+https://github.com/rust-lang/crates.io-index"
615
+
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
616
dependencies = [
617
+
"errno",
618
"libc",
619
]
620
···
641
642
[[package]]
643
name = "syn"
644
+
version = "2.0.114"
645
source = "registry+https://github.com/rust-lang/crates.io-index"
646
+
checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
647
dependencies = [
648
"proc-macro2",
649
"quote",
···
693
694
[[package]]
695
name = "tracing"
696
+
version = "0.1.44"
697
source = "registry+https://github.com/rust-lang/crates.io-index"
698
+
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
699
dependencies = [
700
"pin-project-lite",
701
"tracing-core",
···
703
704
[[package]]
705
name = "tracing-core"
706
+
version = "0.1.36"
707
source = "registry+https://github.com/rust-lang/crates.io-index"
708
+
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
709
dependencies = [
710
"once_cell",
711
"valuable",
···
817
"nix",
818
"thiserror",
819
]
820
+
821
+
[[package]]
822
+
name = "zmij"
823
+
version = "1.0.16"
824
+
source = "registry+https://github.com/rust-lang/crates.io-index"
825
+
checksum = "dfcd145825aace48cff44a8844de64bf75feec3080e0aa5cdbde72961ae51a65"
+5
-5
Cargo.toml
···
1
[package]
2
name = "lix-diff"
3
-
version = "1.1.1"
4
license = "MIT"
5
description = "A lix plugin for diffing two generations"
6
homepage = "https://github.com/tgirlcloud/lix-diff"
···
8
edition = "2024"
9
10
[dependencies]
11
-
clap = { version = "4.5.47", features = ["derive"] }
12
color-eyre = "0.6.5"
13
humansize = "2.1.3"
14
-
nu-ansi-term = "0.50.1"
15
-
serde = { version = "1.0.223", features = ["derive"] }
16
-
serde_json = "1.0.145"
17
strip-ansi-escapes = "0.2.1"
18
terminal-light = "1.8.0"
19
···
1
[package]
2
name = "lix-diff"
3
+
version = "1.2.0"
4
license = "MIT"
5
description = "A lix plugin for diffing two generations"
6
homepage = "https://github.com/tgirlcloud/lix-diff"
···
8
edition = "2024"
9
10
[dependencies]
11
+
clap = { version = "4.5.54", features = ["derive"] }
12
color-eyre = "0.6.5"
13
humansize = "2.1.3"
14
+
nu-ansi-term = "0.50.3"
15
+
serde = { version = "1.0.228", features = ["derive"] }
16
+
serde_json = "1.0.149"
17
strip-ansi-escapes = "0.2.1"
18
terminal-light = "1.8.0"
19
+4
-4
flake.lock
···
2
"nodes": {
3
"nixpkgs": {
4
"locked": {
5
-
"lastModified": 1764856222,
6
-
"narHash": "sha256-8dNVYhZx136KEKET8T7yr32PT/8y/Dsk1vucG5AmsmE=",
7
-
"rev": "ece6e266caf1effab32eceef0403b797b4330373",
8
"type": "tarball",
9
-
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-26.05pre906544.ece6e266caf1/nixexprs.tar.xz?lastModified=1764856222&rev=ece6e266caf1effab32eceef0403b797b4330373"
10
},
11
"original": {
12
"type": "tarball",
···
2
"nodes": {
3
"nixpkgs": {
4
"locked": {
5
+
"lastModified": 1768395095,
6
+
"narHash": "sha256-wufp5c0nWh/87f9eK7xy1eZXms5zd4yl6S4SR+LfA08=",
7
+
"rev": "13868c071cc73a5e9f610c47d7bb08e5da64fdd5",
8
"type": "tarball",
9
+
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-26.05pre927565.13868c071cc7/nixexprs.tar.xz?lastModified=1768395095&rev=13868c071cc73a5e9f610c47d7bb08e5da64fdd5"
10
},
11
"original": {
12
"type": "tarball",