lz4_flex 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Cargo.lock +61 -65
- data/ext/lz4_flex_ext/Cargo.toml +6 -5
- data/lib/lz4_flex/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 704da109f34b786c37a82c7d15df418f903755a1050444516371f747646454b7
|
4
|
+
data.tar.gz: 93363083abed2dadb418ee24dbfb2338f28ab96ede07641c726e82e70b4b9495
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6004d3a69f8945a06b0aa716071ae01480ef9c1373d4e880eeeb54cbc05fbe48e59eef2f853af9523f13f7c308c391ec88c2f17ee212424d1a65894865c3b6d1
|
7
|
+
data.tar.gz: adc7562d7112a07c9b8bf2b81b798f424f30fd5c8c675f13cb11dc265e4dbae532e19451d9ec9b8ca92961d89a99e74710ff15f28489ae663893321541524e7e
|
data/Cargo.lock
CHANGED
@@ -22,9 +22,9 @@ dependencies = [
|
|
22
22
|
|
23
23
|
[[package]]
|
24
24
|
name = "autocfg"
|
25
|
-
version = "1.
|
25
|
+
version = "1.5.0"
|
26
26
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
27
|
-
checksum = "
|
27
|
+
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
28
28
|
|
29
29
|
[[package]]
|
30
30
|
name = "bindgen"
|
@@ -48,9 +48,9 @@ dependencies = [
|
|
48
48
|
|
49
49
|
[[package]]
|
50
50
|
name = "bitflags"
|
51
|
-
version = "2.
|
51
|
+
version = "2.9.1"
|
52
52
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
53
|
-
checksum = "
|
53
|
+
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
|
54
54
|
|
55
55
|
[[package]]
|
56
56
|
name = "byteorder"
|
@@ -69,9 +69,9 @@ dependencies = [
|
|
69
69
|
|
70
70
|
[[package]]
|
71
71
|
name = "cfg-if"
|
72
|
-
version = "1.0.
|
72
|
+
version = "1.0.1"
|
73
73
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
74
|
-
checksum = "
|
74
|
+
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
|
75
75
|
|
76
76
|
[[package]]
|
77
77
|
name = "clang-sys"
|
@@ -98,9 +98,9 @@ checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
|
|
98
98
|
|
99
99
|
[[package]]
|
100
100
|
name = "either"
|
101
|
-
version = "1.
|
101
|
+
version = "1.15.0"
|
102
102
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
103
|
-
checksum = "
|
103
|
+
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
104
104
|
|
105
105
|
[[package]]
|
106
106
|
name = "glob"
|
@@ -154,15 +154,15 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
154
154
|
|
155
155
|
[[package]]
|
156
156
|
name = "libc"
|
157
|
-
version = "0.2.
|
157
|
+
version = "0.2.174"
|
158
158
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
159
|
-
checksum = "
|
159
|
+
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
|
160
160
|
|
161
161
|
[[package]]
|
162
162
|
name = "libloading"
|
163
|
-
version = "0.8.
|
163
|
+
version = "0.8.8"
|
164
164
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
165
|
-
checksum = "
|
165
|
+
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
|
166
166
|
dependencies = [
|
167
167
|
"cfg-if",
|
168
168
|
"windows-targets",
|
@@ -170,9 +170,9 @@ dependencies = [
|
|
170
170
|
|
171
171
|
[[package]]
|
172
172
|
name = "lock_api"
|
173
|
-
version = "0.4.
|
173
|
+
version = "0.4.13"
|
174
174
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
175
|
-
checksum = "
|
175
|
+
checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
|
176
176
|
dependencies = [
|
177
177
|
"autocfg",
|
178
178
|
"scopeguard",
|
@@ -180,9 +180,9 @@ dependencies = [
|
|
180
180
|
|
181
181
|
[[package]]
|
182
182
|
name = "lz4_flex"
|
183
|
-
version = "0.11.
|
183
|
+
version = "0.11.5"
|
184
184
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
185
|
-
checksum = "
|
185
|
+
checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a"
|
186
186
|
dependencies = [
|
187
187
|
"twox-hash",
|
188
188
|
]
|
@@ -195,7 +195,7 @@ dependencies = [
|
|
195
195
|
"magnus",
|
196
196
|
"postcard",
|
197
197
|
"rb-sys",
|
198
|
-
"rb-sys-env 0.2.
|
198
|
+
"rb-sys-env 0.2.2",
|
199
199
|
"serde",
|
200
200
|
"static_assertions",
|
201
201
|
]
|
@@ -225,9 +225,9 @@ dependencies = [
|
|
225
225
|
|
226
226
|
[[package]]
|
227
227
|
name = "memchr"
|
228
|
-
version = "2.7.
|
228
|
+
version = "2.7.5"
|
229
229
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
230
|
-
checksum = "
|
230
|
+
checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
|
231
231
|
|
232
232
|
[[package]]
|
233
233
|
name = "minimal-lexical"
|
@@ -258,36 +258,36 @@ dependencies = [
|
|
258
258
|
|
259
259
|
[[package]]
|
260
260
|
name = "proc-macro2"
|
261
|
-
version = "1.0.
|
261
|
+
version = "1.0.95"
|
262
262
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
263
|
-
checksum = "
|
263
|
+
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
264
264
|
dependencies = [
|
265
265
|
"unicode-ident",
|
266
266
|
]
|
267
267
|
|
268
268
|
[[package]]
|
269
269
|
name = "quote"
|
270
|
-
version = "1.0.
|
270
|
+
version = "1.0.40"
|
271
271
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
272
|
-
checksum = "
|
272
|
+
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
273
273
|
dependencies = [
|
274
274
|
"proc-macro2",
|
275
275
|
]
|
276
276
|
|
277
277
|
[[package]]
|
278
278
|
name = "rb-sys"
|
279
|
-
version = "0.9.
|
279
|
+
version = "0.9.116"
|
280
280
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
281
|
-
checksum = "
|
281
|
+
checksum = "7059846f68396df83155779c75336ca24567741cb95256e6308c9fcc370e8dad"
|
282
282
|
dependencies = [
|
283
283
|
"rb-sys-build",
|
284
284
|
]
|
285
285
|
|
286
286
|
[[package]]
|
287
287
|
name = "rb-sys-build"
|
288
|
-
version = "0.9.
|
288
|
+
version = "0.9.116"
|
289
289
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
290
|
-
checksum = "
|
290
|
+
checksum = "ac217510df41b9ffc041573e68d7a02aaff770c49943c7494441c4b224b0ecd0"
|
291
291
|
dependencies = [
|
292
292
|
"bindgen",
|
293
293
|
"lazy_static",
|
@@ -306,9 +306,9 @@ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
|
306
306
|
|
307
307
|
[[package]]
|
308
308
|
name = "rb-sys-env"
|
309
|
-
version = "0.2.
|
309
|
+
version = "0.2.2"
|
310
310
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
311
|
-
checksum = "
|
311
|
+
checksum = "08f8d2924cf136a1315e2b4c7460a39f62ef11ee5d522df9b2750fab55b868b6"
|
312
312
|
|
313
313
|
[[package]]
|
314
314
|
name = "regex"
|
@@ -362,30 +362,30 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
362
362
|
|
363
363
|
[[package]]
|
364
364
|
name = "semver"
|
365
|
-
version = "1.0.
|
365
|
+
version = "1.0.26"
|
366
366
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
367
|
-
checksum = "
|
367
|
+
checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
|
368
368
|
|
369
369
|
[[package]]
|
370
370
|
name = "seq-macro"
|
371
|
-
version = "0.3.
|
371
|
+
version = "0.3.6"
|
372
372
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
373
|
-
checksum = "
|
373
|
+
checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
374
374
|
|
375
375
|
[[package]]
|
376
376
|
name = "serde"
|
377
|
-
version = "1.0.
|
377
|
+
version = "1.0.219"
|
378
378
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
379
|
-
checksum = "
|
379
|
+
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
380
380
|
dependencies = [
|
381
381
|
"serde_derive",
|
382
382
|
]
|
383
383
|
|
384
384
|
[[package]]
|
385
385
|
name = "serde_derive"
|
386
|
-
version = "1.0.
|
386
|
+
version = "1.0.219"
|
387
387
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
388
|
-
checksum = "
|
388
|
+
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
389
389
|
dependencies = [
|
390
390
|
"proc-macro2",
|
391
391
|
"quote",
|
@@ -427,9 +427,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
427
427
|
|
428
428
|
[[package]]
|
429
429
|
name = "syn"
|
430
|
-
version = "2.0.
|
430
|
+
version = "2.0.104"
|
431
431
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
432
|
-
checksum = "
|
432
|
+
checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
|
433
433
|
dependencies = [
|
434
434
|
"proc-macro2",
|
435
435
|
"quote",
|
@@ -438,25 +438,21 @@ dependencies = [
|
|
438
438
|
|
439
439
|
[[package]]
|
440
440
|
name = "twox-hash"
|
441
|
-
version = "1.
|
441
|
+
version = "2.1.1"
|
442
442
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
443
|
-
checksum = "
|
444
|
-
dependencies = [
|
445
|
-
"cfg-if",
|
446
|
-
"static_assertions",
|
447
|
-
]
|
443
|
+
checksum = "8b907da542cbced5261bd3256de1b3a1bf340a3d37f93425a07362a1d687de56"
|
448
444
|
|
449
445
|
[[package]]
|
450
446
|
name = "unicode-ident"
|
451
|
-
version = "1.0.
|
447
|
+
version = "1.0.18"
|
452
448
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
453
|
-
checksum = "
|
449
|
+
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
454
450
|
|
455
451
|
[[package]]
|
456
452
|
name = "windows-targets"
|
457
|
-
version = "0.
|
453
|
+
version = "0.53.2"
|
458
454
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
459
|
-
checksum = "
|
455
|
+
checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
|
460
456
|
dependencies = [
|
461
457
|
"windows_aarch64_gnullvm",
|
462
458
|
"windows_aarch64_msvc",
|
@@ -470,48 +466,48 @@ dependencies = [
|
|
470
466
|
|
471
467
|
[[package]]
|
472
468
|
name = "windows_aarch64_gnullvm"
|
473
|
-
version = "0.
|
469
|
+
version = "0.53.0"
|
474
470
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
475
|
-
checksum = "
|
471
|
+
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
|
476
472
|
|
477
473
|
[[package]]
|
478
474
|
name = "windows_aarch64_msvc"
|
479
|
-
version = "0.
|
475
|
+
version = "0.53.0"
|
480
476
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
481
|
-
checksum = "
|
477
|
+
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
482
478
|
|
483
479
|
[[package]]
|
484
480
|
name = "windows_i686_gnu"
|
485
|
-
version = "0.
|
481
|
+
version = "0.53.0"
|
486
482
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
487
|
-
checksum = "
|
483
|
+
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
|
488
484
|
|
489
485
|
[[package]]
|
490
486
|
name = "windows_i686_gnullvm"
|
491
|
-
version = "0.
|
487
|
+
version = "0.53.0"
|
492
488
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
493
|
-
checksum = "
|
489
|
+
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
494
490
|
|
495
491
|
[[package]]
|
496
492
|
name = "windows_i686_msvc"
|
497
|
-
version = "0.
|
493
|
+
version = "0.53.0"
|
498
494
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
499
|
-
checksum = "
|
495
|
+
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
|
500
496
|
|
501
497
|
[[package]]
|
502
498
|
name = "windows_x86_64_gnu"
|
503
|
-
version = "0.
|
499
|
+
version = "0.53.0"
|
504
500
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
505
|
-
checksum = "
|
501
|
+
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
506
502
|
|
507
503
|
[[package]]
|
508
504
|
name = "windows_x86_64_gnullvm"
|
509
|
-
version = "0.
|
505
|
+
version = "0.53.0"
|
510
506
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
511
|
-
checksum = "
|
507
|
+
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
512
508
|
|
513
509
|
[[package]]
|
514
510
|
name = "windows_x86_64_msvc"
|
515
|
-
version = "0.
|
511
|
+
version = "0.53.0"
|
516
512
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
517
|
-
checksum = "
|
513
|
+
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
data/ext/lz4_flex_ext/Cargo.toml
CHANGED
@@ -5,17 +5,18 @@ edition = "2021"
|
|
5
5
|
authors = ["Ian Ker-Seymer <ian.kerseymer@shopify.com>"]
|
6
6
|
license = "MIT"
|
7
7
|
publish = false
|
8
|
+
rust-version = "1.81.0"
|
8
9
|
|
9
10
|
[lib]
|
10
11
|
crate-type = ["cdylib"]
|
11
12
|
|
12
13
|
[dependencies]
|
13
|
-
lz4_flex = { version = "0.11.
|
14
|
+
lz4_flex = { version = "0.11.5", default-features = true }
|
14
15
|
magnus = { version = "0.7.1", features = ["rb-sys"] }
|
15
|
-
postcard = "1.
|
16
|
-
rb-sys = { version = "0.9.
|
17
|
-
serde = { version = "1.0.
|
16
|
+
postcard = "1.1.1"
|
17
|
+
rb-sys = { version = "0.9.116", features = ["stable-api-compiled-fallback"] }
|
18
|
+
serde = { version = "1.0.219", features = ["derive"] }
|
18
19
|
static_assertions = "1.1.0"
|
19
20
|
|
20
21
|
[build-dependencies]
|
21
|
-
rb-sys-env = "
|
22
|
+
rb-sys-env = "0.2.2"
|
data/lib/lz4_flex/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lz4_flex
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shopify Engineering
|
8
8
|
bindir: exe
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: rb_sys
|
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
68
68
|
- !ruby/object:Gem::Version
|
69
69
|
version: '0'
|
70
70
|
requirements: []
|
71
|
-
rubygems_version: 3.6.
|
71
|
+
rubygems_version: 3.6.7
|
72
72
|
specification_version: 4
|
73
73
|
summary: A modern LZ4 compression library for Ruby, leveraging the `lz4_flex` Rust
|
74
74
|
crate.
|