liteparse-rb 0.1.8-aarch64-linux → 0.1.10-aarch64-linux
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 +22 -22
- data/Cargo.toml +1 -1
- data/crates/liteparse-ruby/Cargo.toml +1 -1
- data/lib/liteparse/liteparse.so +0 -0
- data/lib/liteparse/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 29af61bb6ba162ab261e4eab07e2e8252fee5a904cade8955f42db5b0f672321
|
|
4
|
+
data.tar.gz: c552f97a82d2d3af8964ef12499a641c539af1cf535388083ae813941514cc8d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 531b773bbd168fa7f9304650565acbfd8184f23e4f62c9c14de7ed630f2676d834b2b4e7827f8d925784b31290cee16dfd0b224e780cef5653978b03dd8f4f56
|
|
7
|
+
data.tar.gz: 185da5347ac57a07b40222757791ce0abc1677006f706eb0fc0755b365923663b178742e950fccb501d64a29940086293e3bc065f1408598ccd36ec67ac70685
|
data/Cargo.lock
CHANGED
|
@@ -1076,9 +1076,9 @@ dependencies = [
|
|
|
1076
1076
|
|
|
1077
1077
|
[[package]]
|
|
1078
1078
|
name = "js-sys"
|
|
1079
|
-
version = "0.3.
|
|
1079
|
+
version = "0.3.103"
|
|
1080
1080
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1081
|
-
checksum = "
|
|
1081
|
+
checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
|
|
1082
1082
|
dependencies = [
|
|
1083
1083
|
"cfg-if",
|
|
1084
1084
|
"futures-util",
|
|
@@ -1121,9 +1121,9 @@ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
|
|
|
1121
1121
|
|
|
1122
1122
|
[[package]]
|
|
1123
1123
|
name = "liteparse"
|
|
1124
|
-
version = "0.1.
|
|
1124
|
+
version = "0.1.10"
|
|
1125
1125
|
dependencies = [
|
|
1126
|
-
"liteparse 2.
|
|
1126
|
+
"liteparse 2.2.0",
|
|
1127
1127
|
"liteparse-ruby",
|
|
1128
1128
|
"magnus",
|
|
1129
1129
|
"rb-sys",
|
|
@@ -1131,9 +1131,9 @@ dependencies = [
|
|
|
1131
1131
|
|
|
1132
1132
|
[[package]]
|
|
1133
1133
|
name = "liteparse"
|
|
1134
|
-
version = "2.
|
|
1134
|
+
version = "2.2.0"
|
|
1135
1135
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1136
|
-
checksum = "
|
|
1136
|
+
checksum = "95c884d0aacf6f51bf93b5f870f18ed5f8188e8474b2d110a8acaf57821382ef"
|
|
1137
1137
|
dependencies = [
|
|
1138
1138
|
"clap",
|
|
1139
1139
|
"image",
|
|
@@ -1175,11 +1175,11 @@ dependencies = [
|
|
|
1175
1175
|
|
|
1176
1176
|
[[package]]
|
|
1177
1177
|
name = "liteparse-ruby"
|
|
1178
|
-
version = "0.1.
|
|
1178
|
+
version = "0.1.10"
|
|
1179
1179
|
dependencies = [
|
|
1180
1180
|
"anyhow",
|
|
1181
1181
|
"image",
|
|
1182
|
-
"liteparse 2.
|
|
1182
|
+
"liteparse 2.2.0",
|
|
1183
1183
|
"liteparse-pdfium",
|
|
1184
1184
|
"liteparse-pdfium-sys",
|
|
1185
1185
|
"magnus",
|
|
@@ -2466,9 +2466,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
2466
2466
|
|
|
2467
2467
|
[[package]]
|
|
2468
2468
|
name = "uuid"
|
|
2469
|
-
version = "1.23.
|
|
2469
|
+
version = "1.23.4"
|
|
2470
2470
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2471
|
-
checksum = "
|
|
2471
|
+
checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53"
|
|
2472
2472
|
dependencies = [
|
|
2473
2473
|
"js-sys",
|
|
2474
2474
|
"wasm-bindgen",
|
|
@@ -2522,9 +2522,9 @@ dependencies = [
|
|
|
2522
2522
|
|
|
2523
2523
|
[[package]]
|
|
2524
2524
|
name = "wasm-bindgen"
|
|
2525
|
-
version = "0.2.
|
|
2525
|
+
version = "0.2.126"
|
|
2526
2526
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2527
|
-
checksum = "
|
|
2527
|
+
checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
|
|
2528
2528
|
dependencies = [
|
|
2529
2529
|
"cfg-if",
|
|
2530
2530
|
"once_cell",
|
|
@@ -2535,9 +2535,9 @@ dependencies = [
|
|
|
2535
2535
|
|
|
2536
2536
|
[[package]]
|
|
2537
2537
|
name = "wasm-bindgen-futures"
|
|
2538
|
-
version = "0.4.
|
|
2538
|
+
version = "0.4.76"
|
|
2539
2539
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2540
|
-
checksum = "
|
|
2540
|
+
checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
|
|
2541
2541
|
dependencies = [
|
|
2542
2542
|
"js-sys",
|
|
2543
2543
|
"wasm-bindgen",
|
|
@@ -2545,9 +2545,9 @@ dependencies = [
|
|
|
2545
2545
|
|
|
2546
2546
|
[[package]]
|
|
2547
2547
|
name = "wasm-bindgen-macro"
|
|
2548
|
-
version = "0.2.
|
|
2548
|
+
version = "0.2.126"
|
|
2549
2549
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2550
|
-
checksum = "
|
|
2550
|
+
checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
|
|
2551
2551
|
dependencies = [
|
|
2552
2552
|
"quote",
|
|
2553
2553
|
"wasm-bindgen-macro-support",
|
|
@@ -2555,9 +2555,9 @@ dependencies = [
|
|
|
2555
2555
|
|
|
2556
2556
|
[[package]]
|
|
2557
2557
|
name = "wasm-bindgen-macro-support"
|
|
2558
|
-
version = "0.2.
|
|
2558
|
+
version = "0.2.126"
|
|
2559
2559
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2560
|
-
checksum = "
|
|
2560
|
+
checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
|
|
2561
2561
|
dependencies = [
|
|
2562
2562
|
"bumpalo",
|
|
2563
2563
|
"proc-macro2",
|
|
@@ -2568,18 +2568,18 @@ dependencies = [
|
|
|
2568
2568
|
|
|
2569
2569
|
[[package]]
|
|
2570
2570
|
name = "wasm-bindgen-shared"
|
|
2571
|
-
version = "0.2.
|
|
2571
|
+
version = "0.2.126"
|
|
2572
2572
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2573
|
-
checksum = "
|
|
2573
|
+
checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
|
|
2574
2574
|
dependencies = [
|
|
2575
2575
|
"unicode-ident",
|
|
2576
2576
|
]
|
|
2577
2577
|
|
|
2578
2578
|
[[package]]
|
|
2579
2579
|
name = "web-sys"
|
|
2580
|
-
version = "0.3.
|
|
2580
|
+
version = "0.3.103"
|
|
2581
2581
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2582
|
-
checksum = "
|
|
2582
|
+
checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
|
|
2583
2583
|
dependencies = [
|
|
2584
2584
|
"js-sys",
|
|
2585
2585
|
"wasm-bindgen",
|
data/Cargo.toml
CHANGED
|
@@ -14,7 +14,7 @@ repository = "https://github.com/emattiza/liteparse-rb"
|
|
|
14
14
|
liteparse = { version = "2.1.1", default-features = false }
|
|
15
15
|
liteparse-pdfium = { version = "1.2.0" }
|
|
16
16
|
liteparse-pdfium-sys = { version = "1.2.0" }
|
|
17
|
-
magnus = { version = "0.8"
|
|
17
|
+
magnus = { version = "0.8" }
|
|
18
18
|
rb-sys = { version = "0.9.128", default-features = false, features = ["stable-api-compiled-fallback"] }
|
|
19
19
|
serde = { version = "1", features = ["derive"] }
|
|
20
20
|
serde_json = "1"
|
data/lib/liteparse/liteparse.so
CHANGED
|
Binary file
|
data/lib/liteparse/version.rb
CHANGED