Diff ipmi-fan-control-0.4.0 with a ipmi-fan-control-9999

/usr/portage/sys-apps/ipmi-fan-control/ipmi-fan-control-9999.ebuild 2023-10-09 14:52:35.380368499 +0300
4 4
EAPI=8
5 5

  
6 6
CRATES="
7
	aho-corasick-0.7.19
8
	atty-0.2.14
9
	autocfg-1.1.0
10
	bindgen-0.60.1
11
	bitflags-1.3.2
12
	bytes-1.2.1
13
	cexpr-0.6.0
14
	cfg-if-1.0.0
15
	clang-sys-1.3.3
16
	clap-3.2.22
17
	clap_derive-3.2.18
18
	clap_lex-0.2.4
19
	either-1.8.0
20
	env_logger-0.9.1
21
	futures-0.3.24
22
	futures-channel-0.3.24
23
	futures-core-0.3.24
24
	futures-executor-0.3.24
25
	futures-io-0.3.24
26
	futures-macro-0.3.24
27
	futures-sink-0.3.24
28
	futures-task-0.3.24
29
	futures-util-0.3.24
30
	getrandom-0.2.7
31
	glob-0.3.0
32
	hashbrown-0.12.3
33
	heck-0.4.0
34
	hermit-abi-0.1.19
35
	humantime-2.1.0
36
	indexmap-1.9.1
37
	itoa-1.0.3
38
	lazy_static-1.4.0
39
	lazycell-1.3.0
40
	libc-0.2.132
41
	libloading-0.7.3
42
	lock_api-0.4.8
43
	log-0.4.17
44
	memchr-2.5.0
45
	minimal-lexical-0.2.1
46
	mio-0.8.4
47
	nom-7.1.1
48
	num_cpus-1.13.1
49
	once_cell-1.14.0
50
	os_str_bytes-6.3.0
51
	parking_lot-0.12.1
52
	parking_lot_core-0.9.3
53
	peeking_take_while-0.1.2
54
	pin-project-lite-0.2.9
55
	pin-utils-0.1.0
56
	pkg-config-0.3.25
57
	ppv-lite86-0.2.16
58
	proc-macro-error-1.0.4
59
	proc-macro-error-attr-1.0.4
60
	proc-macro2-1.0.43
61
	quote-1.0.21
62
	rand-0.8.5
63
	rand_chacha-0.3.1
64
	rand_core-0.6.4
65
	redox_syscall-0.2.16
66
	regex-1.6.0
67
	regex-syntax-0.6.27
68
	retry-2.0.0
69
	rustc-hash-1.1.0
70
	ryu-1.0.11
71
	scopeguard-1.1.0
72
	serde-1.0.144
73
	serde_derive-1.0.144
74
	serde_json-1.0.85
75
	shlex-1.1.0
76
	signal-hook-registry-1.4.0
77
	slab-0.4.7
78
	smallvec-1.9.0
79
	socket2-0.4.7
80
	strsim-0.10.0
81
	syn-1.0.99
82
	termcolor-1.1.3
83
	textwrap-0.15.1
84
	thiserror-1.0.35
85
	thiserror-impl-1.0.35
86
	tokio-1.21.1
87
	tokio-macros-1.8.0
88
	tokio-stream-0.1.10
89
	toml-0.5.9
90
	unicode-ident-1.0.4
91
	version_check-0.9.4
92
	wasi-0.11.0+wasi-snapshot-preview1
93
	which-4.3.0
94
	winapi-0.3.9
95
	winapi-i686-pc-windows-gnu-0.4.0
96
	winapi-util-0.1.5
97
	winapi-x86_64-pc-windows-gnu-0.4.0
98
	windows-sys-0.36.1
99
	windows_aarch64_msvc-0.36.1
100
	windows_i686_gnu-0.36.1
101
	windows_i686_msvc-0.36.1
102
	windows_x86_64_gnu-0.36.1
103
	windows_x86_64_msvc-0.36.1
104 7
"
105 8

  
106 9
inherit cargo optfeature systemd
Thank you!