Diff virtiofsd-1.8.0 with a virtiofsd-9999

/usr/portage/app-emulation/virtiofsd/virtiofsd-9999.ebuild 2023-10-09 14:52:28.736368331 +0300
5 5

  
6 6
CRATES="
7 7
	aho-corasick@0.7.18
8
	anstream@0.3.2
9
	anstyle@1.0.1
10
	anstyle-parse@0.2.1
11
	anstyle-query@1.0.0
12
	anstyle-wincon@1.0.1
8
	ansi_term@0.12.1
13 9
	arc-swap@1.5.0
14 10
	atty@0.2.14
15 11
	autocfg@1.1.0
16 12
	bitflags@1.3.2
17
	bitflags@2.3.3
18 13
	capng@0.2.2
19
	cc@1.0.79
14
	cc@1.0.78
20 15
	cfg-if@1.0.0
21
	clap@4.3.11
22
	clap_builder@4.3.11
23
	clap_derive@4.3.2
24
	clap_lex@0.5.0
25
	colorchoice@1.0.0
26
	env_logger@0.8.4
27
	errno@0.3.1
16
	clap@2.34.0
17
	env_logger@0.10.0
28 18
	errno-dragonfly@0.1.2
19
	errno@0.2.8
29 20
	error-chain@0.12.4
30
	futures@0.3.21
31 21
	futures-channel@0.3.21
32 22
	futures-core@0.3.21
33 23
	futures-executor@0.3.21
......
36 26
	futures-sink@0.3.21
37 27
	futures-task@0.3.21
38 28
	futures-util@0.3.21
39
	heck@0.4.1
29
	futures@0.3.21
30
	heck@0.3.3
40 31
	hermit-abi@0.1.19
41
	hermit-abi@0.3.2
32
	hermit-abi@0.2.6
42 33
	hostname@0.3.1
43 34
	humantime@2.1.0
44
	is-terminal@0.4.9
35
	io-lifetimes@1.0.4
36
	is-terminal@0.4.2
45 37
	itoa@1.0.2
46
	libc@0.2.147
38
	lazy_static@1.4.0
39
	libc@0.2.139
47 40
	libseccomp-sys@0.2.1
48
	linux-raw-sys@0.4.5
41
	linux-raw-sys@0.1.4
49 42
	log@0.4.17
50 43
	match_cfg@0.1.0
51 44
	memchr@2.5.0
52 45
	num_cpus@1.13.1
53 46
	num_threads@0.1.6
54
	once_cell@1.18.0
55 47
	pin-project-lite@0.2.9
56 48
	pin-utils@0.1.0
57
	proc-macro2@1.0.63
58
	quote@1.0.29
59
	regex@1.6.0
49
	proc-macro-error-attr@1.0.4
50
	proc-macro-error@1.0.4
51
	proc-macro2@1.0.40
52
	quote@1.0.20
60 53
	regex-syntax@0.6.27
61
	rustix@0.38.7
54
	regex@1.6.0
55
	rustix@0.36.7
62 56
	slab@0.4.7
63
	strsim@0.10.0
57
	strsim@0.8.0
58
	structopt-derive@0.4.18
59
	structopt@0.3.26
64 60
	syn@1.0.98
65
	syn@2.0.23
66 61
	syslog@6.0.1
67 62
	termcolor@1.1.3
68
	thiserror@1.0.41
69
	thiserror-impl@1.0.41
63
	textwrap@0.11.0
70 64
	time@0.3.11
71 65
	unicode-ident@1.0.2
72
	utf8parse@0.2.1
66
	unicode-segmentation@1.9.0
67
	unicode-width@0.1.9
68
	vec_map@0.8.2
73 69
	version_check@0.9.4
74
	vhost@0.8.1
75
	vhost-user-backend@0.10.1
76
	virtio-bindings@0.2.1
77
	virtio-queue@0.9.0
78
	vm-memory@0.12.0
70
	vhost-user-backend@0.8.0
71
	vhost@0.6.0
72
	virtio-bindings@0.1.0
73
	virtio-queue@0.7.0
74
	vm-memory@0.10.0
79 75
	vmm-sys-util@0.11.1
80
	winapi@0.3.9
81 76
	winapi-i686-pc-windows-gnu@0.4.0
82 77
	winapi-util@0.1.5
83 78
	winapi-x86_64-pc-windows-gnu@0.4.0
84
	windows-sys@0.48.0
85
	windows-targets@0.48.1
86
	windows_aarch64_gnullvm@0.48.0
87
	windows_aarch64_msvc@0.48.0
88
	windows_i686_gnu@0.48.0
89
	windows_i686_msvc@0.48.0
90
	windows_x86_64_gnu@0.48.0
91
	windows_x86_64_gnullvm@0.48.0
92
	windows_x86_64_msvc@0.48.0
79
	winapi@0.3.9
80
	windows-sys@0.42.0
81
	windows_aarch64_gnullvm@0.42.1
82
	windows_aarch64_msvc@0.42.1
83
	windows_i686_gnu@0.42.1
84
	windows_i686_msvc@0.42.1
85
	windows_x86_64_gnu@0.42.1
86
	windows_x86_64_gnullvm@0.42.1
87
	windows_x86_64_msvc@0.42.1
93 88
"
94 89

  
95 90
inherit cargo
Thank you!