-
Notifications
You must be signed in to change notification settings - Fork 6
/
Cargo.toml
194 lines (188 loc) · 11.7 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
[package]
name = "add-determinism"
version = "0.4.3"
edition = "2021"
authors = ["Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>"]
homepage = "https://github.com/keszybz/add-determinism"
description = "RPM buildroot helper to strip nondeterministic bits in files"
readme = "README.md"
repository = "https://github.com/keszybz/add-determinism"
license = "GPL-3.0-or-later"
keywords = ["rpm", "reproducible-builds"]
exclude = [
"tests/cases/python_stdlib/3.6/datetimetester.cpython-36.opt-2.pyc",
"tests/cases/python_stdlib/3.6/datetimetester.cpython-36.opt-2.pyc.fixed",
"tests/cases/python_stdlib/3.6/entities.cpython-36.opt-1.pyc",
"tests/cases/python_stdlib/3.6/entities.cpython-36.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.6/topics.cpython-36.opt-1.pyc",
"tests/cases/python_stdlib/3.6/topics.cpython-36.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.6/turtle.cpython-36.pyc",
"tests/cases/python_stdlib/3.6/turtle.cpython-36.pyc.fixed",
"tests/cases/python_stdlib/3.7/_pydecimal.cpython-37.opt-2.pyc",
"tests/cases/python_stdlib/3.7/_pydecimal.cpython-37.opt-2.pyc.fixed",
"tests/cases/python_stdlib/3.7/_test_multiprocessing.cpython-37.pyc",
"tests/cases/python_stdlib/3.7/_test_multiprocessing.cpython-37.pyc.fixed",
"tests/cases/python_stdlib/3.7/difflib.cpython-37.opt-1.pyc",
"tests/cases/python_stdlib/3.7/difflib.cpython-37.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.7/minidom.cpython-37.opt-2.pyc",
"tests/cases/python_stdlib/3.7/minidom.cpython-37.opt-2.pyc.fixed",
"tests/cases/python_stdlib/3.8/_pydecimal.cpython-38.opt-1.pyc",
"tests/cases/python_stdlib/3.8/_pydecimal.cpython-38.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.8/_pydecimal.cpython-38.opt-2.pyc",
"tests/cases/python_stdlib/3.8/_pydecimal.cpython-38.opt-2.pyc.fixed",
"tests/cases/python_stdlib/3.8/_pydecimal.cpython-38.pyc",
"tests/cases/python_stdlib/3.8/_pydecimal.cpython-38.pyc.fixed",
"tests/cases/python_stdlib/3.8/minidom.cpython-38.opt-2.pyc",
"tests/cases/python_stdlib/3.8/minidom.cpython-38.opt-2.pyc.fixed",
"tests/cases/python_stdlib/3.8/minidom.cpython-38.pyc",
"tests/cases/python_stdlib/3.8/minidom.cpython-38.pyc.fixed",
"tests/cases/python_stdlib/3.8/mock.cpython-38.opt-1.pyc",
"tests/cases/python_stdlib/3.8/mock.cpython-38.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.8/mock.cpython-38.opt-2.pyc",
"tests/cases/python_stdlib/3.8/mock.cpython-38.opt-2.pyc.fixed",
"tests/cases/python_stdlib/3.8/test_codecs.cpython-38.opt-2.pyc",
"tests/cases/python_stdlib/3.8/test_codecs.cpython-38.opt-2.pyc.fixed",
"tests/cases/python_stdlib/3.8/test_email.cpython-38.opt-1.pyc",
"tests/cases/python_stdlib/3.8/test_email.cpython-38.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.9/__init__.cpython-39.opt-2.pyc",
"tests/cases/python_stdlib/3.9/__init__.cpython-39.opt-2.pyc.fixed",
"tests/cases/python_stdlib/3.9/_pyio.cpython-39.pyc",
"tests/cases/python_stdlib/3.9/_pyio.cpython-39.pyc.fixed",
"tests/cases/python_stdlib/3.9/doctest.cpython-39.opt-1.pyc",
"tests/cases/python_stdlib/3.9/doctest.cpython-39.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.9/tix.cpython-39.pyc",
"tests/cases/python_stdlib/3.9/tix.cpython-39.pyc.fixed",
"tests/cases/python_stdlib/3.9/zipfile.cpython-39.pyc",
"tests/cases/python_stdlib/3.9/zipfile.cpython-39.pyc.fixed",
"tests/cases/python_stdlib/3.10/ElementTree.cpython-310.pyc",
"tests/cases/python_stdlib/3.10/ElementTree.cpython-310.pyc.fixed",
"tests/cases/python_stdlib/3.10/base_events.cpython-310.opt-1.pyc",
"tests/cases/python_stdlib/3.10/base_events.cpython-310.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.10/datetime.cpython-310.opt-1.pyc",
"tests/cases/python_stdlib/3.10/datetime.cpython-310.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.10/difflib.cpython-310.pyc",
"tests/cases/python_stdlib/3.10/difflib.cpython-310.pyc.fixed",
"tests/cases/python_stdlib/3.10/zipfile.cpython-310.opt-2.pyc",
"tests/cases/python_stdlib/3.10/zipfile.cpython-310.opt-2.pyc.fixed",
"tests/cases/python_stdlib/3.11/_parser.cpython-311.pyc",
"tests/cases/python_stdlib/3.11/_parser.cpython-311.pyc.fixed",
"tests/cases/python_stdlib/3.11/_pyio.cpython-311.opt-2.pyc",
"tests/cases/python_stdlib/3.11/_pyio.cpython-311.opt-2.pyc.fixed",
"tests/cases/python_stdlib/3.11/argparse.cpython-311.opt-1.pyc",
"tests/cases/python_stdlib/3.11/argparse.cpython-311.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.11/ast.cpython-311.pyc",
"tests/cases/python_stdlib/3.11/ast.cpython-311.pyc.fixed",
"tests/cases/python_stdlib/3.11/datetime.cpython-311.opt-2.pyc",
"tests/cases/python_stdlib/3.11/datetime.cpython-311.opt-2.pyc.fixed",
"tests/cases/python_stdlib/3.11/entities.cpython-311.opt-1.pyc",
"tests/cases/python_stdlib/3.11/entities.cpython-311.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.11/handlers.cpython-311.opt-1.pyc",
"tests/cases/python_stdlib/3.11/handlers.cpython-311.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.11/inspect.cpython-311.opt-2.pyc",
"tests/cases/python_stdlib/3.11/inspect.cpython-311.opt-2.pyc.fixed",
"tests/cases/python_stdlib/3.11/minidom.cpython-311.opt-1.pyc",
"tests/cases/python_stdlib/3.11/minidom.cpython-311.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.11/pydoc.cpython-311.opt-1.pyc",
"tests/cases/python_stdlib/3.11/pydoc.cpython-311.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.11/shutil.cpython-311.pyc",
"tests/cases/python_stdlib/3.11/shutil.cpython-311.pyc.fixed",
"tests/cases/python_stdlib/3.12/ElementTree.cpython-312.opt-2.pyc",
"tests/cases/python_stdlib/3.12/ElementTree.cpython-312.opt-2.pyc.fixed",
"tests/cases/python_stdlib/3.12/ast.cpython-312.pyc",
"tests/cases/python_stdlib/3.12/ast.cpython-312.pyc.fixed",
"tests/cases/python_stdlib/3.12/case.cpython-312.opt-1.pyc",
"tests/cases/python_stdlib/3.12/case.cpython-312.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.12/datetime.cpython-312.opt-1.pyc",
"tests/cases/python_stdlib/3.12/datetime.cpython-312.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.12/locale.cpython-312.opt-2.pyc",
"tests/cases/python_stdlib/3.12/locale.cpython-312.opt-2.pyc.fixed",
"tests/cases/python_stdlib/3.12/message.cpython-312.pyc",
"tests/cases/python_stdlib/3.12/message.cpython-312.pyc.fixed",
"tests/cases/python_stdlib/3.12/minidom.cpython-312.opt-2.pyc",
"tests/cases/python_stdlib/3.12/minidom.cpython-312.opt-2.pyc.fixed",
"tests/cases/python_stdlib/3.12/optparse.cpython-312.opt-1.pyc",
"tests/cases/python_stdlib/3.12/optparse.cpython-312.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.12/server.cpython-312.pyc",
"tests/cases/python_stdlib/3.12/server.cpython-312.pyc.fixed",
"tests/cases/python_stdlib/3.12/ssl.cpython-312.opt-2.pyc",
"tests/cases/python_stdlib/3.12/ssl.cpython-312.opt-2.pyc.fixed",
"tests/cases/python_stdlib/3.12/ssl.cpython-312.pyc",
"tests/cases/python_stdlib/3.12/ssl.cpython-312.pyc.fixed",
"tests/cases/python_stdlib/3.12/subprocess.cpython-312.pyc",
"tests/cases/python_stdlib/3.12/subprocess.cpython-312.pyc.fixed",
"tests/cases/python_stdlib/3.12/zipfile.cpython-312.opt-1.pyc",
"tests/cases/python_stdlib/3.12/zipfile.cpython-312.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.13/_pydatetime.cpython-313.opt-1.pyc",
"tests/cases/python_stdlib/3.13/_pydatetime.cpython-313.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.13/_pydatetime.cpython-313.opt-2.pyc",
"tests/cases/python_stdlib/3.13/_pydatetime.cpython-313.opt-2.pyc.fixed",
"tests/cases/python_stdlib/3.13/_pydatetime.cpython-313.pyc",
"tests/cases/python_stdlib/3.13/_pydatetime.cpython-313.pyc.fixed",
"tests/cases/python_stdlib/3.13/_pydecimal.cpython-313.opt-1.pyc",
"tests/cases/python_stdlib/3.13/_pydecimal.cpython-313.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.13/_pydecimal.cpython-313.opt-2.pyc",
"tests/cases/python_stdlib/3.13/_pydecimal.cpython-313.opt-2.pyc.fixed",
"tests/cases/python_stdlib/3.13/_pydecimal.cpython-313.pyc",
"tests/cases/python_stdlib/3.13/_pydecimal.cpython-313.pyc.fixed",
"tests/cases/python_stdlib/3.13/_pyio.cpython-313.opt-1.pyc",
"tests/cases/python_stdlib/3.13/_pyio.cpython-313.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.13/_pyio.cpython-313.opt-2.pyc",
"tests/cases/python_stdlib/3.13/_pyio.cpython-313.opt-2.pyc.fixed",
"tests/cases/python_stdlib/3.13/_pyio.cpython-313.pyc",
"tests/cases/python_stdlib/3.13/_pyio.cpython-313.pyc.fixed",
"tests/cases/python_stdlib/3.13/argparse.cpython-313.opt-1.pyc",
"tests/cases/python_stdlib/3.13/argparse.cpython-313.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.13/argparse.cpython-313.opt-2.pyc",
"tests/cases/python_stdlib/3.13/argparse.cpython-313.opt-2.pyc.fixed",
"tests/cases/python_stdlib/3.13/argparse.cpython-313.pyc",
"tests/cases/python_stdlib/3.13/argparse.cpython-313.pyc.fixed",
"tests/cases/python_stdlib/3.13/ast.cpython-313.opt-1.pyc",
"tests/cases/python_stdlib/3.13/ast.cpython-313.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.13/ast.cpython-313.opt-2.pyc",
"tests/cases/python_stdlib/3.13/ast.cpython-313.opt-2.pyc.fixed",
"tests/cases/python_stdlib/3.13/ast.cpython-313.pyc",
"tests/cases/python_stdlib/3.13/ast.cpython-313.pyc.fixed",
"tests/cases/python_stdlib/3.13/configparser.cpython-313.opt-2.pyc",
"tests/cases/python_stdlib/3.13/configparser.cpython-313.opt-2.pyc.fixed",
"tests/cases/python_stdlib/3.13/difflib.cpython-313.opt-1.pyc",
"tests/cases/python_stdlib/3.13/difflib.cpython-313.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.13/difflib.cpython-313.pyc",
"tests/cases/python_stdlib/3.13/difflib.cpython-313.pyc.fixed",
"tests/cases/python_stdlib/3.13/doctest.cpython-313.opt-1.pyc",
"tests/cases/python_stdlib/3.13/doctest.cpython-313.opt-1.pyc.fixed",
"tests/cases/python_stdlib/3.13/doctest.cpython-313.opt-2.pyc",
"tests/cases/python_stdlib/3.13/doctest.cpython-313.opt-2.pyc.fixed",
"tests/cases/python_stdlib/3.13/doctest.cpython-313.pyc",
"tests/cases/python_stdlib/3.13/doctest.cpython-313.pyc.fixed",
"tests/cases/python_stdlib/3.13/enum.cpython-313.opt-2.pyc",
"tests/cases/python_stdlib/3.13/enum.cpython-313.opt-2.pyc.fixed",
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.12"
chrono = "0.4.35"
clap = { version = "4.4.18", features = ["derive"] }
indoc = "2.0.4"
itertools = "0.13.0"
log = { version = "0.4", features = ["std"] }
nix = { version = "0.28.0", features = ["fs", "socket"] }
num-bigint-dig = "0.8.4"
num-integer = "0.1.46"
num-traits = "0.2.19"
regex = { version = "1.10.0", default-features = false, features = ["std", "perf", "unicode-case"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_cbor = "0.11"
thiserror = "1.0.61"
time = "0.3.34"
walkdir = "2.5.0"
zip = { version = "0.6.0", default-features = false, features = ["deflate", "deflate-zlib", "time"] }
[dev-dependencies]
tempfile = "3"
[profile.release]
lto = true
opt-level = "z"
codegen-units = 1
panic = "abort"
[build-dependencies]
anyhow = "1.0.12"
glob = "0.3.1"