-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.lock
81 lines (71 loc) · 3.34 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[[package]]
name = "babelfish"
version = "0.1.0"
dependencies = [
"serde-transcode 1.0.0 (registry https://github.com/rust-lang/crates.io-index)",
"serde_cbor 0.9.0 (registry https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.33 (registry https://github.com/rust-lang/crates.io-index)",
"toml 0.4.10 (registry https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "byteorder"
version = "1.2.7"
source = "registry https://github.com/rust-lang/crates.io-index"
[[package]]
name = "half"
version = "1.3.0"
source = "registry https://github.com/rust-lang/crates.io-index"
[[package]]
name = "itoa"
version = "0.4.3"
source = "registry https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ryu"
version = "0.2.7"
source = "registry https://github.com/rust-lang/crates.io-index"
[[package]]
name = "serde"
version = "1.0.81"
source = "registry https://github.com/rust-lang/crates.io-index"
[[package]]
name = "serde-transcode"
version = "1.0.0"
source = "registry https://github.com/rust-lang/crates.io-index"
dependencies = [
"serde 1.0.81 (registry https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "serde_cbor"
version = "0.9.0"
source = "registry https://github.com/rust-lang/crates.io-index"
dependencies = [
"byteorder 1.2.7 (registry https://github.com/rust-lang/crates.io-index)",
"half 1.3.0 (registry https://github.com/rust-lang/crates.io-index)",
"serde 1.0.81 (registry https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "serde_json"
version = "1.0.33"
source = "registry https://github.com/rust-lang/crates.io-index"
dependencies = [
"itoa 0.4.3 (registry https://github.com/rust-lang/crates.io-index)",
"ryu 0.2.7 (registry https://github.com/rust-lang/crates.io-index)",
"serde 1.0.81 (registry https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "toml"
version = "0.4.10"
source = "registry https://github.com/rust-lang/crates.io-index"
dependencies = [
"serde 1.0.81 (registry https://github.com/rust-lang/crates.io-index)",
]
[metadata]
"checksum byteorder 1.2.7 (registry https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d"
"checksum half 1.3.0 (registry https://github.com/rust-lang/crates.io-index)" = "9353c2a89d550b58fa0061d8ed8d002a7d8cdf2494eb0e432859bd3a9e543836"
"checksum itoa 0.4.3 (registry https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
"checksum ryu 0.2.7 (registry https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7"
"checksum serde 1.0.81 (registry https://github.com/rust-lang/crates.io-index)" = "c91eb5b0190ae87b4e2e39cbba6e3bed3ac6186935fe265f0426156c4c49961b"
"checksum serde-transcode 1.0.0 (registry https://github.com/rust-lang/crates.io-index)" = "749b7fac35f05313d1b3986c0bee75472614aeeb428eec30d18dc66858fb52cc"
"checksum serde_cbor 0.9.0 (registry https://github.com/rust-lang/crates.io-index)" = "45cd6d95391b16cd57e88b68be41d504183b7faae22030c0cc3b3f73dd57b2fd"
"checksum serde_json 1.0.33 (registry https://github.com/rust-lang/crates.io-index)" = "c37ccd6be3ed1fdf419ee848f7c758eb31b054d7cd3ae3600e3bae0adf569811"
"checksum toml 0.4.10 (registry https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"