git.delta.rocks / jrsonnet / refs/commits / c07d38d286f4

difftreelog

build update cargo files

Лач2020-07-16parent: #a94a115.patch.diff
in: master

2 files changed

modifiedCargo.lockdiffbeforeafterboth
2# It is not intended for manual editing.2# It is not intended for manual editing.
3[[package]]3[[package]]
4name = "annotate-snippets"4name = "annotate-snippets"
5version = "0.8.0"5version = "0.9.0"
6source = "registry+https://github.com/rust-lang/crates.io-index"6source = "registry+https://github.com/rust-lang/crates.io-index"
7checksum = "d78ea013094e5ea606b1c05fe35f1dd7ea1eb1ea259908d040b25bd5ec677ee5"7checksum = "5c96c3d1062ea7101741480185a6a1275eab01cbe8b20e378d1311bc056d2e08"
8dependencies = [
9 "unicode-width",
10]
11
12[[package]]
13name = "atty"
14version = "0.2.14"
15source = "registry+https://github.com/rust-lang/crates.io-index"
16checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
17dependencies = [
18 "hermit-abi",
19 "libc",
20 "winapi",
21]
822
9[[package]]23[[package]]
10name = "autocfg"24name = "autocfg"
11version = "1.0.0"25version = "1.0.0"
12source = "registry+https://github.com/rust-lang/crates.io-index"26source = "registry+https://github.com/rust-lang/crates.io-index"
13checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"27checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
28
29[[package]]
30name = "base64"
31version = "0.12.3"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
1434
15[[package]]35[[package]]
16name = "bincode"36name = "bincode"
46source = "registry+https://github.com/rust-lang/crates.io-index"66source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "860643c53f980f0d38a5e25dfab6c3c93b2cb3aa1fe192643d17a293c6c41936"67checksum = "860643c53f980f0d38a5e25dfab6c3c93b2cb3aa1fe192643d17a293c6c41936"
48dependencies = [68dependencies = [
69 "atty",
49 "bitflags",70 "bitflags",
50 "clap_derive",71 "clap_derive",
51 "indexmap",72 "indexmap",
52 "lazy_static",73 "lazy_static",
53 "os_str_bytes",74 "os_str_bytes",
75 "strsim",
76 "termcolor",
54 "textwrap",77 "textwrap",
55 "unicode-width",78 "unicode-width",
56 "vec_map",79 "vec_map",
84 "unicode-segmentation",107 "unicode-segmentation",
85]108]
109
110[[package]]
111name = "hermit-abi"
112version = "0.1.14"
113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "b9586eedd4ce6b3c498bc3b4dd92fc9f11166aa908a914071953768066c67909"
115dependencies = [
116 "libc",
117]
86118
87[[package]]119[[package]]
88name = "indexmap"120name = "indexmap"
97name = "jrsonnet"129name = "jrsonnet"
98version = "1.0.0"130version = "1.0.0"
99dependencies = [131dependencies = [
100 "annotate-snippets",
101 "clap",132 "clap",
102 "jrsonnet-evaluator",133 "jrsonnet-evaluator",
103 "jrsonnet-parser",134 "jrsonnet-parser",
135 "jrsonnet-trace",
104 "mimallocator",136 "mimallocator",
105]137]
106138
135name = "jrsonnet-stdlib"167name = "jrsonnet-stdlib"
136version = "1.0.0"168version = "1.0.0"
169
170[[package]]
171name = "jrsonnet-trace"
172version = "1.0.0"
173dependencies = [
174 "annotate-snippets",
175 "jrsonnet-evaluator",
176 "jrsonnet-parser",
177 "pathdiff",
178]
137179
138[[package]]180[[package]]
139name = "jsonnet"181name = "jsonnet"
187source = "registry+https://github.com/rust-lang/crates.io-index"229source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "06de47b848347d8c4c94219ad8ecd35eb90231704b067e67e6ae2e36ee023510"230checksum = "06de47b848347d8c4c94219ad8ecd35eb90231704b067e67e6ae2e36ee023510"
231
232[[package]]
233name = "pathdiff"
234version = "0.2.0"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34"
189237
190[[package]]238[[package]]
191name = "peg"239name = "peg"
278 "syn",326 "syn",
279]327]
328
329[[package]]
330name = "strsim"
331version = "0.10.0"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
280334
281[[package]]335[[package]]
282name = "structdump"336name = "structdump"
317 "syn",371 "syn",
318]372]
373
374[[package]]
375name = "termcolor"
376version = "1.1.0"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
379dependencies = [
380 "winapi-util",
381]
319382
320[[package]]383[[package]]
321name = "textwrap"384name = "textwrap"
362source = "registry+https://github.com/rust-lang/crates.io-index"425source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"426checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
427
428[[package]]
429name = "winapi"
430version = "0.3.9"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
433dependencies = [
434 "winapi-i686-pc-windows-gnu",
435 "winapi-x86_64-pc-windows-gnu",
436]
437
438[[package]]
439name = "winapi-i686-pc-windows-gnu"
440version = "0.4.0"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
443
444[[package]]
445name = "winapi-util"
446version = "0.1.5"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
449dependencies = [
450 "winapi",
451]
452
453[[package]]
454name = "winapi-x86_64-pc-windows-gnu"
455version = "0.4.0"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
364458
modifiedCargo.tomldiffbeforeafterboth
3 "crates/jrsonnet-parser",3 "crates/jrsonnet-parser",
4 "crates/jrsonnet-evaluator",4 "crates/jrsonnet-evaluator",
5 "crates/jrsonnet-stdlib",5 "crates/jrsonnet-stdlib",
6 "crates/jrsonnet-trace",
6 "bindings/jsonnet",7 "bindings/jsonnet",
7 "cmds/jrsonnet"8 "cmds/jrsonnet"
8]9]