Codebase list rust-stfu8 / 985bc1a
Package libm Andrej Shadura 3 years ago
6 changed file(s) with 534 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-libm (0.2.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package libm 0.2.1 from crates.io using debcargo 2.4.3
3
4 -- Andrej Shadura <andrewsh@debian.org> Thu, 12 Nov 2020 13:21:49 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: libm
2 Upstream-Contact: Jorge Aparicio <jorge@japaric.io>
3 Source: https://github.com/rust-lang/libm
4
5 Files: *
6 Copyright:
7 1993-2004, Sun Microsystems, Inc
8 2018-2019, Jorge Aparicio <jorge@japaric.io>
9 License: Apache-2 or Expat
10 Comment:
11 The code is a port of MUSL's libm to Rust.
12 .
13 The original code had this license notice:
14 .
15 Developed at SunSoft, a Sun Microsystems, Inc. business.
16 Permission to use, copy, modify, and distribute this
17 software is freely granted, provided that this notice
18 is preserved.
19
20 Files: src/math/exp2.rs
21 src/math/exp2f.rs
22 src/math/fmaf.rs
23 Copyright: 2005-2011, David Schultz <das@FreeBSD.ORG>
24 License: BSD-2-clause
25
26 License: Apache-2.0
27 Debian systems provide the Apache 2.0 license in
28 /usr/share/common-licenses/Apache-2.0
29
30 License: Expat
31 Permission is hereby granted, free of charge, to any person obtaining a copy
32 of this software and associated documentation files (the "Software"), to deal
33 in the Software without restriction, including without limitation the rights
34 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
35 copies of the Software, and to permit persons to whom the Software is
36 furnished to do so, subject to the following conditions:
37 .
38 The above copyright notice and this permission notice shall be included in all
39 copies or substantial portions of the Software.
40 .
41 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
42 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
43 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
44 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
45 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
46 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
47 SOFTWARE.
48
49 License: BSD-2-clause
50 Redistribution and use in source and binary forms, with or without
51 modification, are permitted provided that the following conditions
52 are met:
53 .
54 1. Redistributions of source code must retain the above copyright
55 notice, this list of conditions and the following disclaimer.
56 2. Redistributions in binary form must reproduce the above copyright
57 notice, this list of conditions and the following disclaimer in the
58 documentation and/or other materials provided with the distribution.
59 .
60 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
61 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
62 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
63 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
64 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
65 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
66 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
67 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
68 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
69 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
70 SUCH DAMAGE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: libm
2 Upstream-Contact: Jorge Aparicio <jorge@japaric.io>
3 Source: https://github.com/rust-lang/libm
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Jorge Aparicio <jorge@japaric.io>
7 License: MIT or Apache-2.0
8 Comment:
9 FIXME (overlay): Since upstream copyright years are not available in
10 Cargo.toml, they were extracted from the upstream Git repository. This may not
11 be correct information so you should review and fix this before uploading to
12 the archive.
13
14 Files: ./LICENSE-MIT
15 Copyright: 2018 Jorge Aparicio
16 License: UNKNOWN-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
20
21 Files: ./src/math/acos.rs
22 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
23 License: UNKNOWN-LICENSE; FIXME (overlay)
24 Comment:
25 FIXME (overlay): These notices are extracted from files. Please review them
26 before uploading to the archive.
27
28 Files: ./src/math/acosf.rs
29 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
30 License: UNKNOWN-LICENSE; FIXME (overlay)
31 Comment:
32 FIXME (overlay): These notices are extracted from files. Please review them
33 before uploading to the archive.
34
35 Files: ./src/math/asin.rs
36 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
37 License: UNKNOWN-LICENSE; FIXME (overlay)
38 Comment:
39 FIXME (overlay): These notices are extracted from files. Please review them
40 before uploading to the archive.
41
42 Files: ./src/math/asinf.rs
43 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
44 License: UNKNOWN-LICENSE; FIXME (overlay)
45 Comment:
46 FIXME (overlay): These notices are extracted from files. Please review them
47 before uploading to the archive.
48
49 Files: ./src/math/atan.rs
50 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
51 License: UNKNOWN-LICENSE; FIXME (overlay)
52 Comment:
53 FIXME (overlay): These notices are extracted from files. Please review them
54 before uploading to the archive.
55
56 Files: ./src/math/atan2.rs
57 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
58 License: UNKNOWN-LICENSE; FIXME (overlay)
59 Comment:
60 FIXME (overlay): These notices are extracted from files. Please review them
61 before uploading to the archive.
62
63 Files: ./src/math/atan2f.rs
64 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
65 License: UNKNOWN-LICENSE; FIXME (overlay)
66 Comment:
67 FIXME (overlay): These notices are extracted from files. Please review them
68 before uploading to the archive.
69
70 Files: ./src/math/atanf.rs
71 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
72 License: UNKNOWN-LICENSE; FIXME (overlay)
73 Comment:
74 FIXME (overlay): These notices are extracted from files. Please review them
75 before uploading to the archive.
76
77 Files: ./src/math/cbrt.rs
78 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
79 License: UNKNOWN-LICENSE; FIXME (overlay)
80 Comment:
81 FIXME (overlay): These notices are extracted from files. Please review them
82 before uploading to the archive.
83
84 Files: ./src/math/cbrtf.rs
85 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
86 License: UNKNOWN-LICENSE; FIXME (overlay)
87 Comment:
88 FIXME (overlay): These notices are extracted from files. Please review them
89 before uploading to the archive.
90
91 Files: ./src/math/cos.rs
92 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
93 License: UNKNOWN-LICENSE; FIXME (overlay)
94 Comment:
95 FIXME (overlay): These notices are extracted from files. Please review them
96 before uploading to the archive.
97
98 Files: ./src/math/cosf.rs
99 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
100 License: UNKNOWN-LICENSE; FIXME (overlay)
101 Comment:
102 FIXME (overlay): These notices are extracted from files. Please review them
103 before uploading to the archive.
104
105 Files: ./src/math/erf.rs
106 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
107 License: UNKNOWN-LICENSE; FIXME (overlay)
108 Comment:
109 FIXME (overlay): These notices are extracted from files. Please review them
110 before uploading to the archive.
111
112 Files: ./src/math/erff.rs
113 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
114 License: UNKNOWN-LICENSE; FIXME (overlay)
115 Comment:
116 FIXME (overlay): These notices are extracted from files. Please review them
117 before uploading to the archive.
118
119 Files: ./src/math/exp.rs
120 Copyright: 2004 by Sun Microsystems, Inc. All rights reserved.
121 License: UNKNOWN-LICENSE; FIXME (overlay)
122 Comment:
123 FIXME (overlay): These notices are extracted from files. Please review them
124 before uploading to the archive.
125
126 Files: ./src/math/exp2.rs
127 Copyright: 2005 David Schultz <das@FreeBSD.ORG>
128 License: UNKNOWN-LICENSE; FIXME (overlay)
129 Comment:
130 FIXME (overlay): These notices are extracted from files. Please review them
131 before uploading to the archive.
132
133 Files: ./src/math/exp2f.rs
134 Copyright: 2005 David Schultz <das@FreeBSD.ORG>
135 License: UNKNOWN-LICENSE; FIXME (overlay)
136 Comment:
137 FIXME (overlay): These notices are extracted from files. Please review them
138 before uploading to the archive.
139
140 Files: ./src/math/expf.rs
141 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
142 License: UNKNOWN-LICENSE; FIXME (overlay)
143 Comment:
144 FIXME (overlay): These notices are extracted from files. Please review them
145 before uploading to the archive.
146
147 Files: ./src/math/expm1.rs
148 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
149 License: UNKNOWN-LICENSE; FIXME (overlay)
150 Comment:
151 FIXME (overlay): These notices are extracted from files. Please review them
152 before uploading to the archive.
153
154 Files: ./src/math/expm1f.rs
155 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
156 License: UNKNOWN-LICENSE; FIXME (overlay)
157 Comment:
158 FIXME (overlay): These notices are extracted from files. Please review them
159 before uploading to the archive.
160
161 Files: ./src/math/fmaf.rs
162 Copyright: 2005-2011 David Schultz <das@FreeBSD.ORG>
163 License: UNKNOWN-LICENSE; FIXME (overlay)
164 Comment:
165 FIXME (overlay): These notices are extracted from files. Please review them
166 before uploading to the archive.
167
168 Files: ./src/math/j0.rs
169 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
170 License: UNKNOWN-LICENSE; FIXME (overlay)
171 Comment:
172 FIXME (overlay): These notices are extracted from files. Please review them
173 before uploading to the archive.
174
175 Files: ./src/math/j0f.rs
176 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
177 License: UNKNOWN-LICENSE; FIXME (overlay)
178 Comment:
179 FIXME (overlay): These notices are extracted from files. Please review them
180 before uploading to the archive.
181
182 Files: ./src/math/j1.rs
183 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
184 License: UNKNOWN-LICENSE; FIXME (overlay)
185 Comment:
186 FIXME (overlay): These notices are extracted from files. Please review them
187 before uploading to the archive.
188
189 Files: ./src/math/j1f.rs
190 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
191 License: UNKNOWN-LICENSE; FIXME (overlay)
192 Comment:
193 FIXME (overlay): These notices are extracted from files. Please review them
194 before uploading to the archive.
195
196 Files: ./src/math/jn.rs
197 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
198 License: UNKNOWN-LICENSE; FIXME (overlay)
199 Comment:
200 FIXME (overlay): These notices are extracted from files. Please review them
201 before uploading to the archive.
202
203 Files: ./src/math/jnf.rs
204 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
205 License: UNKNOWN-LICENSE; FIXME (overlay)
206 Comment:
207 FIXME (overlay): These notices are extracted from files. Please review them
208 before uploading to the archive.
209
210 Files: ./src/math/k_cos.rs
211 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
212 License: UNKNOWN-LICENSE; FIXME (overlay)
213 Comment:
214 FIXME (overlay): These notices are extracted from files. Please review them
215 before uploading to the archive.
216
217 Files: ./src/math/k_cosf.rs
218 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
219 License: UNKNOWN-LICENSE; FIXME (overlay)
220 Comment:
221 FIXME (overlay): These notices are extracted from files. Please review them
222 before uploading to the archive.
223
224 Files: ./src/math/k_sin.rs
225 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
226 License: UNKNOWN-LICENSE; FIXME (overlay)
227 Comment:
228 FIXME (overlay): These notices are extracted from files. Please review them
229 before uploading to the archive.
230
231 Files: ./src/math/k_sinf.rs
232 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
233 License: UNKNOWN-LICENSE; FIXME (overlay)
234 Comment:
235 FIXME (overlay): These notices are extracted from files. Please review them
236 before uploading to the archive.
237
238 Files: ./src/math/k_tan.rs
239 Copyright: 2004 Sun Microsystems, Inc. All Rights Reserved.
240 License: UNKNOWN-LICENSE; FIXME (overlay)
241 Comment:
242 FIXME (overlay): These notices are extracted from files. Please review them
243 before uploading to the archive.
244
245 Files: ./src/math/k_tanf.rs
246 Copyright: 2004 Sun Microsystems, Inc. All Rights Reserved.
247 License: UNKNOWN-LICENSE; FIXME (overlay)
248 Comment:
249 FIXME (overlay): These notices are extracted from files. Please review them
250 before uploading to the archive.
251
252 Files: ./src/math/lgamma_r.rs
253 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
254 License: UNKNOWN-LICENSE; FIXME (overlay)
255 Comment:
256 FIXME (overlay): These notices are extracted from files. Please review them
257 before uploading to the archive.
258
259 Files: ./src/math/lgammaf_r.rs
260 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
261 License: UNKNOWN-LICENSE; FIXME (overlay)
262 Comment:
263 FIXME (overlay): These notices are extracted from files. Please review them
264 before uploading to the archive.
265
266 Files: ./src/math/log.rs
267 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
268 License: UNKNOWN-LICENSE; FIXME (overlay)
269 Comment:
270 FIXME (overlay): These notices are extracted from files. Please review them
271 before uploading to the archive.
272
273 Files: ./src/math/log10.rs
274 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
275 License: UNKNOWN-LICENSE; FIXME (overlay)
276 Comment:
277 FIXME (overlay): These notices are extracted from files. Please review them
278 before uploading to the archive.
279
280 Files: ./src/math/log10f.rs
281 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
282 License: UNKNOWN-LICENSE; FIXME (overlay)
283 Comment:
284 FIXME (overlay): These notices are extracted from files. Please review them
285 before uploading to the archive.
286
287 Files: ./src/math/log1p.rs
288 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
289 License: UNKNOWN-LICENSE; FIXME (overlay)
290 Comment:
291 FIXME (overlay): These notices are extracted from files. Please review them
292 before uploading to the archive.
293
294 Files: ./src/math/log1pf.rs
295 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
296 License: UNKNOWN-LICENSE; FIXME (overlay)
297 Comment:
298 FIXME (overlay): These notices are extracted from files. Please review them
299 before uploading to the archive.
300
301 Files: ./src/math/log2.rs
302 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
303 License: UNKNOWN-LICENSE; FIXME (overlay)
304 Comment:
305 FIXME (overlay): These notices are extracted from files. Please review them
306 before uploading to the archive.
307
308 Files: ./src/math/log2f.rs
309 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
310 License: UNKNOWN-LICENSE; FIXME (overlay)
311 Comment:
312 FIXME (overlay): These notices are extracted from files. Please review them
313 before uploading to the archive.
314
315 Files: ./src/math/logf.rs
316 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
317 License: UNKNOWN-LICENSE; FIXME (overlay)
318 Comment:
319 FIXME (overlay): These notices are extracted from files. Please review them
320 before uploading to the archive.
321
322 Files: ./src/math/pow.rs
323 Copyright: 2004 by Sun Microsystems, Inc. All rights reserved.
324 License: UNKNOWN-LICENSE; FIXME (overlay)
325 Comment:
326 FIXME (overlay): These notices are extracted from files. Please review them
327 before uploading to the archive.
328
329 Files: ./src/math/powf.rs
330 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
331 License: UNKNOWN-LICENSE; FIXME (overlay)
332 Comment:
333 FIXME (overlay): These notices are extracted from files. Please review them
334 before uploading to the archive.
335
336 Files: ./src/math/rem_pio2.rs
337 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
338 License: UNKNOWN-LICENSE; FIXME (overlay)
339 Comment:
340 FIXME (overlay): These notices are extracted from files. Please review them
341 before uploading to the archive.
342
343 Files: ./src/math/rem_pio2_large.rs
344 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
345 License: UNKNOWN-LICENSE; FIXME (overlay)
346 Comment:
347 FIXME (overlay): These notices are extracted from files. Please review them
348 before uploading to the archive.
349
350 Files: ./src/math/rem_pio2f.rs
351 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
352 License: UNKNOWN-LICENSE; FIXME (overlay)
353 Comment:
354 FIXME (overlay): These notices are extracted from files. Please review them
355 before uploading to the archive.
356
357 Files: ./src/math/sin.rs
358 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
359 License: UNKNOWN-LICENSE; FIXME (overlay)
360 Comment:
361 FIXME (overlay): These notices are extracted from files. Please review them
362 before uploading to the archive.
363
364 Files: ./src/math/sincos.rs
365 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
366 License: UNKNOWN-LICENSE; FIXME (overlay)
367 Comment:
368 FIXME (overlay): These notices are extracted from files. Please review them
369 before uploading to the archive.
370
371 Files: ./src/math/sincosf.rs
372 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
373 License: UNKNOWN-LICENSE; FIXME (overlay)
374 Comment:
375 FIXME (overlay): These notices are extracted from files. Please review them
376 before uploading to the archive.
377
378 Files: ./src/math/sinf.rs
379 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
380 License: UNKNOWN-LICENSE; FIXME (overlay)
381 Comment:
382 FIXME (overlay): These notices are extracted from files. Please review them
383 before uploading to the archive.
384
385 Files: ./src/math/sqrt.rs
386 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
387 License: UNKNOWN-LICENSE; FIXME (overlay)
388 Comment:
389 FIXME (overlay): These notices are extracted from files. Please review them
390 before uploading to the archive.
391
392 Files: ./src/math/sqrtf.rs
393 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
394 License: UNKNOWN-LICENSE; FIXME (overlay)
395 Comment:
396 FIXME (overlay): These notices are extracted from files. Please review them
397 before uploading to the archive.
398
399 Files: ./src/math/tan.rs
400 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
401 License: UNKNOWN-LICENSE; FIXME (overlay)
402 Comment:
403 FIXME (overlay): These notices are extracted from files. Please review them
404 before uploading to the archive.
405
406 Files: ./src/math/tanf.rs
407 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
408 License: UNKNOWN-LICENSE; FIXME (overlay)
409 Comment:
410 FIXME (overlay): These notices are extracted from files. Please review them
411 before uploading to the archive.
412
413 Files: debian/*
414 Copyright:
415 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
416 2020 Andrej Shadura <andrewsh@debian.org>
417 License: MIT or Apache-2.0
418
419 License: Apache-2.0
420 Debian systems provide the Apache 2.0 license in
421 /usr/share/common-licenses/Apache-2.0
422
423 License: MIT
424 Permission is hereby granted, free of charge, to any person obtaining a copy
425 of this software and associated documentation files (the "Software"), to deal
426 in the Software without restriction, including without limitation the rights
427 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
428 copies of the Software, and to permit persons to whom the Software is
429 furnished to do so, subject to the following conditions:
430 .
431 The above copyright notice and this permission notice shall be included in all
432 copies or substantial portions of the Software.
433 .
434 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
435 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
436 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
437 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
438 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
439 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
440 SOFTWARE.
0 overlay = "."
1 uploaders = ["Andrej Shadura <andrewsh@debian.org>"]
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -23,11 +23,3 @@ license = "MIT OR Apache-2.0"
3 repository = "https://github.com/rust-lang/libm"
4 [dev-dependencies.no-panic]
5 version = "0.1.8"
6 -[build-dependencies.rand]
7 -version = "0.6.5"
8 -optional = true
9 -
10 -[features]
11 -default = []
12 -musl-reference-tests = ["rand"]
13 -unstable = []