crudjt 1.0.0-beta.8 → 1.0.0
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.
- package/README.md +27 -12
- package/cargo.log +11 -11
- package/package.json +1 -1
- /package/{validation.js → Validation.js} +0 -0
package/README.md
CHANGED
|
@@ -10,16 +10,12 @@
|
|
|
10
10
|
JavaScript SDK for the fast, file-backed, scalable JSON token engine
|
|
11
11
|
</p>
|
|
12
12
|
|
|
13
|
-
|
|
14
13
|
<p align="center">
|
|
15
14
|
<a href="https://www.patreon.com/crudjt">
|
|
16
15
|
<img src="https://github.com/crudjt/crudjt-ruby/raw/master/logos/buy_me_a_coffee_orange.svg" alt="Buy Me a Coffee"/>
|
|
17
16
|
</a>
|
|
18
17
|
</p>
|
|
19
18
|
|
|
20
|
-
> ⚠️ Version 1.0.0-beta — production testing phase
|
|
21
|
-
> API is stable. Feedback is welcome before the final 1.0.0 release
|
|
22
|
-
|
|
23
19
|
Fast B-tree–backed token store for stateful user sessions
|
|
24
20
|
Provides authentication and authorization across multiple processes
|
|
25
21
|
Optimized for vertical scaling on a single server
|
|
@@ -72,14 +68,14 @@ await CRUDJT.Config.startMaster({
|
|
|
72
68
|
|
|
73
69
|
*Important: Use the same `secret_key` across all sessions. If the key changes, previously stored tokens cannot be decrypted and will return `null` or `false`*
|
|
74
70
|
|
|
75
|
-
|
|
71
|
+
### Start CRUDJT master in Docker
|
|
76
72
|
|
|
77
73
|
Create a `docker-compose.yml` file:
|
|
78
74
|
|
|
79
75
|
```yml
|
|
80
76
|
services:
|
|
81
77
|
crudjt-server:
|
|
82
|
-
image:
|
|
78
|
+
image: crudjt/crudjt-server:beta
|
|
83
79
|
restart: unless-stopped
|
|
84
80
|
|
|
85
81
|
ports:
|
|
@@ -100,7 +96,7 @@ docker-compose up -d
|
|
|
100
96
|
*Ensure the secrets directory contains your secret key file at `./crudjt_secrets/secret_key.txt`*
|
|
101
97
|
|
|
102
98
|
For configuration details and image versions, see the
|
|
103
|
-
[CRUDJT Server on Docker Hub](https://hub.docker.com/r/
|
|
99
|
+
[CRUDJT Server on Docker Hub](https://hub.docker.com/r/crudjt/crudjt-server)
|
|
104
100
|
|
|
105
101
|
## Connect to an existing CRUDJT master
|
|
106
102
|
|
|
@@ -196,12 +192,31 @@ const result = await CRUDJT.delete('HBmKFXoXgJ46mCqer1WXyQ');
|
|
|
196
192
|
```
|
|
197
193
|
|
|
198
194
|
# Performance
|
|
199
|
-
|
|
195
|
+
**40 000** requests up to **256 bytes** — median over 10 runs
|
|
196
|
+
macOS 15.7.4, ARM64 (Apple M1)
|
|
197
|
+
JavaScript 20.20.0
|
|
198
|
+
In-process benchmark; Redis accessed via localhost TCP
|
|
199
|
+
|
|
200
|
+
| Function | CRUDJT (JavaScript) | JWT (JavaScript) | redis-session-store (Ruby, Rails 8.0.2.1) |
|
|
201
|
+
|----------|-------|------|------|
|
|
202
|
+
| C | `0.334 second` <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/crudjt/crudjt/refs/heads/master/logos/crudjt_favicon_160x160_white_on_dark.svg" width=16 height=16> <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/crudjt/crudjt/refs/heads/master/logos/crudjt_favicon_160x160_dark_on_white.svg" width=16 height=16> <img alt="Shows a favicon black on white color" src="https://raw.githubusercontent.com/crudjt/crudjt/refs/heads/master/logos/crudjt_favicon_white_on_dark.png" width=16 height=16> </picture> | 16.537 seconds | 2.909 seconds |
|
|
203
|
+
| R | `0.010 second` <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/crudjt/crudjt/refs/heads/master/logos/crudjt_favicon_160x160_white_on_dark_for_github_table_even_col.svg" width=16 height=16> <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/crudjt/crudjt/refs/heads/master/logos/crudjt_favicon_160x160_dark_on_white_for_github_table_even_col.svg" width=16 height=16> <img alt="Shows a favicon black on white color" src="https://raw.githubusercontent.com/crudjt/crudjt/refs/heads/master/logos/crudjt_favicon_white_on_dark.png" width=16 height=16> </picture> | 16.678 seconds | 4.436 seconds |
|
|
204
|
+
| U | `0.470 second` <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/crudjt/crudjt/refs/heads/master/logos/crudjt_favicon_160x160_white_on_dark.svg" width=16 height=16> <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/crudjt/crudjt/refs/heads/master/logos/crudjt_favicon_160x160_dark_on_white.svg" width=16 height=16> <img alt="Shows a favicon black on white color" src="https://raw.githubusercontent.com/crudjt/crudjt/refs/heads/master/logos/crudjt_favicon_white_on_dark.png" width=16 height=16> </picture> | X | 2.124 seconds |
|
|
205
|
+
| D | `0.199 second` <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/crudjt/crudjt/refs/heads/master/logos/crudjt_favicon_160x160_white_on_dark_for_github_table_even_col.svg" width=16 height=16> <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/crudjt/crudjt/refs/heads/master/logos/crudjt_favicon_160x160_dark_on_white_for_github_table_even_col.svg" width=16 height=16> <img alt="Shows a favicon black on white color" src="https://raw.githubusercontent.com/crudjt/crudjt/refs/heads/master/logos/crudjt_favicon_white_on_dark.png" width=16 height=16> </picture> | X | 3.984 seconds |
|
|
206
|
+
|
|
207
|
+
*Benchmarks shown here are from a previous version of CRUDJT. For current performance metrics, see the [GitHub repository](https://github.com/crudjt/crudjt-javascript)*
|
|
208
|
+
|
|
209
|
+
[Full benchmark results](https://github.com/crudjt/benchmarks)
|
|
200
210
|
|
|
201
211
|
# Storage (File-backed)
|
|
202
212
|
|
|
203
213
|
## Disk footprint
|
|
204
|
-
|
|
214
|
+
**40 000** tokens of **256 bytes** each — median over 10 creates
|
|
215
|
+
darwin23, APFS
|
|
216
|
+
|
|
217
|
+
`48 MB`
|
|
218
|
+
|
|
219
|
+
[Full disk footprint results](https://github.com/crudjt/disk_footprint)
|
|
205
220
|
|
|
206
221
|
## Path Lookup Order
|
|
207
222
|
Stored tokens are placed in the **file system** according to the following order
|
|
@@ -232,9 +247,9 @@ The library has the following limits and requirements
|
|
|
232
247
|
# Contact & Support
|
|
233
248
|
<p align="center">
|
|
234
249
|
<picture>
|
|
235
|
-
<source media="(prefers-color-scheme: dark)" srcset="logos/crudjt_favicon_160x160_white_on_dark.svg" width=160 height=160>
|
|
236
|
-
<source media="(prefers-color-scheme: light)" srcset="logos/crudjt_favicon_160x160_dark_on_white.svg" width=160 height=160>
|
|
237
|
-
<img alt="Shows a dark favicon in light color mode and a white one in dark color mode" src="logos/crudjt_favicon_160x160_white.png" width=160 height=160>
|
|
250
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/crudjt/crudjt/refs/heads/master/logos/crudjt_favicon_160x160_white_on_dark.svg" width=160 height=160>
|
|
251
|
+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/crudjt/crudjt/refs/heads/master/logos/crudjt_favicon_160x160_dark_on_white.svg" width=160 height=160>
|
|
252
|
+
<img alt="Shows a dark favicon in light color mode and a white one in dark color mode" src="https://raw.githubusercontent.com/crudjt/crudjt/refs/heads/master/logos/crudjt_favicon_160x160_white.png" width=160 height=160>
|
|
238
253
|
</picture>
|
|
239
254
|
</p>
|
|
240
255
|
|
package/cargo.log
CHANGED
|
@@ -2,28 +2,28 @@
|
|
|
2
2
|
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.103","linked_libs":[],"linked_paths":[],"cfgs":["wrap_proc_macro","proc_macro_span_location","proc_macro_span_file"],"env":[],"out_dir":"/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/build/proc-macro2-1d9ce708f00c16ea/out"}
|
|
3
3
|
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.41","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.41/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.41/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":["default","proc-macro"],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/build/quote-cde3c9731b3119d5/build-script-build"],"executable":null,"fresh":true}
|
|
4
4
|
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.20","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.20/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_ident","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.20/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":[],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libunicode_ident-ae5c216883792e03.rlib","/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libunicode_ident-ae5c216883792e03.rmeta"],"executable":null,"fresh":true}
|
|
5
|
-
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.177","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.177/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.177/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":[],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/build/libc-449339277732fa5e/build-script-build"],"executable":null,"fresh":true}
|
|
6
|
-
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.41","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/build/quote-bd3a967f0baa82ba/out"}
|
|
7
|
-
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.103","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"proc_macro2","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":["default","proc-macro"],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libproc_macro2-dd37530cb3be9c89.rlib","/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libproc_macro2-dd37530cb3be9c89.rmeta"],"executable":null,"fresh":true}
|
|
8
5
|
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#linkme-impl@0.3.35","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":[],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/build/linkme-impl-58272cac9498bbcc/build-script-build"],"executable":null,"fresh":true}
|
|
9
|
-
{"reason":"
|
|
10
|
-
{"reason":"
|
|
6
|
+
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.103","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"proc_macro2","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":["default","proc-macro"],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libproc_macro2-dd37530cb3be9c89.rlib","/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libproc_macro2-dd37530cb3be9c89.rmeta"],"executable":null,"fresh":true}
|
|
7
|
+
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.41","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/build/quote-bd3a967f0baa82ba/out"}
|
|
8
|
+
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.177","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.177/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.177/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":[],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/build/libc-449339277732fa5e/build-script-build"],"executable":null,"fresh":true}
|
|
11
9
|
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#linkme-impl@0.3.35","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/build/linkme-impl-3a226ee4acf194bc/out"}
|
|
12
|
-
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#
|
|
10
|
+
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.41","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.41/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"quote","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.41/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":["default","proc-macro"],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libquote-50bb41f3479641c7.rlib","/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libquote-50bb41f3479641c7.rmeta"],"executable":null,"fresh":true}
|
|
11
|
+
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.177","linked_libs":[],"linked_paths":[],"cfgs":["freebsd12"],"env":[],"out_dir":"/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/build/libc-232c4bf20ef68523/out"}
|
|
13
12
|
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cfg_if","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":[],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libcfg_if-a9ac86f51d75c7b7.rlib","/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libcfg_if-a9ac86f51d75c7b7.rmeta"],"executable":null,"fresh":true}
|
|
13
|
+
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#linkme@0.3.35","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":[],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/build/linkme-b4eff1fe7607c227/build-script-build"],"executable":null,"fresh":true}
|
|
14
14
|
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.108","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.108/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"syn","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.108/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":["clone-impls","default","derive","full","parsing","printing","proc-macro"],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libsyn-e300859bd66c50f8.rlib","/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libsyn-e300859bd66c50f8.rmeta"],"executable":null,"fresh":true}
|
|
15
|
-
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#linkme@0.3.35","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/build/linkme-5a4aae03df21ddde/out"}
|
|
16
15
|
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.177","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.177/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"libc","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.177/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":[],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/liblibc-07ae242917b17fac.rlib","/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/liblibc-07ae242917b17fac.rmeta"],"executable":null,"fresh":true}
|
|
16
|
+
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#linkme@0.3.35","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/build/linkme-5a4aae03df21ddde/out"}
|
|
17
17
|
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libloading@0.8.9","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-0.8.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"libloading","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-0.8.9/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":[],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/liblibloading-85bc05f161ed2d0d.rlib","/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/liblibloading-85bc05f161ed2d0d.rmeta"],"executable":null,"fresh":true}
|
|
18
18
|
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#linkme-impl@0.3.35","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"linkme_impl","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":[],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/liblinkme_impl-1faa8bd9689bf04c.dylib"],"executable":null,"fresh":true}
|
|
19
|
-
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.16","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.16/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"getrandom","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":[],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libgetrandom-0854d8558a7b9b91.rlib","/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libgetrandom-0854d8558a7b9b91.rmeta"],"executable":null,"fresh":true}
|
|
20
19
|
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#neon-macros@1.1.1","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/neon-macros-1.1.1/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"neon_macros","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/neon-macros-1.1.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":[],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libneon_macros-b6b0d1522ede1979.dylib"],"executable":null,"fresh":true}
|
|
21
|
-
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#
|
|
20
|
+
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.16","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.16/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"getrandom","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":[],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libgetrandom-0854d8558a7b9b91.rlib","/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libgetrandom-0854d8558a7b9b91.rmeta"],"executable":null,"fresh":true}
|
|
21
|
+
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"smallvec","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":[],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libsmallvec-09ab51cc35cf2235.rlib","/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libsmallvec-09ab51cc35cf2235.rmeta"],"executable":null,"fresh":true}
|
|
22
22
|
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#linkme@0.3.35","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"linkme","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":[],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/liblinkme-2161f2ede2e0e014.rlib","/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/liblinkme-2161f2ede2e0e014.rmeta"],"executable":null,"fresh":true}
|
|
23
|
+
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#semver@1.0.27","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.27/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"semver","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.27/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":["default","std"],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libsemver-a5f5009652d36de5.rlib","/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libsemver-a5f5009652d36de5.rmeta"],"executable":null,"fresh":true}
|
|
23
24
|
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#either@1.15.0","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"either","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":["default","std"],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libeither-1067ad403bee5403.rlib","/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libeither-1067ad403bee5403.rmeta"],"executable":null,"fresh":true}
|
|
24
25
|
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.3","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"once_cell","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":["alloc","default","race","std"],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libonce_cell-9261810396c152fd.rlib","/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libonce_cell-9261810396c152fd.rmeta"],"executable":null,"fresh":true}
|
|
25
|
-
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#
|
|
26
|
-
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"smallvec","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":[],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libsmallvec-09ab51cc35cf2235.rlib","/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libsmallvec-09ab51cc35cf2235.rmeta"],"executable":null,"fresh":true}
|
|
26
|
+
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#send_wrapper@0.6.0","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/send_wrapper-0.6.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"send_wrapper","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/send_wrapper-0.6.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":[],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libsend_wrapper-caacde244ac44d1b.rlib","/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libsend_wrapper-caacde244ac44d1b.rmeta"],"executable":null,"fresh":true}
|
|
27
27
|
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"lazy_static","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":[],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/liblazy_static-eb4498fce09ac4c0.rlib","/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/liblazy_static-eb4498fce09ac4c0.rmeta"],"executable":null,"fresh":true}
|
|
28
28
|
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#neon@1.1.1","manifest_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/neon-1.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"neon","src_path":"/Users/macintosh/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/neon-1.1.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":["default","getrandom","napi-1","napi-2","napi-3","napi-4","napi-5","napi-6","napi-7","napi-8"],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libneon-a08196da9d45e183.rlib","/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/deps/libneon-a08196da9d45e183.rmeta"],"executable":null,"fresh":true}
|
|
29
29
|
{"reason":"compiler-artifact","package_id":"path+file:///Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript#crudjt@1.0.0-beta.0","manifest_path":"/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/Cargo.toml","target":{"kind":["cdylib"],"crate_types":["cdylib"],"name":"crudjt","src_path":"/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/src/lib.rs","edition":"2021","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"3","debuginfo":0,"debug_assertions":false,"overflow_checks":false,"test":false},"features":[],"filenames":["/Users/macintosh/Applications/crud_jt-libs/javascript/crudjt-javascript/target/release/libcrudjt.dylib"],"executable":null,"fresh":true}
|
package/package.json
CHANGED
|
File without changes
|