-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.lock
46 lines (40 loc) · 1.18 KB
/
Cargo.lock
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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "itoa"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
[[package]]
name = "jsony"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc646fdee7ea1b77832a999cb7ba7c13fad158aef3a1ec62d1c9cf13306e387a"
dependencies = [
"itoa",
"jsony_macros",
"memchr",
"ryu",
]
[[package]]
name = "jsony_macros"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbc0cbcd2077699d71b8cd7052782eea8cbcd6400f40d52a4b88d896e366e962"
[[package]]
name = "memchr"
version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "ryu"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
[[package]]
name = "spooky-rust-build"
version = "0.1.0"
dependencies = [
"jsony",
]