Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant start on windows 10 #249

Open
gettf opened this issue Jul 13, 2018 · 15 comments
Open

cant start on windows 10 #249

gettf opened this issue Jul 13, 2018 · 15 comments

Comments

@gettf
Copy link

gettf commented Jul 13, 2018

rustc version
rustc 1.29.0-nightly (64f7de921 2018-07-12)

rustup show
nightly-x86_64-pc-windows-msvc (default)

cargo install -f cargo-web
Finished release [optimized] target(s) in 5m 30s

stdweb\examples\todomvc>cargo web start --target=wasm32-unknown-unknown --verbose
warning: debug builds on the wasm32-unknown-unknown are currently totally broken
forcing a release build
Fresh unicode-xid v0.1.0
Fresh dtoa v0.4.3
Fresh base-x v0.2.2
Fresh itoa v0.4.2
Fresh discard v1.0.3
Fresh proc-macro2 v0.4.6
Fresh proc-macro2 v0.2.3
Fresh quote v0.6.3
Fresh quote v0.4.2
Fresh serde v1.0.70
Fresh syn v0.14.4
Fresh syn v0.12.15
Fresh serde_json v1.0.22
Fresh serde_derive v1.0.70
Fresh stdweb-derive v0.4.0 (file:///F:/rlib/stdweb/stdweb-derive)
Fresh stdweb-internal-macros v0.1.0 (file:///F:/rlib/stdweb/stdweb-internal-macros)
Fresh stdweb v0.4.7 (file:///F:/rlib/stdweb)
Compiling todomvc v0.1.0 (file:///F:/rlib/stdweb/examples/todomvc)
Running rustc --crate-name todomvc todomvc\src\main.rs --error-format json --crate-type bin --emit=dep-info,link -C opt-level=3 -C metadata=d6ce413d9660bf02 --out-dir f:\rlib\stdweb\examples\target\wasm32-unknown-unknown\release\deps --target wasm32-unknown-unknown -L dependency=f:\rlib\stdweb\examples\target\wasm32-unknown-unknown\release\deps -L dependency=f:\rlib\stdweb\examples\target\release\deps --extern serde=f:\rlib\stdweb\examples\target\wasm32-unknown-unknown\release\deps\libserde-fd22fdbc82144382.rlib --extern serde_derive=f:\rlib\stdweb\examples\target\release\deps\serde_derive-3510d9f019d9d8d8.dll --extern serde_json=f:\rlib\stdweb\examples\target\wasm32-unknown-unknown\release\deps\libserde_json-4b9a3b0bfeae3469.rlib --extern stdweb=f:\rlib\stdweb\examples\target\wasm32-unknown-unknown\release\deps\libstdweb-a556303d2f25a31d.rlib -C debuginfo=2
error: Could not compile todomvc.

Caused by:
process didn't exit successfully: rustc --crate-name todomvc todomvc\src\main.rs --error-format json --crate-type bin --emit=dep-info,link -C opt-level=3 -C metadata=d6ce413d9660bf02 --out-dir f:\rlib\stdweb\examples\target\wasm32-unknown-unknown\release\deps --target wasm32-unknown-unknown -L dependency=f:\rlib\stdweb\examples\target\wasm32-unknown-unknown\release\deps -L dependency=f:\rlib\stdweb\examples\target\release\deps --extern serde=f:\rlib\stdweb\examples\target\wasm32-unknown-unknown\release\deps\libserde-fd22fdbc82144382.rlib --extern serde_derive=f:\rlib\stdweb\examples\target\release\deps\serde_derive-3510d9f019d9d8d8.dll --extern serde_json=f:\rlib\stdweb\examples\target\wasm32-unknown-unknown\release\deps\libserde_json-4b9a3b0bfeae3469.rlib --extern stdweb=f:\rlib\stdweb\examples\target\wasm32-unknown-unknown\release\deps\libstdweb-a556303d2f25a31d.rlib -C debuginfo=2 (exit code: 3221225477)
error: build failed

@kjeremy
Copy link

kjeremy commented Jul 16, 2018

I can reproduce this on Windows 10.

@koute
Copy link
Owner

koute commented Jul 16, 2018

Can you set the CARGO_WEB_LOG environment variable to cargo_web=debug (on Windows that'd be set CARGO_WEB_LOG=cargo_web=debug I guess?), run it again and paste the logs here?

Also, it should print out the command it launches, e.g. something like this:

DEBUG 2018-07-16T18:46:45Z: cargo_web::cargo_shim: Launching cargo: "cargo" "rustc" "--message-format" "json" "--color" "always" "--target" "wasm32-unknown-unknown" "--package" "minimal" "--profile" "dev" "--bin" "minimal"

Can you manually run the command it prints out and paste the output?

@kjeremy
Copy link

kjeremy commented Jul 16, 2018

PS C:\projects\test\stdweb\examples\todomvc> cargo web start --target=wasm32-unknown-unknown --verbose
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Launching: "\\?\C:\Users\jkolb\.rustup\toolchains\nightly-x86_64-pc-windows-msvc\bin\cargo.exe" "metadata" "--format-version" "1"
DEBUG 2018-07-16T19:03:41Z: cargo_web::config: Loading "C:\projects\test\stdweb\Web.toml"...
DEBUG 2018-07-16T19:03:41Z: cargo_web::build: stdweb's Web.toml requires cargo-web 0.6.8
DEBUG 2018-07-16T19:03:41Z: cargo_web::build: stdweb's Web.toml wants to prepend the following JS files: ["src/webcore/runtime.js", "src/webcore/runtime_wasm.js"]
warning: debug builds on the wasm32-unknown-unknown are currently totally broken
forcing a release build
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Will launch cargo with PATH: "C:\Users\jkolb\.cargo\bin;C:\Users\jkolb\.rustup\toolchains\nightly-x86_64-pc-windows-msvc\bin;C:\Program Fil
es (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\
windows\System32\WindowsPowerShell\v1.0\;C:\ProgramData\chocolatey\bin;C:\Program Files\nodejs\;C:\Program Files\Java\jdk1.8.0_162\bin;C:\Program Files\dotnet\;C:\Program Files\Java
\jdk1.8.0_172\bin;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(
R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Intel\WiFi\bin
;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\Microsoft VS Code\bin;C:\Program Files\Git\cmd;C:\Users\jkolb\.cargo\bin;C:\Users\jkolb\AppData\Local\Microsof
t\WindowsApps;C:\Users\jkolb\AppData\Roaming\npm;"
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Will launch cargo with RUSTFLAGS: "-C debuginfo=2"
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Will launch cargo with variable "COMPILING_UNDER_CARGO_WEB" set to "1"
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Launching cargo: "cargo" "rustc" "--message-format" "json" "--target" "wasm32-unknown-unknown" "--package" "todomvc" "--release" "--profile" "dev" "--
bin" "todomvc" "--verbose"
Fresh unicode-xid v0.1.0
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\release\deps\libunicode_xid-21d53ee0447542d6.rlib
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\release\build\serde-a720c6b2739e4d05\build-script-build.exe
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\release\deps\libdtoa-ffce61d039760778.rlib
Fresh base-x v0.2.2
Fresh dtoa v0.4.3
Fresh itoa v0.4.2
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\release\deps\libitoa-2d938243fb627372.rlib
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\release\deps\libbase_x-df8f8fd29e03ffde.rlib
Fresh discard v1.0.3
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\wasm32-unknown-unknown\release\deps\libdtoa-6607c30ca213117a.rlib
Fresh proc-macro2 v0.4.6
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\wasm32-unknown-unknown\release\deps\libitoa-ce1a5b28a1d060fb.rlib
Fresh proc-macro2 v0.2.3
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\release\build\stdweb-f516f38c8903d36d\build-script-build.exe
Fresh quote v0.6.3
Fresh quote v0.4.2
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\wasm32-unknown-unknown\release\deps\libdiscard-7a262ba3d6ecd0e2.rlib
Fresh serde v1.0.70
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\release\deps\libproc_macro2-c31875620e0405ba.rlib
Fresh syn v0.14.4
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\release\deps\libproc_macro2-d65c02a181437bc1.rlib
Fresh syn v0.12.15
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\release\deps\libquote-9fc95dd3430ea3fb.rlib
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\release\deps\libquote-a4cbdce1c5265594.rlib
Fresh serde_json v1.0.24
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\release\deps\libserde-0ea367dd851689b6.rlib
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\wasm32-unknown-unknown\release\deps\libserde-542312cd639a6b89.rlib
Fresh serde_derive v1.0.70
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\release\deps\libsyn-01c4ac40285f7392.rlib
Fresh stdweb-internal-macros v0.1.0 (file:///C:/projects/test/stdweb/stdweb-internal-macros)
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\release\deps\libsyn-373967c9311cd04b.rlib
Fresh stdweb-derive v0.4.0 (file:///C:/projects/test/stdweb/stdweb-derive)
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\release\deps\libserde_json-09c5d414e5d5d604.rlib
Fresh stdweb v0.4.7 (file:///C:/projects/test/stdweb)
Compiling todomvc v0.1.0 (file:///C:/projects/test/stdweb/examples/todomvc)
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\wasm32-unknown-unknown\release\deps\libserde_json-c551016534f2764b.rlib
Running rustc --crate-name todomvc todomvc\src\main.rs --error-format json --crate-type bin --emit=dep-info,link -C opt-level=3 -C metadata=d6ce413d9660bf02 --out-dir C:\projects\test\stdweb\exam ples\target\wasm32-unknown-unknown\release\deps --target wasm32-unknown-unknown -L dependency=C:\projects\test\stdweb\examples\target\wasm32-unknown-unknown\release\deps -L dependency=C:\projects\test\ stdweb\examples\target\release\deps --extern serde=C:\projects\test\stdweb\examples\target\wasm32-unknown-unknown\release\deps\libserde-542312cd639a6b89.rlib --extern serde_derive=C:\projects\test\stdw eb\examples\target\release\deps\serde_derive-1a482c20676fe8f8.dll --extern serde_json=C:\projects\test\stdweb\examples\target\wasm32-unknown-unknown\release\deps\libserde_json-c551016534f2764b.rlib --e xtern stdweb=C:\projects\test\stdweb\examples\target\wasm32-unknown-unknown\release\deps\libstdweb-f578941bdbe3d53d.rlib -C debuginfo=2
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\release\deps\serde_derive-1a482c20676fe8f8.dll
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\release\deps\stdweb_internal_macros-e3e8a890bc78e046.dll
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\release\deps\stdweb_derive-eb19edc6a891d085.dll
DEBUG 2018-07-16T19:03:41Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\wasm32-unknown-unknown\release\deps\libstdweb-f578941bdbe3d53d.rlib
DEBUG 2018-07-16T19:03:43Z: cargo_web::cargo_shim: Built artifact: C:\projects\test\stdweb\examples\target\wasm32-unknown-unknown\release\todomvc.wasm
Finished release [optimized] target(s) in 1.99s
DEBUG 2018-07-16T19:03:43Z: cargo_web::cargo_shim: Cargo finished with status: 0
Garbage collecting "todomvc.wasm"...
Processing "todomvc.wasm"...
thread 'main' panicked at 'unsupported custom section: '.debug_info'', src\wasm_context.rs:646:25
note: Run with RUST_BACKTRACE=1 for a backtrace.

@kjeremy
Copy link

kjeremy commented Jul 16, 2018

Command and output:

PS C:\projects\test\stdweb\examples\todomvc> . "C:\Users\jkolb.rustup\toolchains\nightly-x86_64-pc-windows-msvc\bin\cargo.exe" "metadata" "--format-version" "1"
{"packages":[{"name":"html5ever","version":"0.13.1","id":"html5ever 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT / Apache-2.0","license_file":null,"description":"High-
performance browser-grade HTML5 parser","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"heapsize","source":"registry+https://github.com/rust-lang/crates.io-ind
ex","req":"^0.3","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null},{"name":"heapsize_derive","source":"registry+https://github.com/rust-lang/crates.io-
index","req":"^0.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null},{"name":"mac","source":"registry+https://github.com/rust-lang/crates.io-index","r
eq":"^0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"tendril","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^
0.2.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","ki
nd":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"phf","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":null
,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"html5ever-atoms","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":
null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"rustc-serialize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.15",
"kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"rustc-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.3
","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","
kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"rustc-serialize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"
^0.3.15","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"phf_codegen","source":"registry+https://github.com/rust-lang/crates.io-index","
req":"^0.7.3","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req
":"^0.11","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":["full","visit"],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"html5ever","src
path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\html5ever-0.13.1\src\lib.rs"},{"kind":["example"],"crate_types":["bin"],"name":"html2html","src_path":"C:\Users\jkolb\
.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\html5ever-0.13.1\examples\html2html.rs"},{"kind":["example"],"crate_types":["bin"],"name":"noop-tokenize","src_path":"C:\Users\jkolb\.cargo\reg
istry\src\github.aaakk.us.kg-1ecc6299db9ec823\html5ever-0.13.1\examples\noop-tokenize.rs"},{"kind":["example"],"crate_types":["bin"],"name":"noop-tree-builder","src_path":"C:\Users\jkolb\.cargo\regist
ry\src\github.aaakk.us.kg-1ecc6299db9ec823\html5ever-0.13.1\examples\noop-tree-builder.rs"},{"kind":["example"],"crate_types":["bin"],"name":"print-rcdom","src_path":"C:\Users\jkolb\.cargo\registry\s
rc\github.aaakk.us.kg-1ecc6299db9ec823\html5ever-0.13.1\examples\print-rcdom.rs"},{"kind":["example"],"crate_types":["bin"],"name":"print-tree-actions","src_path":"C:\Users\jkolb\.cargo\registry\src\
github.aaakk.us.kg-1ecc6299db9ec823\html5ever-0.13.1\examples\print-tree-actions.rs"},{"kind":["example"],"crate_types":["bin"],"name":"tokenize","src_path":"C:\Users\jkolb\.cargo\registry\src\github.
com-1ecc6299db9ec823\html5ever-0.13.1\examples\tokenize.rs"},{"kind":["test"],"crate_types":["bin"],"name":"tree_builder","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9e
c823\html5ever-0.13.1\tests\tree_builder.rs"},{"kind":["test"],"crate_types":["bin"],"name":"tokenizer","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\html5ever-0.
13.1\tests\tokenizer.rs"},{"kind":["test"],"crate_types":["bin"],"name":"serializer","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\html5ever-0.13.1\tests\seriali
zer.rs"},{"kind":["bench"],"crate_types":["bin"],"name":"tokenizer","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\html5ever-0.13.1\benches\tokenizer.rs"},{"kind":[
"custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\html5ever-0.13.1\build.rs"}],"features":{"heap_size"
:["heapsize","heapsize_derive","html5ever-atoms/heap_size"],"unstable":["tendril/unstable"]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\html5ever-0.13.1\Car
go.toml","metadata":null,"authors":["The html5ever Project Developers"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/servo/html5ever"},{"name":"fuchsia-zircon","version"
:"0.3.3","id":"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"BSD-3-Clause","license_file":null,"description":"Rust bindings for the Zircon kernel","source":"r
egistry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":null,"optio
nal":false,"uses_default_features":true,"features":[],"target":null},{"name":"fuchsia-zircon-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":null,"rename":nu
ll,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"fuchsia-zircon","src_path":"C:\Users\jkolb\.cargo\registry\s
rc\github.aaakk.us.kg-1ecc6299db9ec823\fuchsia-zircon-0.3.3\src\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\fuchsia-zircon-0.3.3\Cargo.to
ml","metadata":null,"authors":["Raph Levien [email protected]"],"categories":[],"keywords":[],"readme":null,"repository":"https://fuchsia.googlesource.com/garnet/"},{"name":"unicode-xid","version":"0.1
.0","id":"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Determine whether characters have the XID_Start\nor XI
D_Continue properties according to\nUnicode Standard Annex #31.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"n
ame":"unicode-xid","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\unicode-xid-0.1.0\src\lib.rs"}],"features":{"bench":[],"default":[],"no_std":[]},"manifest_path":"
C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\unicode-xid-0.1.0\Cargo.toml","metadata":null,"authors":["erick.tryzelaar [email protected]","kwantam <[email protected]
"],"categories":[],"keywords":["text","unicode","xid"],"readme":"README.md","repository":"https://github.com/unicode-rs/unicode-xid"},{"name":"encoding-index-tradchinese","version":"1.20141219.5","id"
:"encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)","license":"CC0-1.0","license_file":null,"description":"Index tables for traditional Chinese character
encodings","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"encoding_index_tests","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.4
","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"encoding_index_tradchinese","src_path":"
C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\encoding-index-tradchinese-1.20141219.5\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.c
om-1ecc6299db9ec823\encoding-index-tradchinese-1.20141219.5\Cargo.toml","metadata":null,"authors":["Kang Seonghoon [email protected]"],"categories":[],"keywords":[],"readme":"../../../README.m
d","repository":null},{"name":"proc-macro2","version":"0.2.3","id":"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"descriptio
n":"A stable implementation of the upcoming new proc_macro API. Comes with an\noption, off by default, to also reimplement itself in terms of the upstream\nunstable API.\n","source":"registry+https:/
/github.com/rust-lang/crates.io-index","dependencies":[{"name":"unicode-xid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":null,"rename":null,"optional":false,"us
es_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"proc-macro2","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9
ec823\proc-macro2-0.2.3\src\lib.rs"},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\proc-macro2-0.2.3\tests\
test.rs"}],"features":{"default":["proc-macro"],"nightly":["proc-macro"],"proc-macro":[]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\proc-macro2-0.2.3\Cargo
.toml","metadata":null,"authors":["Alex Crichton [email protected]"],"categories":[],"keywords":["macros"],"readme":"README.md","repository":"https://github.com/alexcrichton/proc-macro2"},{"name"
:"bit-vec","version":"0.4.4","id":"bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A vector of bits","source":"regis
try+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.15","kind":"dev","rename":null,"optional":f
alse,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"bit-vec","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc629
9db9ec823\bit-vec-0.4.4\src\lib.rs"},{"kind":["bench"],"crate_types":["bin"],"name":"extern","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\bit-vec-0.4.4\benches
\extern.rs"}],"features":{"nightly":[]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\bit-vec-0.4.4\Cargo.toml","metadata":null,"authors":["Alexis Beingessner
[email protected]"],"categories":[],"keywords":["data-structures","bitvec","bitmask","bitmap","bit"],"readme":"README.md","repository":"https://github.com/contain-rs/bit-vec"},{"name":"bitflags
","version":"0.7.0","id":"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A macro to generate structures which beha
ve like bitflags.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"bitflags","src_path":"C:\Users\jkolb\
.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\bitflags-0.7.0\src\lib.rs"},{"kind":["test"],"crate_types":["bin"],"name":"external","src_path":"C:\Users\jkolb\.cargo\registry\src\github.co
m-1ecc6299db9ec823\bitflags-0.7.0\tests\external.rs"},{"kind":["test"],"crate_types":["bin"],"name":"external_no_std","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823
\bitflags-0.7.0\tests\external_no_std.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\bitflags-0.7.0\Cargo.toml","metadata":null,"authors"
:["The Rust Project Developers"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/bitflags"},{"name":"regex-syntax","version":"0.5.6","id":"regex-syntax 0.5
.6 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A regular expression parser.","source":"registry+https://github.com/rust-lang/c
rates.io-index","dependencies":[{"name":"ucd-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":null,"rename":null,"optional":false,"uses_default_features":tru
e,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"regex-syntax","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\regex-syntax-0.5
.6\src\lib.rs"},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\regex-syntax-0.5.6\benches\bench.rs"}],"feat
ures":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\regex-syntax-0.5.6\Cargo.toml","metadata":null,"authors":["The Rust Project Developers"],"categories":[]
,"keywords":[],"readme":null,"repository":"https://github.com/rust-lang/regex"},{"name":"winapi-i686-pc-windows-gnu","version":"0.4.0","id":"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.co
m/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi i
nstead.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"winapi-i686-pc-windows-gnu","src_path":"C:\Users\j
kolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\winapi-i686-pc-windows-gnu-0.4.0\src\lib.rs"},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\User
s\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\winapi-i686-pc-windows-gnu-0.4.0\build.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db
9ec823\winapi-i686-pc-windows-gnu-0.4.0\Cargo.toml","metadata":null,"authors":["Peter Atashian [email protected]"],"categories":[],"keywords":["windows"],"readme":null,"repository":"https://github
.com/retep998/winapi-rs"},{"name":"diff","version":"0.1.11","id":"diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"A
n LCS based slice and string diffing implementation.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-la
ng/crates.io-index","req":"^0.4.1","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null},{"name":"speculate","source":"registry+https://github.com/rust-
lang/crates.io-index","req":"^0.0.25","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"dif
f","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\diff-0.1.11\src\lib.rs"},{"kind":["example"],"crate_types":["bin"],"name":"simple","src_path":"C:\Users\jkolb\.
cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\diff-0.1.11\examples\simple.rs"},{"kind":["test"],"crate_types":["bin"],"name":"tests","src_path":"C:\Users\jkolb\.cargo\registry\src\github.c
om-1ecc6299db9ec823\diff-0.1.11\tests\tests.rs"},{"kind":["bench"],"crate_types":["bin"],"name":"benches","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\diff-0.1.1
1\benches\benches.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\diff-0.1.11\Cargo.toml","metadata":null,"authors":["Utkarsh Kukreti <utka
[email protected]>"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/utkarshkukreti/diff.rs"},{"name":"sha1","version":"0.3.0","id":"sha1 0.3.0 (registry+https://github.
com/rust-lang/crates.io-index)","license":"BSD-3-Clause","license_file":null,"description":"Minimal implementation of SHA1 for Rust.","source":"registry+https://github.com/rust-lang/crates.io-index","d
ependencies":[{"name":"openssl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"tar
get":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":n
ull}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"sha1","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\sha1-0.3.0\src\lib.rs"}],"features":{},"manifest
path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\sha1-0.3.0\Cargo.toml","metadata":null,"authors":["Armin Ronacher [email protected]"],"categories":[],"keyword
s":["sha1"],"readme":null,"repository":"https://github.com/mitsuhiko/rust-sha1"},{"name":"clap","version":"2.20.5","id":"clap 2.20.5 (registry+https://github.com/rust-lang/crates.io-index)","license":"
MIT","license_file":null,"description":"A simple to use, efficient, and full featured Command Line Argument Parser\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{
"name":"strsim","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null},{"nam
e":"term_size","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null},{"name
":"vec_map","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":
"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"
unicode-width","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"nam
e":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.20","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null},{"name":"c
lippy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.0.112","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null},{"name":"yam
l-rust","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null},{"name":"ansi
term","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null},{"name":"unico
de-segmentation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"n
ame":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.1.80","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"tar
gets":[{"kind":["lib"],"crate_types":["lib"],"name":"clap","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\clap-2.20.5\src\lib.rs"}],"features":{"color":["ansi_term"
,"libc"],"debug":[],"default":["suggestions","color","wrap_help"],"lints":["clippy"],"nightly":[],"no_cargo":[],"suggestions":["strsim"],"unstable":[],"wrap_help":["libc","term_size"],"yaml":["yaml-rus
t"]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\clap-2.20.5\Cargo.toml","metadata":null,"authors":["Kevin K. [email protected]"],"categories":["command-li
ne-interface"],"keywords":["argument","command","arg","parser","parse"],"readme":"README.md","repository":"https://github.com/kbknapp/clap-rs.git"},{"name":"base-x","version":"0.2.2","id":"base-x 0.2.2
(registry+https://github.com/rust-lang/crates.io-index)","license":null,"license_file":"LICENSE.md","description":"Encode/decode any base","source":"registry+https://github.com/rust-lang/crates.io-ind
ex","dependencies":[{"name":"bencher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[
],"target":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"tar
get":null},{"name":"json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":
null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"base-x","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\base-x-0.2.2\src\lib.rs"},{"kind":["bench"],"
crate_types":["bin"],"name":"base","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\base-x-0.2.2\benches\base.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.
cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\base-x-0.2.2\Cargo.toml","metadata":null,"authors":["Alex R. [email protected]"],"categories":[],"keywords":["base-x","base","convert"],"rea
dme":"README.md","repository":"https://github.com/OrKoN/base-x-rs"},{"name":"mac","version":"0.1.1","id":"mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","
license_file":null,"description":"A collection of great and ubiqutitous macros.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_typ
es":["lib"],"name":"mac","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\mac-0.1.1\src\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\s
rc\github.aaakk.us.kg-1ecc6299db9ec823\mac-0.1.1\Cargo.toml","metadata":null,"authors":["Jonathan Reem [email protected]"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://gi
thub.com/reem/rust-mac.git"},{"name":"webgl","version":"0.1.0","id":"webgl 0.1.0 (path+file:///C:/projects/test/stdweb/examples/webgl)","license":null,"license_file":null,"description":null,"source":nu
ll,"dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],
"target":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":
[],"target":null},{"name":"stdweb","source":null,"req":"","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"stdweb-derive","source":null,"re
q":"
","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"webgl_generator","source":"registry+https://github.com/rust-lang/crates.io-index","r
eq":"^0.1.0","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["bin"],"crate_types":["bin"],"name":"webgl","src_path":"C:\pro
jects\test\stdweb\examples\webgl\src\main.rs"},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\projects\test\stdweb\examples\webgl\build.rs"}],"fea
tures":{},"manifest_path":"C:\projects\test\stdweb\examples\webgl\Cargo.toml","metadata":null,"authors":["Diggory Blake"],"categories":[],"keywords":[],"readme":null,"repository":null},{"name":"p
etgraph","version":"0.4.12","id":"petgraph 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Graph data structure library. Pr
ovides graph types and graph algorithms.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"fixedbitset","source":"registry+https://github.com/rust-lang/crates.i
o-index","req":"^0.1.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"ordermap","source":"registry+https://github.com/rust-lang/crates.io
-index","req":"^0.3.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io
-index","req":"^0.4","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index
","req":"^1.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index
","req":"^1.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null},{"name":"defmac","source":"registry+https://github.com/rust-lang/crates.io-index","req
":"^0.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req"
:"^0.7.0","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null},{"name":"odds","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^
0.2.19","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3
","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"petgraph","src_path":"C:\Users\jkolb
.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\petgraph-0.4.12\src\lib.rs"},{"kind":["test"],"crate_types":["bin"],"name":"graph","src_path":"C:\Users\jkolb\.cargo\registry\src\github.com
-1ecc6299db9ec823\petgraph-0.4.12\tests\graph.rs"},{"kind":["test"],"crate_types":["bin"],"name":"graphmap","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\petgraph
-0.4.12\tests\graphmap.rs"},{"kind":["test"],"crate_types":["bin"],"name":"iso","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\petgraph-0.4.12\tests\iso.rs"},{"ki
nd":["test"],"crate_types":["bin"],"name":"quickcheck","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\petgraph-0.4.12\tests\quickcheck.rs"},{"kind":["test"],"crate

types":["bin"],"name":"stable_graph","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\petgraph-0.4.12\tests\stable_graph.rs"},{"kind":["test"],"crate_types":["bin"],"
name":"unionfind","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\petgraph-0.4.12\tests\unionfind.rs"},{"kind":["bench"],"crate_types":["bin"],"name":"iso","src_path
":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\petgraph-0.4.12\benches\iso.rs"},{"kind":["bench"],"crate_types":["bin"],"name":"ograph","src_path":"C:\Users\jkolb\.cargo
\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\petgraph-0.4.12\benches\ograph.rs"},{"kind":["bench"],"crate_types":["bin"],"name":"stable_graph","src_path":"C:\Users\jkolb\.cargo\registry\src\git
hub.com-1ecc6299db9ec823\petgraph-0.4.12\benches\stable_graph.rs"}],"features":{"all":["unstable","quickcheck","stable_graph","graphmap"],"default":["graphmap","stable_graph"],"generate":[],"graphma
p":["ordermap"],"serde-1":["serde","serde_derive"],"stable_graph":[],"unstable":["generate"]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\petgraph-0.4.12\Car
go.toml","metadata":{"docs":{"rs":{"features":["serde-1","quickcheck"]}},"release":{"no-dev-version":true}},"authors":["bluss","mitchmindtree"],"categories":["data-structures"],"keywords":["data-struct
ure","graph","unionfind","graph-algorithms"],"readme":null,"repository":"https://github.com/bluss/petgraph"},{"name":"string_cache_shared","version":"0.3.0","id":"string_cache_shared 0.3.0 (registry+ht
tps://github.com/rust-lang/crates.io-index)","license":"MIT / Apache-2.0","license_file":null,"description":"Code share between string_cache and string_cache_codegen.","source":"registry+https://github
.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"string_cache_shared","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299d
b9ec823\string_cache_shared-0.3.0\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\string_cache_shared-0.3.0\Cargo.toml","metadata":null
,"authors":["The Servo Project Developers"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/servo/string-cache"},{"name":"encoding-index-simpchinese","version":"1.20141219.
5","id":"encoding-index-simpchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)","license":"CC0-1.0","license_file":null,"description":"Index tables for simplified Chinese char
acter encodings","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"encoding_index_tests","source":"registry+https://github.com/rust-lang/crates.io-index","req":"
^0.1.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"encoding_index_simpchinese","src_p
ath":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\encoding-index-simpchinese-1.20141219.5\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\gi
thub.com-1ecc6299db9ec823\encoding-index-simpchinese-1.20141219.5\Cargo.toml","metadata":null,"authors":["Kang Seonghoon [email protected]"],"categories":[],"keywords":[],"readme":"../../../RE
ADME.md","repository":null},{"name":"cfg-if","version":"0.1.4","id":"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"
A macro to ergonomically define an item depending on a large number of #[cfg]\nparameters. Structured like an if-else chain, the first matching branch is the\nitem that gets emitted.\n","source":"regis
try+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"cfg-if","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc
6299db9ec823\cfg-if-0.1.4\src\lib.rs"},{"kind":["test"],"crate_types":["bin"],"name":"xcrate","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\cfg-if-0.1.4\tests\x
crate.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\cfg-if-0.1.4\Cargo.toml","metadata":null,"authors":["Alex Crichton <[email protected]
om>"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/alexcrichton/cfg-if"},{"name":"html2runes","version":"1.0.0","id":"html2runes 1.0.0 (registry+https://github.co
m/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A HTML to Text converter program written in Rust.","source":"registry+https://github.com/rust-lang/crates.io-index","dep
endencies":[{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~2.20.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target
":null},{"name":"html5ever-atoms","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.2.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"
target":null},{"name":"html5ever","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.13.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],
"target":null},{"name":"tendril","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.2.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"t
arget":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"html2runes","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\html2runes-1.0.0\src\lib.rs"},{"ki
nd":["bin"],"crate_types":["bin"],"name":"html2runes","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\html2runes-1.0.0\src/main.rs"},{"kind":["test"],"crate_types":["
bin"],"name":"markdown","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\html2runes-1.0.0\tests\markdown.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo
\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\html2runes-1.0.0\Cargo.toml","metadata":null,"authors":["Jonas Kalderstam [email protected]"],"categories":["parsing","text-processing"],"keywo
rds":["html","plaintext","converter","markdown"],"readme":"README.md","repository":"https://github.com/spacecowboy/html2runes"},{"name":"docopt","version":"0.7.0","id":"docopt 0.7.0 (registry+https://g
ithub.com/rust-lang/crates.io-index)","license":"Unlicense/MIT","license_file":null,"description":"Command line argument parsing.","source":"registry+https://github.com/rust-lang/crates.io-index","depe
ndencies":[{"name":"rustc-serialize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],
"target":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"targe
t":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"targe
t":null},{"name":"strsim","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":nu
ll}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"docopt","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\docopt-0.7.0\src\lib.rs"},{"kind":["bin"],"crat
e_types":["bin"],"name":"docopt-wordlist","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\docopt-0.7.0\src/wordlist.rs"},{"kind":["example"],"crate_types":["bin"],"na
me":"cargo","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\docopt-0.7.0\examples\cargo.rs"},{"kind":["example"],"crate_types":["bin"],"name":"cp","src_path":"C:\Us
ers\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\docopt-0.7.0\examples\cp.rs"},{"kind":["example"],"crate_types":["bin"],"name":"decode","src_path":"C:\Users\jkolb\.cargo\registry
\src\github.aaakk.us.kg-1ecc6299db9ec823\docopt-0.7.0\examples\decode.rs"},{"kind":["example"],"crate_types":["bin"],"name":"hashmap","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc629
9db9ec823\docopt-0.7.0\examples\hashmap.rs"},{"kind":["example"],"crate_types":["bin"],"name":"optional_command","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\doc
opt-0.7.0\examples\optional_command.rs"},{"kind":["example"],"crate_types":["bin"],"name":"verbose_multiple","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\docopt-0
.7.0\examples\verbose_multiple.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\docopt-0.7.0\Cargo.toml","metadata":null,"authors":["Andrew
Gallant [email protected]"],"categories":[],"keywords":["docopt","argument","command","argv"],"readme":"README.md","repository":"https://github.com/docopt/docopt.rs"},{"name":"encoding_index_tests","
version":"0.1.4","id":"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"CC0-1.0","license_file":null,"description":"Helper macros used to test index tables
for character encodings","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"encoding_index_tests","src_path":"C
:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\encoding_index_tests-0.1.4\index_tests.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ec
c6299db9ec823\encoding_index_tests-0.1.4\Cargo.toml","metadata":null,"authors":["Kang Seonghoon [email protected]"],"categories":[],"keywords":[],"readme":"../../../README.md","repository":nul
l},{"name":"siphasher","version":"0.2.2","id":"siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"SipHash functions f
rom rust-core < 1.13","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"clippy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0","kind
":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"siphasher","src_path":"C:\Users\jkolb\.cargo
\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\siphasher-0.2.2\src\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\siphasher-0.2.2\Cargo.
toml","metadata":null,"authors":["Frank Denis [email protected]"],"categories":["algorithms","cryptography"],"keywords":["crypto","hash","siphash"],"readme":"README.md","repository":"https://github
.com/jedisct1/rust-siphash"},{"name":"term","version":"0.4.6","id":"term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A t
erminal formatting library\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^
0.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)"},{"name":"kernel32-sys","source":"registry+https://github.com/rust-lang/crates.io-inde
x","req":"^0.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)"}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"term","src_path"
:"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\term-0.4.6\src\lib.rs"},{"kind":["test"],"crate_types":["bin"],"name":"terminfo","src_path":"C:\Users\jkolb\.cargo\registry
\src\github.aaakk.us.kg-1ecc6299db9ec823\term-0.4.6\tests\terminfo.rs"}],"features":{"default":[]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\term-0.4.6\Cargo.
toml","metadata":null,"authors":["The Rust Project Developers","Steven Allen"],"categories":["command-line-interface"],"keywords":[],"readme":"README.md","repository":"https://github.com/Stebalien/term
"},{"name":"encoding","version":"0.2.33","id":"encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Character encoding support for
Rust","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"encoding-index-simpchinese","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~1.2
0141219.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"encoding-index-singlebyte","source":"registry+https://github.com/rust-lang/crate
s.io-index","req":"~1.20141219.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"encoding-index-tradchinese","source":"registry+https://gi
thub.com/rust-lang/crates.io-index","req":"~1.20141219.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"encoding-index-japanese","source"
:"registry+https://github.com/rust-lang/crates.io-index","req":"~1.20141219.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"encoding-ind
ex-korean","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~1.20141219.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"
name":"getopts","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"tar
gets":[{"kind":["lib"],"crate_types":["lib"],"name":"encoding","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\encoding-0.2.33\src\lib.rs"},{"kind":["example"],"crat
e_types":["bin"],"name":"recode","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\encoding-0.2.33\examples\recode.rs"}],"features":{},"manifest_path":"C:\Users\jkol
b\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\encoding-0.2.33\Cargo.toml","metadata":null,"authors":["Kang Seonghoon [email protected]"],"categories":[],"keywords":["encoding","unicode
","charset"],"readme":"README.md","repository":"https://github.com/lifthrasiir/rust-encoding"},{"name":"webgl_generator","version":"0.1.0","id":"webgl_generator 0.1.0 (registry+https://github.com/rust-
lang/crates.io-index)","license":"Apache-2.0","license_file":null,"description":"Code generators for creating bindings to the WebGL APIs.","source":"registry+https://github.com/rust-lang/crates.io-inde
x","dependencies":[{"name":"RustyXML","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":
[],"target":null},{"name":"heck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"t
arget":null},{"name":"html2runes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"
target":null},{"name":"khronos_api","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[]
,"target":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"ta
rget":null},{"name":"webidl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"targe
t":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"webgl_generator","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\webgl_generator-0.1.0\lib.rs"}],"f
eatures":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\webgl_generator-0.1.0\Cargo.toml","metadata":null,"authors":["Diggory Blake"],"categories":["api-bind
ings","rendering::graphics-api"],"keywords":["webgl"],"readme":"README.md","repository":"https://github.com/brendanzab/gl-rs/"},{"name":"bit-set","version":"0.4.0","id":"bit-set 0.4.0 (registry+https:/
/github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A set of bits","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"n
ame":"bit-vec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name"
:"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{
"kind":["lib"],"crate_types":["lib"],"name":"bit-set","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\bit-set-0.4.0\src\lib.rs"}],"features":{"nightly":[]},"manifest
path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\bit-set-0.4.0\Cargo.toml","metadata":null,"authors":["Alexis Beingessner [email protected]"],"categories":[],"keyw
ords":["data-structures","bitset"],"readme":"README.md","repository":"https://github.com/contain-rs/bit-set"},{"name":"strsim","version":"0.6.0","id":"strsim 0.6.0 (registry+https://github.com/rust-lan
g/crates.io-index)","license":"MIT","license_file":null,"description":"Implementations of string similarity metrics.\nIncludes Hamming, Levenshtein, Damerau-Levenshtein, Jaro, and Jaro-Winkler.\n","sou
rce":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"strsim","src_path":"C:\Users\jkolb\.cargo\registry\src\gith
ub.com-1ecc6299db9ec823\strsim-0.6.0\src\lib.rs"},{"kind":["test"],"crate_types":["bin"],"name":"lib","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\strsim-0.6.0\
tests\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\strsim-0.6.0\Cargo.toml","metadata":null,"authors":["Danny Guo <[email protected]
om>"],"categories":[],"keywords":["string","similarity","Hamming","Levenshtein","Jaro"],"readme":"README.md","repository":"https://github.com/dguo/strsim-rs"},{"name":"serde","version":"1.0.70","id":"s
erde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A generic serialization/deserialization framework","source":"registry+
https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":t
rue,"uses_default_features":true,"features":[],"target":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":
false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"serde","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299
db9ec823\serde-1.0.70\src\lib.rs"},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\serde-
1.0.70\build.rs"}],"features":{"alloc":["unstable"],"default":["std"],"derive":["serde_derive"],"rc":[],"std":[],"unstable":[]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ec
c6299db9ec823\serde-1.0.70\Cargo.toml","metadata":null,"authors":["Erick Tryzelaar [email protected]","David Tolnay [email protected]"],"categories":["encoding"],"keywords":["serde","seri
alization","no_std"],"readme":"crates-io.md","repository":"https://github.com/serde-rs/serde"},{"name":"phf","version":"0.7.22","id":"phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)"
,"license":"MIT","license_file":null,"description":"Runtime support for perfect hash function data structures","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"
phf_shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"= 0.7.22","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targ
ets":[{"kind":["lib"],"crate_types":["lib"],"name":"phf","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\phf-0.7.22\src/lib.rs"}],"features":{"core":["phf_shared/core
"],"unicase":["phf_shared/unicase"]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\phf-0.7.22\Cargo.toml","metadata":null,"authors":["Steven Fackler <sfackler@
gmail.com>"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/sfackler/rust-phf"},{"name":"winapi-build","version":"0.1.1","id":"winapi-build 0.1.1 (registry+https://github.
com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Common code for build.rs in WinAPI -sys crates.","source":"registry+https://github.com/rust-lang/crates.io-index","dep
endencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"build","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\winapi-build-0.1.1\src\lib.rs"}],"featu
res":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\winapi-build-0.1.1\Cargo.toml","metadata":null,"authors":["Peter Atashian [email protected]"],"categor
ies":[],"keywords":["Windows","FFI","WinSDK"],"readme":null,"repository":"https://github.com/retep998/winapi-rs"},{"name":"phf_generator","version":"0.7.22","id":"phf_generator 0.7.22 (registry+https:/
/github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"PHF generation logic","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name"
:"phf_shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"= 0.7.22","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"na
me":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":
[{"kind":["lib"],"crate_types":["lib"],"name":"phf_generator","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\phf_generator-0.7.22\src\lib.rs"}],"features":{},"manif
est_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\phf_generator-0.7.22\Cargo.toml","metadata":null,"authors":["Steven Fackler [email protected]"],"categories":[],"key
words":[],"readme":null,"repository":"https://github.com/sfackler/rust-phf"},{"name":"todomvc","version":"0.1.0","id":"todomvc 0.1.0 (path+file:///C:/projects/test/stdweb/examples/todomvc)","license":n
ull,"license_file":null,"description":null,"source":null,"dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional"
:false,"uses_default_features":true,"features":[],"target":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":
false,"uses_default_features":true,"features":[],"target":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":fal
se,"uses_default_features":true,"features":[],"target":null},{"name":"stdweb","source":null,"req":"","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null
}],"targets":[{"kind":["bin"],"crate_types":["bin"],"name":"todomvc","src_path":"C:\projects\test\stdweb\examples\todomvc\src\main.rs"}],"features":{},"manifest_path":"C:\projects\test\stdweb
\examples\todomvc\Cargo.toml","metadata":null,"authors":["Jan Bujak [email protected]"],"categories":[],"keywords":[],"readme":null,"repository":null},{"name":"rand","version":"0.4.2","id":"rand 0.4.2 (re
gistry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Random number generators and other randomness functionality.\n","source":"registry+ht
tps://github.com/rust-lang/crates.io-index","dependencies":[{"name":"fuchsia-zircon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":null,"rename":null,"optional"
:false,"uses_default_features":true,"features":[],"target":"cfg(target_os = "fuchsia")"},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rena
me":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(unix)"},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"ren
ame":null,"optional":false,"uses_default_features":true,"features":["minwindef","ntsecapi","profileapi","winnt"],"target":"cfg(windows)"}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"rand"
,"src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\rand-0.4.2\src\lib.rs"},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"C:\Users\jkolb\.cargo
\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\rand-0.4.2\benches\bench.rs"},{"kind":["bench"],"crate_types":["bin"],"name":"generators","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-
1ecc6299db9ec823\rand-0.4.2\benches\generators.rs"},{"kind":["bench"],"crate_types":["bin"],"name":"misc","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\rand-0.4.2
\benches\misc.rs"}],"features":{"alloc":[],"default":["std"],"i128_support":[],"nightly":["i128_support"],"std":["libc"]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299
db9ec823\rand-0.4.2\Cargo.toml","metadata":null,"authors":["The Rust Project Developers"],"categories":["algorithms"],"keywords":["random","rng"],"readme":"README.md","repository":"https://github.com
/rust-lang-nursery/rand"},{"name":"gamepad","version":"0.1.0","id":"gamepad 0.1.0 (path+file:///C:/projects/test/stdweb/examples/gamepad)","license":null,"license_file":null,"description":null,"source"
:null,"dependencies":[{"name":"stdweb","source":null,"req":"
","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["bin"],"crate_ty
pes":["bin"],"name":"gamepad","src_path":"C:\projects\test\stdweb\examples\gamepad\src\main.rs"}],"features":{},"manifest_path":"C:\projects\test\stdweb\examples\gamepad\Cargo.toml","metad
ata":null,"authors":["Cory Sherman [email protected]"],"categories":[],"keywords":[],"readme":null,"repository":null},{"name":"proc-macro2","version":"0.4.6","id":"proc-macro2 0.4.6 (registry+https
://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A stable implementation of the upcoming new proc_macro API. Comes with an\noption, off by defau
lt, to also reimplement itself in terms of the upstream\nunstable API.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"unicode-xid","source":"registry+https
://github.com/rust-lang/crates.io-index","req":"^0.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["li
b"],"name":"proc-macro2","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\proc-macro2-0.4.6\src\lib.rs"},{"kind":["test"],"crate_types":["bin"],"name":"test","src_pat
h":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\proc-macro2-0.4.6\tests\test.rs"}],"features":{"default":["proc-macro"],"nightly":["proc-macro"],"proc-macro":[]},"manifest_p
ath":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\proc-macro2-0.4.6\Cargo.toml","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","procmacro2_semver_exempt"]}}},"authors":["A
lex Crichton [email protected]"],"categories":[],"keywords":["macros"],"readme":"README.md","repository":"https://github.com/alexcrichton/proc-macro2"},{"name":"quote","version":"0.6.3","id":"quo
te 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Quasi-quoting macro quote!(...)","source":"registry+https://github.com/ru
st-lang/crates.io-index","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":null,"rename":null,"optional":false,"uses_default_f
eatures":false,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"quote","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\quote-0.6.
3\src\lib.rs"},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\quote-0.6.3\tests\test.rs"}],"features":{"defau
lt":["proc-macro"],"proc-macro":["proc-macro2/proc-macro"]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\quote-0.6.3\Cargo.toml","metadata":null,"authors":["D
avid Tolnay [email protected]"],"categories":[],"keywords":["syn"],"readme":"README.md","repository":"https://github.com/dtolnay/quote"},{"name":"quote","version":"0.4.2","id":"quote 0.4.2 (registry+
https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Quasi-quoting macro quote!(...)","source":"registry+https://github.com/rust-lang/crates.io-i
ndex","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"featur
es":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"quote","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\quote-0.4.2\src\lib.rs"},{"kin
d":["test"],"crate_types":["bin"],"name":"test","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\quote-0.4.2\tests\test.rs"}],"features":{},"manifest_path":"C:\Users
\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\quote-0.4.2\Cargo.toml","metadata":null,"authors":["David Tolnay [email protected]"],"categories":[],"keywords":["syn"],"readme":null,"re
pository":"https://github.com/dtolnay/quote"},{"name":"stdweb-derive","version":"0.4.0","id":"stdweb-derive 0.4.0 (path+file:///C:/projects/test/stdweb/stdweb-derive)","license":"MIT/Apache-2.0","licen
se_file":null,"description":"Derive macros for the stdweb crate","source":null,"dependencies":[{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":nul
l,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"renam
e":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename
":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":null,"rename":null,
"optional":false,"uses_default_features":false,"features":["derive","parsing","printing"],"target":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"stdweb-derive","src_path
":"C:\projects\test\stdweb\stdweb-derive\src\lib.rs"}],"features":{},"manifest_path":"C:\projects\test\stdweb\stdweb-derive\Cargo.toml","metadata":null,"authors":["Jan Bujak [email protected]"],"c
ategories":["api-bindings","gui","web-programming"],"keywords":["web","asmjs","webasm","javascript"],"readme":"README.md","repository":"https://github.com/koute/stdweb"},{"name":"either","version":"1.5
.0","id":"either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"The enum Either with variants Left and Right is a gen
eral purpose sum type with two cases.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index
","req":"^1.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["derive"],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"either","src_path":"
C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\either-1.5.0\src\lib.rs"}],"features":{"default":["use_std"],"use_std":[]},"manifest_path":"C:\Users\jkolb\.cargo\registry\s
rc\github.aaakk.us.kg-1ecc6299db9ec823\either-1.5.0\Cargo.toml","metadata":{"docs":{"rs":{"features":["serde"]}},"release":{"no-dev-version":true}},"authors":["bluss"],"categories":["data-structures","no-st
d"],"keywords":["data-structure","no_std"],"readme":"README-crates.io.md","repository":"https://github.com/bluss/either"},{"name":"ena","version":"0.5.0","id":"ena 0.5.0 (registry+https://github.com/ru
st-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Union-find, congruence closure, and other unification code. Based on code from rustc.","source":"registry+https:/
/github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"ena","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\
ena-0.5.0\src\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\ena-0.5.0\Cargo.toml","metadata":null,"authors":["Niko Matsakis <niko@alu
m.mit.edu>"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/nikomatsakis/ena"},{"name":"ansi_term","version":"0.9.0","id":"ansi_term 0.9.0 (registry+https://github.com/rus
t-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Library for ANSI terminal colours and styles (bold, underline)","source":"registry+https://github.com/rust-lang/crates.io-ind
ex","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"ansi_term","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\ansi_term-0.9.0\src\lib.rs"
}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\ansi_term-0.9.0\Cargo.toml","metadata":null,"authors":["[email protected]","Ryan Scheel (Havvy) <ry
[email protected]>"],"categories":[],"keywords":[],"readme":"README.md","repository":null},{"name":"stdweb","version":"0.4.7","id":"stdweb 0.4.7 (path+file:///C:/projects/test/stdweb)","license":"MIT/
Apache-2.0","license_file":null,"description":"A standard library for the client-side Web","source":null,"dependencies":[{"name":"discard","source":"registry+https://github.com/rust-lang/crates.io-inde
x","req":"^1.0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.i
o-index","req":"^0.2.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates
.io-index","req":"^0.2.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crat
es.io-index","req":"^0.2.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io
-index","req":"^1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-ind
ex","req":"^1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null},{"name":"stdweb-derive","source":null,"req":"^0.4","kind":null,"rename":null,"optional
":false,"uses_default_features":true,"features":[],"target":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional
":false,"uses_default_features":true,"features":[],"target":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":
false,"uses_default_features":true,"features":[],"target":null},{"name":"stdweb-internal-macros","source":null,"req":"^0.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"feat
ures":[],"target":"wasm32-unknown-unknown"}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"stdweb","src_path":"C:\projects\test\stdweb\src\lib.rs"},{"kind":["custom-build"],"crate_types
":["bin"],"name":"build-script-build","src_path":"C:\projects\test\stdweb\build.rs"}],"features":{"default":["serde","serde_json"],"docs-rs":[],"experimental_features_which_may_break_on_minor_versi
on_bumps":["futures-support"],"futures-support":["futures-core","futures-channel","futures-util"],"nightly":[],"web_test":[]},"manifest_path":"C:\projects\test\stdweb\Cargo.toml","metadata":{"docs"
:{"rs":{"all-features":false,"features":["serde","serde_json","futures-support","docs-rs"],"no-default-features":true}}},"authors":["Jan Bujak [email protected]"],"categories":["api-bindings","gui","web-prog
ramming"],"keywords":["web","asmjs","webasm","javascript"],"readme":"README.md","repository":"https://github.com/koute/stdweb"},{"name":"utf-8","version":"0.6.0","id":"utf-8 0.6.0 (registry+https://git
hub.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Incremental, zero-copy UTF-8 decoding with error handling","source":"registry+https://github.com/rus
t-lang/crates.io-index","dependencies":[{"name":"matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":null,"rename":null,"optional":false,"uses_default_featur
es":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"utf8","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\utf-8-0.6.0\lib.
rs"},{"kind":["test"],"crate_types":["bin"],"name":"decoder","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\utf-8-0.6.0\tests\decoder.rs"},{"kind":["test"],"crate_t
ypes":["bin"],"name":"string_from_utf8_lossy","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\utf-8-0.6.0\tests\string_from_utf8_lossy.rs"},{"kind":["test"],"crate_t
ypes":["bin"],"name":"str_from_utf8","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\utf-8-0.6.0\tests\str_from_utf8.rs"},{"kind":["bench"],"crate_types":["bin"],"na
me":"from_utf8_lossy","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\utf-8-0.6.0\benches\from_utf8_lossy.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.car
go\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\utf-8-0.6.0\Cargo.toml","metadata":null,"authors":["Simon Sapin [email protected]"],"categories":[],"keywords":[],"readme":null,"repository":"https
://github.com/SimonSapin/rust-utf8"},{"name":"webidl","version":"0.4.1","id":"webidl 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A
WebIDL parser","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"clippy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.0.165","kind"
:null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null},{"name":"lalrpop-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.1","ki
nd":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"zip","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.6","kind":"d
ev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"lalrpop","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.1","kind":"b
uild","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"webidl","src_path":"C:\Users\jkolb\.cargo\re
gistry\src\github.aaakk.us.kg-1ecc6299db9ec823\webidl-0.4.1\src\lib.rs"},{"kind":["test"],"crate_types":["bin"],"name":"parse_test","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299
db9ec823\webidl-0.4.1\tests\parse_test.rs"},{"kind":["test"],"crate_types":["bin"],"name":"pretty_print_test","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\webidl
-0.4.1\tests\pretty_print_test.rs"},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\webidl
-0.4.1\build.rs"}],"features":{"default":[]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\webidl-0.4.1\Cargo.toml","metadata":null,"authors":["Scott Godwin <
[email protected]>"],"categories":["parsing"],"keywords":["webidl","idl"],"readme":"README.md","repository":"https://github.com/sgodwincs/webidl-rs"},{"name":"libc","version":"0.2.42","id":"libc 0.2.
42 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A library for types and bindings to native C functions often found in libc or\n
other common platform libraries.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"libc","src_path":"C:\Use
rs\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\libc-0.2.42\src\lib.rs"}],"features":{"default":["use_std"],"use_std":[]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\gith
ub.com-1ecc6299db9ec823\libc-0.2.42\Cargo.toml","metadata":null,"authors":["The Rust Project Developers"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang
/libc"},{"name":"lalrpop-snap","version":"0.13.1","id":"lalrpop-snap 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0/MIT","license_file":null,"description":"conven
ient LR(1) parser generator","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"ena","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5"
,"kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"diff","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.9","kin
d":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"lalrpop-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.1",
"kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"bit-set","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","k
ind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"lalrpop-intern","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13
.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"ascii-canvas","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^
1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"unicode-xid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^
0.0.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.
1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.
9","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"rustc-serialize","source":"registry+https://github.com/rust-lang/crates.io-index","req":
"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"regex-syntax","source":"registry+https://github.com/rust-lang/crates.io-index","req"
:"^0.4.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"petgraph","source":"registry+https://github.com/rust-lang/crates.io-index","req":
"^0.4.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"docopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0
.7","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"term","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.5","
kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"atty","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind"
:null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev",
"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"lalrpop-snap","src_path":"C:\Users\jkolb\.cargo\re
gistry\src\github.aaakk.us.kg-1ecc6299db9ec823\lalrpop-snap-0.13.1\src\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\lalrpop-snap-0.13.1\C
argo.toml","metadata":null,"authors":["Niko Matsakis [email protected]"],"categories":[],"keywords":["parser","generator","LR","yacc","grammar"],"readme":"../README.md","repository":"https://github.c
om/nikomatsakis/lalrpop"},{"name":"serde_derive","version":"1.0.70","id":"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"de
scription":"Macros 1.1 implementation of #[derive(Serialize, Deserialize)]","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"proc-macro2","source":"registry+htt
ps://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"quote","source":"registry+https://g
ithub.com/rust-lang/crates.io-index","req":"^0.6","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"syn","source":"registry+https://github.co
m/rust-lang/crates.io-index","req":"^0.14","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["visit"],"target":null},{"name":"serde","source":"registry+https://github.
com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc
-macro"],"name":"serde_derive","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\serde_derive-1.0.70\src\lib.rs"}],"features":{"default":[],"deserialize_in_place":[]},
"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\serde_derive-1.0.70\Cargo.toml","metadata":null,"authors":["Erick Tryzelaar [email protected]","David T
olnay [email protected]"],"categories":[],"keywords":["serde","serialization","no_std"],"readme":"crates-io.md","repository":"https://github.com/serde-rs/serde"},{"name":"serde","version":"0.9.15","i
d":"serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A generic serialization/deserialization framework","source":"regi
stry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":null,"rename":null,"option
al":true,"uses_default_features":true,"features":[],"target":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","rename":null,"optio
nal":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"serde","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ec
c6299db9ec823\serde-0.9.15\src\lib.rs"}],"features":{"alloc":["unstable"],"collections":["alloc"],"default":["std"],"derive":["serde_derive"],"playground":["serde_derive"],"std":[],"unstable":[],"un
stable-testing":["unstable","std"]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\serde-0.9.15\Cargo.toml","metadata":null,"authors":["Erick Tryzelaar <erick.t
[email protected]>"],"categories":["encoding"],"keywords":["serde","serialization","no_std"],"readme":"../README.md","repository":"https://github.com/serde-rs/serde"},{"name":"tendril","version":"0.2.
4","id":"tendril 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Compact buffer/string type for zero-copy parsing","source":
"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"mac","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":null,"rename":null,"optional":fa
lse,"uses_default_features":true,"features":[],"target":null},{"name":"futf","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":null,"rename":null,"optional":false,"
uses_default_features":true,"features":[],"target":null},{"name":"utf-8","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":null,"rename":null,"optional":false,"uses_d
efault_features":true,"features":[],"target":null},{"name":"encoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":null,"rename":null,"optional":false,"uses_defaul
t_features":true,"features":[],"target":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_featur
es":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"tendril","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\tendril-0.2.4
\src\lib.rs"},{"kind":["example"],"crate_types":["bin"],"name":"fuzz","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\tendril-0.2.4\examples\fuzz.rs"}],"features":{
"unstable":[]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\tendril-0.2.4\Cargo.toml","metadata":null,"authors":["Keegan McAllister <[email protected]
om>","Simon Sapin [email protected]","Chris Morgan [email protected]"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/servo/tendril"},{"name":"bitflags","v
ersion":"1.0.3","id":"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A macro to generate structures which behave l
ike bitflags.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"bitflags","src_path":"C:\Users\jkolb\.car
go\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\bitflags-1.0.3\src\lib.rs"}],"features":{"default":[],"example_generated":[]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc
6299db9ec823\bitflags-1.0.3\Cargo.toml","metadata":{"docs":{"rs":{"features":["example_generated"]}}},"authors":["The Rust Project Developers"],"categories":["no-std"],"keywords":["bit","bitmask","bi
tflags","flags"],"readme":"README.md","repository":"https://github.com/rust-lang-nursery/bitflags"},{"name":"lalrpop-intern","version":"0.13.1","id":"lalrpop-intern 0.13.1 (registry+https://github.com/
rust-lang/crates.io-index)","license":"Apache-2.0/MIT","license_file":null,"description":"Simple string interner used by LALRPOP","source":"registry+https://github.com/rust-lang/crates.io-index","depen
dencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"lalrpop-intern","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\lalrpop-intern-0.13.1\src\lib.rs
"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\lalrpop-intern-0.13.1\Cargo.toml","metadata":null,"authors":["Niko Matsakis [email protected]
"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/nikomatsakis/lalrpop"},{"name":"string_cache_codegen","version":"0.3.1","id":"string_cache_codegen 0.3.1 (registry+https:
//github.com/rust-lang/crates.io-index)","license":"MIT / Apache-2.0","license_file":null,"description":"A codegen library for string-cache, developed as part of the Servo project.","source":"registry+
https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"phf_generator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.15","kind":null,"rename":null,"optiona
l":false,"uses_default_features":true,"features":[],"target":null},{"name":"string_cache_shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,
"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"string_cache_codegen","src_path":"C:\Users\jkolb\.cargo\registry
\src\github.aaakk.us.kg-1ecc6299db9ec823\string_cache_codegen-0.3.1\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\string_cache_codegen-0.3.1
\Cargo.toml","metadata":null,"authors":["The Servo Project Developers"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/servo/string-cache"},{"name":"itertools","version":
"0.5.10","id":"itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Extra iterator adaptors, iterator methods, free fu
nctions, and macros.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"either","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","ki
nd":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","ki
nd":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null},{"name":"permutohedron","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2"
,"kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"itertools","src_path":"C:\Users\jkolb
.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\itertools-0.5.10\src\lib.rs"},{"kind":["example"],"crate_types":["bin"],"name":"iris","src_path":"C:\Users\jkolb\.cargo\registry\src\github.
com-1ecc6299db9ec823\itertools-0.5.10\examples\iris.rs"},{"kind":["test"],"crate_types":["bin"],"name":"peeking_take_while","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db
9ec823\itertools-0.5.10\tests\peeking_take_while.rs"},{"kind":["test"],"crate_types":["bin"],"name":"quick","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\itertool
s-0.5.10\tests\quick.rs"},{"kind":["test"],"crate_types":["bin"],"name":"tests","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\itertools-0.5.10\tests\tests.rs"},{
"kind":["test"],"crate_types":["bin"],"name":"tuples","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\itertools-0.5.10\tests\tuples.rs"},{"kind":["test"],"crate_type
s":["bin"],"name":"zip","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\itertools-0.5.10\tests\zip.rs"},{"kind":["bench"],"crate_types":["bin"],"name":"bench1","src

path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\itertools-0.5.10\benches\bench1.rs"},{"kind":["bench"],"crate_types":["bin"],"name":"tuples","src_path":"C:\Users\jkolb
.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\itertools-0.5.10\benches\tuples.rs"},{"kind":["bench"],"crate_types":["bin"],"name":"tuple_combinations","src_path":"C:\Users\jkolb\.cargo\reg
istry\src\github.aaakk.us.kg-1ecc6299db9ec823\itertools-0.5.10\benches\tuple_combinations.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\itertoo
ls-0.5.10\Cargo.toml","metadata":{"release":{"no-dev-version":true}},"authors":["bluss"],"categories":["algorithms","rust-patterns"],"keywords":["iterator","data-structure","zip","product","group-by"]
,"readme":null,"repository":"https://github.com/bluss/rust-itertools"},{"name":"dtoa","version":"0.4.3","id":"dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2
.0","license_file":null,"description":"Fast functions for printing floating-point primitives to an io::Write","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets
":[{"kind":["lib"],"crate_types":["lib"],"name":"dtoa","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\dtoa-0.4.3\src\lib.rs"},{"kind":["test"],"crate_types":["bin"]
,"name":"test","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\dtoa-0.4.3\tests\test.rs"},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"C:\User
s\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\dtoa-0.4.3\benches\bench.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\dtoa-
0.4.3\Cargo.toml","metadata":null,"authors":["David Tolnay [email protected]"],"categories":["value-formatting"],"keywords":[],"readme":"README.md","repository":"https://github.com/dtolnay/dtoa"},{"
name":"discard","version":"1.0.3","id":"discard 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Discard trait which allows for intentio
nally leaking memory","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"discard","src_path":"C:\Users\jkolb\
.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\discard-1.0.3\src\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\discard-1.0.3\Car
go.toml","metadata":null,"authors":["Pauan [email protected]"],"categories":["memory-management"],"keywords":["discard","cancel","revoke","drop","leak"],"readme":"README.md","repository":"https:
//github.com/Pauan/rust-discard"},{"name":"log","version":"0.4.3","id":"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"
A lightweight logging facade for Rust\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-inde
x","req":"^0.1.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","
req":"^1.0","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","r
eq":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"log","src_path":"C:\Users\jk
olb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\log-0.4.3\src\lib.rs"},{"kind":["test"],"crate_types":["bin"],"name":"filters","src_path":"C:\Users\jkolb\.cargo\registry\src\github.com
-1ecc6299db9ec823\log-0.4.3\tests\filters.rs"}],"features":{"max_level_debug":[],"max_level_error":[],"max_level_info":[],"max_level_off":[],"max_level_trace":[],"max_level_warn":[],"release_max_lev
el_debug":[],"release_max_level_error":[],"release_max_level_info":[],"release_max_level_off":[],"release_max_level_trace":[],"release_max_level_warn":[],"std":[]},"manifest_path":"C:\Users\jkolb\.c
argo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\log-0.4.3\Cargo.toml","metadata":{"docs":{"rs":{"features":["std","serde"]}}},"authors":["The Rust Project Developers"],"categories":["development-too
ls::debugging"],"keywords":["logging"],"readme":"README.md","repository":"https://github.com/rust-lang/log"},{"name":"unicode-xid","version":"0.0.4","id":"unicode-xid 0.0.4 (registry+https://github.com
/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Determine whether characters have the XID_Start\nor XID_Continue properties according to\nUnicode Standard Ann
ex #31.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"unicode-xid","src_path":"C:\Users\jkolb\.cargo
\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\unicode-xid-0.0.4\src\lib.rs"}],"features":{"bench":[],"default":[],"no_std":[]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc
6299db9ec823\unicode-xid-0.0.4\Cargo.toml","metadata":null,"authors":["erick.tryzelaar [email protected]","kwantam [email protected]"],"categories":[],"keywords":["text","unicode","xid"],
"readme":"README.md","repository":"https://github.com/unicode-rs/unicode-xid"},{"name":"unreachable","version":"1.0.0","id":"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","
license":"MIT / Apache-2.0","license_file":null,"description":"An unreachable code optimization hint in stable rust.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"
name":"void","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null}],"targets"
:[{"kind":["lib"],"crate_types":["lib"],"name":"unreachable","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\unreachable-1.0.0\src\lib.rs"}],"features":{},"manifest

path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\unreachable-1.0.0\Cargo.toml","metadata":null,"authors":["Jonathan Reem [email protected]"],"categories":[],"keywor
ds":[],"readme":"README.md","repository":"https://github.com/reem/rust-unreachable.git"},{"name":"winapi","version":"0.2.8","id":"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)","
license":"MIT","license_file":null,"description":"Types and constants for WinAPI bindings. See README for list of crates providing function bindings.","source":"registry+https://github.com/rust-lang/cr
ates.io-index","dependencies":[{"name":"gdi32-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"
features":[],"target":null},{"name":"usp10-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"fea
tures":[],"target":null},{"name":"winscard-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"fea
tures":[],"target":null},{"name":"winmm-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"featur
es":[],"target":null},{"name":"winspool-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"featur
es":[],"target":null},{"name":"d2d1-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":
[],"target":null},{"name":"hid-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"t
arget":null},{"name":"d3dcompiler-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[]
,"target":null},{"name":"winhttp-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],
"target":null},{"name":"d3d12-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"ta
rget":null},{"name":"ktmw32-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"targ
et":null},{"name":"netapi32-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"targ
et":null},{"name":"runtimeobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],
"target":null},{"name":"secur32-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"
target":null},{"name":"d3d11-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"tar
get":null},{"name":"oleaut32-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"tar
get":null},{"name":"xinput-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"targe
t":null},{"name":"ws2_32-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target"
:null},{"name":"opengl32-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target"
:null},{"name":"credui-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":n
ull},{"name":"dbghelp-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":nu
ll},{"name":"vssapi-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null
},{"name":"dwrite-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},
{"name":"user32-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"
name":"uuid-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name
":"setupapi-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name
":"dxgi-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"c
omdlg32-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"s
hell32-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"wi
nusb-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"http
api-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"mpr-s
ys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"dwmapi-sys
","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"pdh-sys","so
urce":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"bcrypt-sys","sour
ce":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"crypt32-sys","sourc
e":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"wevtapi-sys","source
":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"userenv-sys","source"
:"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"odbc32-sys","source":"
registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"dxguid-sys","source":"re
gistry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"comctl32-sys","source":"re
gistry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"ole32-sys","source":"regis
try+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"kernel32-sys","source":"regis
try+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"shlwapi-sys","source":"regist
ry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"dsound-sys","source":"registry
+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"advapi32-sys","source":"registry
+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"d3d9-sys","source":"registry+htt
ps://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"psapi-sys","source":"registry+https:
//github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"
],"name":"winapi","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\winapi-0.2.8\src\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\
github.aaakk.us.kg-1ecc6299db9ec823\winapi-0.2.8\Cargo.toml","metadata":null,"authors":["Peter Atashian [email protected]"],"categories":[],"keywords":["windows","ffi","win32","com","directx"],"readme":"R
EADME.md","repository":"https://github.com/retep998/winapi-rs"},{"name":"html5ever-atoms","version":"0.2.2","id":"html5ever-atoms 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","license
":"MIT / Apache-2.0","license_file":null,"description":"Static strings for html5ever","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"heapsize","source":"regis
try+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null},{"name":"heapsize_derive","source":"re
gistry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null},{"name":"string_cache","source":"re
gistry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"string_cache_codegen","so
urce":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["
lib"],"crate_types":["lib"],"name":"html5ever-atoms","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\html5ever-atoms-0.2.2\lib.rs"},{"kind":["custom-build"],"crate_ty
pes":["bin"],"name":"build-script-build","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\html5ever-atoms-0.2.2\build.rs"}],"features":{"heap_size":["heapsize","heapsi
ze_derive","string_cache/heapsize"]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\html5ever-atoms-0.2.2\Cargo.toml","metadata":null,"authors":["The html5ever
Project Developers"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/servo/html5ever"},{"name":"utf8-ranges","version":"1.0.0","id":"utf8-ranges 1.0.0 (registry+https://git
hub.com/rust-lang/crates.io-index)","license":"Unlicense/MIT","license_file":null,"description":"Convert ranges of Unicode codepoints to UTF-8 byte ranges.","source":"registry+https://github.com/rust-l
ang/crates.io-index","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"dev","rename":null,"optional":false,"uses_default_featu
res":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"utf8-ranges","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\utf8-rang
es-1.0.0\src\lib.rs"},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\utf8-ranges-1.0.0\benches\bench.rs"}],
"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\utf8-ranges-1.0.0\Cargo.toml","metadata":null,"authors":["Andrew Gallant [email protected]"],"cat
egories":[],"keywords":["codepoint","utf8","automaton","range"],"readme":"README.md","repository":"https://github.com/BurntSushi/utf8-ranges"},{"name":"heck","version":"0.3.0","id":"heck 0.3.0 (registr
y+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"heck is a case conversion library.","source":"registry+https://github.com/rust-lang/cra
tes.io-index","dependencies":[{"name":"unicode-segmentation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":null,"rename":null,"optional":false,"uses_default_fea
tures":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"heck","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\heck-0.3.0\sr
c\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\heck-0.3.0\Cargo.toml","metadata":null,"authors":["Without Boats [email protected]"]
,"categories":[],"keywords":["string","case","camel","snake","unicode"],"readme":"README.md","repository":"https://github.com/withoutboats/heck"},{"name":"memchr","version":"2.0.1","id":"memchr 2.0.1 (
registry+https://github.com/rust-lang/crates.io-index)","license":"Unlicense/MIT","license_file":null,"description":"Safe interface to memchr.","source":"registry+https://github.com/rust-lang/crates.io
-index","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.18","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features
":[],"target":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"feature
s":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"memchr","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\memchr-2.0.1\src\lib.rs"},{"ki
nd":["bench"],"crate_types":["bin"],"name":"bench","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\memchr-2.0.1\benches\bench.rs"}],"features":{"default":["use_std",
"libc"],"use_std":["libc","libc/use_std"]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\memchr-2.0.1\Cargo.toml","metadata":null,"authors":["Andrew Gallant <j
[email protected]>","bluss"],"categories":[],"keywords":["memchr","char","scan","strchr","string"],"readme":"README.md","repository":"https://github.com/BurntSushi/rust-memchr"},{"name":"lalrpop-util","
version":"0.13.1","id":"lalrpop-util 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0/MIT","license_file":null,"description":"Runtime library for parsers generated
by LALRPOP","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"lalrpop-util","src_path":"C:\Users\jkolb\.carg
o\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\lalrpop-util-0.13.1\src\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\lalrpop-util-0.13
.1\Cargo.toml","metadata":null,"authors":["Niko Matsakis [email protected]"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/nikomatsakis/lalrpop"},{"name":"vec_map","ve
rsion":"0.6.0","id":"vec_map 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A simple map based on a vector for small intege
r keys","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":null,"renam
e":null,"optional":true,"uses_default_features":true,"features":[],"target":null},{"name":"serde_macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":null,"renam
e":null,"optional":true,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"vec_map","src_path":"C:\Users\jkolb\.cargo\registry\src
\github.aaakk.us.kg-1ecc6299db9ec823\vec_map-0.6.0\src\lib.rs"}],"features":{"eders":["serde","serde_macros"]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\vec_map-
0.6.0\Cargo.toml","metadata":null,"authors":["Alex Crichton [email protected]","Jorge Aparicio [email protected]","Alexis Beingessner [email protected]","Brian Anderson <>","tbu- <
","Manish Goregaokar <>","Aaron Turon [email protected]","Adolfo Ochagavía <>","Niko Matsakis <>","Steven Fackler <>","Chase Southwood [email protected]","Eduard Burtescu <>","Florian Wilkens
<>","Félix Raimundo <>","Tibor Benke <>","Markus Siemens [email protected]","Josh Branchaud [email protected]","Huon Wilson [email protected]","Corey Farwell [email protected]","Aaron Liblon
g <>","Nick Cameron [email protected]","Patrick Walton [email protected]","Felix S Klock II <>","Andrew Paseltiner [email protected]","Sean McArthur [email protected]","Vadim Petroche
nkov <>"],"categories":[],"keywords":["data-structures","collections","vecmap","vec_map","contain-rs"],"readme":"README.md","repository":"https://github.com/contain-rs/vec-map"},{"name":"lazy_static","
version":"0.2.11","id":"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A macro for declaring lazily evaluated
statics in Rust.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"compiletest_rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3"
,"kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null},{"name":"spin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.6","kind
":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"lazy_static","src_path":"C:\Users\jkolb\.carg
o\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\lazy_static-0.2.11\src\lib.rs"},{"kind":["test"],"crate_types":["bin"],"name":"compile_tests","src_path":"C:\Users\jkolb\.cargo\registry\src\githu
b.com-1ecc6299db9ec823\lazy_static-0.2.11\tests\compile_tests.rs"},{"kind":["test"],"crate_types":["bin"],"name":"no_std","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9e
c823\lazy_static-0.2.11\tests\no_std.rs"},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\lazy_static-0.2.11\t
ests\test.rs"}],"features":{"compiletest":["compiletest_rs"],"nightly":[],"spin_no_std":["nightly","spin"]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\lazy

static-0.2.11\Cargo.toml","metadata":null,"authors":["Marvin Löbel [email protected]"],"categories":["no-std","rust-patterns","memory-management"],"keywords":["macro","lazy","static"],"readme"
:"README.md","repository":"https://github.com/rust-lang-nursery/lazy-static.rs"},{"name":"ascii-canvas","version":"1.0.0","id":"ascii-canvas 1.0.0 (registry+https://github.com/rust-lang/crates.io-index
)","license":"Apache-2.0/MIT","license_file":null,"description":"simple canvas for drawing lines and styled text and emitting to the terminal","source":"registry+https://github.com/rust-lang/crates.io-
index","dependencies":[{"name":"term","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":
[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"ascii-canvas","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\ascii-canvas-1.0.0\src\lib.
rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\ascii-canvas-1.0.0\Cargo.toml","metadata":null,"authors":["Niko Matsakis [email protected]"
],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/nikomatsakis/ascii-canvas"},{"name":"new_debug_unreachable","version":"1.0.1","id":"new_debug_unreachable 1.0.1 (registry+
https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"panic in debug, intrinsics::unreachable() in release (fork of debug_unreachable)","source":"registry+ht
tps://github.com/rust-lang/crates.io-index","dependencies":[{"name":"unreachable","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":fals
e,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"debug_unreachable","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-
1ecc6299db9ec823\new_debug_unreachable-1.0.1\src/lib.rs"},{"kind":["example"],"crate_types":["bin"],"name":"simple","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\n
ew_debug_unreachable-1.0.1\examples\simple.rs"},{"kind":["test"],"crate_types":["bin"],"name":"check","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\new_debug_unrea
chable-1.0.1\tests\check.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\new_debug_unreachable-1.0.1\Cargo.toml","metadata":null,"authors":
["Matt Brubeck [email protected]","Jonathan Reem [email protected]"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/mbrubeck/rust-debug-unreachable"},{"
name":"winapi-x86_64-pc-windows-gnu","version":"0.4.0","id":"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"
description":"Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.","source":"registry+https://github.com/rust-lang/crates.io-index","d
ependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"winapi-x86_64-pc-windows-gnu","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\winapi-x86_64-pc
-windows-gnu-0.4.0\src\lib.rs"},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\winapi-x86
_64-pc-windows-gnu-0.4.0\build.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\winapi-x86_64-pc-windows-gnu-0.4.0\Cargo.toml","metadata":nul
l,"authors":["Peter Atashian [email protected]"],"categories":[],"keywords":["windows"],"readme":null,"repository":"https://github.com/retep998/winapi-rs"},{"name":"RustyXML","version":"0.1.1","id":
"RustyXML 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A SAX-like streaming XML parser, and a DOM-like interface based on that","sou
rce":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"xml","src_path":"C:\Users\jkolb\.cargo\registry\src\github.
com-1ecc6299db9ec823\RustyXML-0.1.1\src\lib.rs"},{"kind":["example"],"crate_types":["bin"],"name":"roundtrip","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\RustyX
ML-0.1.1\examples\roundtrip.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\RustyXML-0.1.1\Cargo.toml","metadata":null,"authors":["Florian
Zeitz [email protected]"],"categories":[],"keywords":["XML","parser"],"readme":"README.md","repository":"https://github.com/Florob/RustyXML"},{"name":"echo","version":"0.1.0","id":"echo 0.1.0 (p
ath+file:///C:/projects/test/stdweb/examples/echo)","license":null,"license_file":null,"description":null,"source":null,"dependencies":[{"name":"stdweb","source":null,"req":"","kind":null,"rename":nul
l,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["bin"],"crate_types":["bin"],"name":"echo","src_path":"C:\projects\test\stdweb\examples\echo\src
\main.rs"}],"features":{},"manifest_path":"C:\projects\test\stdweb\examples\echo\Cargo.toml","metadata":null,"authors":["Diggory Blake"],"categories":[],"keywords":[],"readme":null,"repository":n
ull},{"name":"quote","version":"0.3.15","id":"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Quasi-quoting macro quo
te!(...)","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"quote","src_path":"C:\Users\jkolb\.cargo\regist
ry\src\github.aaakk.us.kg-1ecc6299db9ec823\quote-0.3.15\src\lib.rs"},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\
quote-0.3.15\tests\test.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\quote-0.3.15\Cargo.toml","metadata":null,"authors":["David Tolnay <
[email protected]>"],"categories":[],"keywords":["syn"],"readme":null,"repository":"https://github.com/dtolnay/quote"},{"name":"encoding-index-japanese","version":"1.20141219.5","id":"encoding-index-ja
panese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)","license":"CC0-1.0","license_file":null,"description":"Index tables for Japanese character encodings","source":"registry+htt
ps://github.com/rust-lang/crates.io-index","dependencies":[{"name":"encoding_index_tests","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.4","kind":null,"rename":null,"opti
onal":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"encoding_index_japanese","src_path":"C:\Users\jkolb\.cargo\registry\
src\github.aaakk.us.kg-1ecc6299db9ec823\encoding-index-japanese-1.20141219.5\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\encoding-index-jap
anese-1.20141219.5\Cargo.toml","metadata":null,"authors":["Kang Seonghoon [email protected]"],"categories":[],"keywords":[],"readme":"../../../README.md","repository":null},{"name":"ucd-util","
version":"0.1.1","id":"ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A small utility library for working with the
Unicode character database.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"ucd-util","src_path":"C:\Use
rs\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\ucd-util-0.1.1\src\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\ucd-ut
il-0.1.1\Cargo.toml","metadata":null,"authors":["Andrew Gallant [email protected]"],"categories":[],"keywords":["unicode","database","character","property"],"readme":"README.md","repository":"https:
//github.com/BurntSushi/rucd"},{"name":"phf_shared","version":"0.7.22","id":"phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description"
:"Support code shared by PHF libraries","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"siphasher","source":"registry+https://github.com/rust-lang/crates.io-in
dex","req":"^0.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"unicase","source":"registry+https://github.com/rust-lang/crates.io-index"
,"req":"^1.4","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"phf_shared","src_path":"C:\U
sers\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\phf_shared-0.7.22\src/lib.rs"}],"features":{"core":[]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9
ec823\phf_shared-0.7.22\Cargo.toml","metadata":null,"authors":["Steven Fackler [email protected]"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/sfackler/rust-phf"},
{"name":"syn","version":"0.11.11","id":"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Nom parser for Rust source cod
e","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":null,"rename":
null,"optional":true,"uses_default_features":true,"features":[],"target":null},{"name":"synom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":null,"rename":null,"
optional":true,"uses_default_features":true,"features":[],"target":null},{"name":"unicode-xid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.0.4","kind":null,"rename":null,
"optional":true,"uses_default_features":true,"features":[],"target":null},{"name":"tempdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"dev","rename":null,"o
ptional":false,"uses_default_features":true,"features":[],"target":null},{"name":"syntex_pos","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.58","kind":"dev","rename":null,"
optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"dev","rename":null,"o
ptional":false,"uses_default_features":true,"features":[],"target":null},{"name":"syntex_syntax","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.58","kind":"dev","rename":nul
l,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"syn","src_path":"C:\Users\jkolb\.cargo\registry\src\github.c
om-1ecc6299db9ec823\syn-0.11.11\src\lib.rs"}],"features":{"aster":[],"default":["parsing","printing"],"fold":[],"full":[],"parsing":["unicode-xid","synom"],"printing":["quote"],"visit":[]},"manifest
_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\syn-0.11.11\Cargo.toml","metadata":null,"authors":["David Tolnay [email protected]"],"categories":["development-tools::p
rocedural-macro-helpers"],"keywords":[],"readme":null,"repository":"https://github.com/dtolnay/syn"},{"name":"encoding-index-korean","version":"1.20141219.5","id":"encoding-index-korean 1.20141219.5 (r
egistry+https://github.com/rust-lang/crates.io-index)","license":"CC0-1.0","license_file":null,"description":"Index tables for Korean character encodings","source":"registry+https://github.com/rust-lan
g/crates.io-index","dependencies":[{"name":"encoding_index_tests","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.4","kind":null,"rename":null,"optional":false,"uses_defaul
t_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"encoding_index_korean","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db
9ec823\encoding-index-korean-1.20141219.5\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\encoding-index-korean-1.20141219.5\Cargo.toml
","metadata":null,"authors":["Kang Seonghoon [email protected]"],"categories":[],"keywords":[],"readme":"../../../README.md","repository":null},{"name":"synom","version":"0.11.3","id":"synom 0.1
1.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Stripped-down Nom parser used by Syn","source":"registry+https://github.com/ru
st-lang/crates.io-index","dependencies":[{"name":"unicode-xid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.0.4","kind":null,"rename":null,"optional":false,"uses_default_f
eatures":true,"features":[],"target":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","rename":null,"optional":false,"uses_default_feature
s":false,"features":["parsing","full"],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"synom","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\
synom-0.11.3\src\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\synom-0.11.3\Cargo.toml","metadata":null,"authors":["David Tolnay <dto
[email protected]>"],"categories":["development-tools::procedural-macro-helpers"],"keywords":[],"readme":"../README.md","repository":"https://github.com/dtolnay/syn"},{"name":"syn","version":"0.12.15","id
":"syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Nom parser for Rust source code","source":"registry+https://github.
com/rust-lang/crates.io-index","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":false,"uses_defau
lt_features":true,"features":[],"target":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":true,"uses_default_feat
ures":true,"features":[],"target":null},{"name":"unicode-xid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":null,"rename":null,"optional":false,"uses_default_feat
ures":true,"features":[],"target":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","rename":null,"optional":false,"uses_default_feature
s":true,"features":[],"target":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","rename":null,"optional":false,"uses_default_features":tr
ue,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"syn","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\syn-0.12.15\src\lib.rs
"},{"kind":["example"],"crate_types":["bin"],"name":"dump-syntax","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\syn-0.12.15\examples/dump-syntax/main.rs"}],"feature
s":{"clone-impls":[],"default":["derive","parsing","printing","clone-impls"],"derive":[],"extra-traits":[],"fold":[],"full":[],"parsing":[],"printing":["quote"],"visit":[],"visit-mut":[]},"manifest_pat
h":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\syn-0.12.15\Cargo.toml","metadata":{"docs":{"rs":{"all-features":true}}},"authors":["David Tolnay [email protected]"],"categ
ories":["development-tools::procedural-macro-helpers"],"keywords":[],"readme":null,"repository":"https://github.com/dtolnay/syn"},{"name":"thread_local","version":"0.3.5","id":"thread_local 0.3.5 (regi
stry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0/MIT","license_file":null,"description":"Per-object thread-local storage","source":"registry+https://github.com/rust-lang/crates
.io-index","dependencies":[{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"f
eatures":[],"target":null},{"name":"unreachable","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"f
eatures":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"thread_local","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\thread_local-0.3.5\
src\lib.rs"},{"kind":["bench"],"crate_types":["bin"],"name":"thread_local","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\thread_local-0.3.5\benches\thread_local.r
s"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\thread_local-0.3.5\Cargo.toml","metadata":null,"authors":["Amanieu d'Antras <[email protected]
"],"categories":[],"keywords":["thread_local","concurrent","thread"],"readme":"README.md","repository":"https://github.com/Amanieu/thread_local-rs"},{"name":"void","version":"1.0.2","id":"void 1.0.2 (
registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"The uninhabited void type for use in statically impossible cases.","source":"registry+https://
github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"void","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\
void-1.0.2\src\lib.rs"}],"features":{"default":["std"],"std":[]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\void-1.0.2\Cargo.toml","metadata":null,"author
s":["Jonathan Reem [email protected]"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/reem/rust-void.git"},{"name":"debug_unreachable","version":"0.1.1","id
":"debug_unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"unreachable!() in debug, std::intrinsics::unreachable() in release
.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"unreachable","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":null,"rena
me":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"debug_unreachable","src_path":"C:\Users\jkolb\.cargo\re
gistry\src\github.aaakk.us.kg-1ecc6299db9ec823\debug_unreachable-0.1.1\src/lib.rs"},{"kind":["example"],"crate_types":["bin"],"name":"simple","src_path":"C:\Users\jkolb\.cargo\registry\src\github.com
-1ecc6299db9ec823\debug_unreachable-0.1.1\examples\simple.rs"},{"kind":["test"],"crate_types":["bin"],"name":"check","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823
\debug_unreachable-0.1.1\tests\check.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\debug_unreachable-0.1.1\Cargo.toml","metadata":null,"a
uthors":["Jonathan Reem [email protected]"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/reem/rust-debug-unreachable.git"},{"name":"fixedbitset","version"
:"0.1.9","id":"fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"FixedBitSet is a simple bitset collection","sourc
e":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"fixedbitset","src_path":"C:\Users\jkolb\.cargo\registry\src\g
ithub.com-1ecc6299db9ec823\fixedbitset-0.1.9\src\lib.rs"},{"kind":["bench"],"crate_types":["bin"],"name":"benches","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\f
ixedbitset-0.1.9\benches\benches.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\fixedbitset-0.1.9\Cargo.toml","metadata":{"release":{"no-d
ev-version":true}},"authors":["bluss"],"categories":["data-structures"],"keywords":["container","data-structure","bitvec","bitset"],"readme":null,"repository":"https://github.com/bluss/fixedbitset"},{"
name":"futf","version":"0.1.4","id":"futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT / Apache-2.0","license_file":null,"description":"Handling fragments of UTF-8","so
urce":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"mac","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":null,"rename":null,"op
tional":false,"uses_default_features":true,"features":[],"target":null},{"name":"new_debug_unreachable","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rena
me":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"futf","src_path":"C:\Users\jkolb\.cargo\registry\src\
github.aaakk.us.kg-1ecc6299db9ec823\futf-0.1.4\src\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\futf-0.1.4\Cargo.toml","metadata":null,"aut
hors":["Keegan McAllister [email protected]"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/servo/futf"},{"name":"serde_json","version":"1.0.24","id":"serde_json
1.0.24 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A JSON serialization file format","source":"registry+https://github.com/rus
t-lang/crates.io-index","dependencies":[{"name":"dtoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":false,"uses_default_features":t
rue,"features":[],"target":null},{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,
"features":[],"target":null},{"name":"itoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"featur
es":[],"target":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features"
:[],"target":null},{"name":"compiletest_rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"featu
res":[],"target":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"fea
tures":[],"target":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"f
eatures":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"serde_json","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\serde_json-1.0.24\src
\lib.rs"}],"features":{"arbitrary_precision":[],"default":[],"preserve_order":["indexmap"]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\serde_json-1.0.24\Ca
rgo.toml","metadata":null,"authors":["Erick Tryzelaar [email protected]","David Tolnay [email protected]"],"categories":["encoding"],"keywords":["json","serde","serialization"],"readme":"RE
ADME.md","repository":"https://github.com/serde-rs/json"},{"name":"regex","version":"0.2.11","id":"regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","lice
nse_file":null,"description":"An implementation of regular expressions for Rust. This implementation uses\nfinite automata and guarantees linear time matching on all inputs.\n","source":"registry+https
://github.com/rust-lang/crates.io-index","dependencies":[{"name":"aho-corasick","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":null,"rename":null,"optional":fals
e,"uses_default_features":true,"features":[],"target":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":null,"rename":null,"optional":false,"
uses_default_features":true,"features":[],"target":null},{"name":"regex-syntax","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.6","kind":null,"rename":null,"optional":fals
e,"uses_default_features":true,"features":[],"target":null},{"name":"thread_local","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":null,"rename":null,"optional":f
alse,"uses_default_features":true,"features":[],"target":null},{"name":"utf8-ranges","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":null,"optional"
:false,"uses_default_features":true,"features":[],"target":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":
false,"uses_default_features":true,"features":[],"target":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","rename":null,"optional":
false,"uses_default_features":false,"features":[],"target":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","rename":null,"optional":false
,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"regex","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec
823\regex-0.2.11\src\lib.rs"},{"kind":["example"],"crate_types":["bin"],"name":"shootout-regex-dna-bytes","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\regex-0.2.
11\examples\shootout-regex-dna-bytes.rs"},{"kind":["example"],"crate_types":["bin"],"name":"shootout-regex-dna-cheat","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823
\regex-0.2.11\examples\shootout-regex-dna-cheat.rs"},{"kind":["example"],"crate_types":["bin"],"name":"shootout-regex-dna-replace","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc
6299db9ec823\regex-0.2.11\examples\shootout-regex-dna-replace.rs"},{"kind":["example"],"crate_types":["bin"],"name":"shootout-regex-dna-single-cheat","src_path":"C:\Users\jkolb\.cargo\registry\
src\github.aaakk.us.kg-1ecc6299db9ec823\regex-0.2.11\examples\shootout-regex-dna-single-cheat.rs"},{"kind":["example"],"crate_types":["bin"],"name":"shootout-regex-dna-single","src_path":"C:\Users\jkolb
.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\regex-0.2.11\examples\shootout-regex-dna-single.rs"},{"kind":["example"],"crate_types":["bin"],"name":"shootout-regex-dna","src_path":"C:\Users\
jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\regex-0.2.11\examples\shootout-regex-dna.rs"},{"kind":["test"],"crate_types":["bin"],"name":"default","src_path":"C:\Users\jkolb\.cargo\
registry\src\github.aaakk.us.kg-1ecc6299db9ec823\regex-0.2.11\tests/test_default.rs"},{"kind":["test"],"crate_types":["bin"],"name":"default-bytes","src_path":"C:\Users\jkolb\.cargo\registry\src\gith
ub.com-1ecc6299db9ec823\regex-0.2.11\tests/test_default_bytes.rs"},{"kind":["test"],"crate_types":["bin"],"name":"nfa","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823
\regex-0.2.11\tests/test_nfa.rs"},{"kind":["test"],"crate_types":["bin"],"name":"nfa-utf8bytes","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\regex-0.2.11\tests/t
est_nfa_utf8bytes.rs"},{"kind":["test"],"crate_types":["bin"],"name":"nfa-bytes","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\regex-0.2.11\tests/test_nfa_bytes.rs"
},{"kind":["test"],"crate_types":["bin"],"name":"backtrack","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\regex-0.2.11\tests/test_backtrack.rs"},{"kind":["test"],"c
rate_types":["bin"],"name":"backtrack-utf8bytes","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\regex-0.2.11\tests/test_backtrack_utf8bytes.rs"},{"kind":["test"],"cr
ate_types":["bin"],"name":"backtrack-bytes","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\regex-0.2.11\tests/test_backtrack_bytes.rs"},{"kind":["custom-build"],"cra
te_types":["bin"],"name":"build-script-build","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\regex-0.2.11\build.rs"}],"features":{"default":[],"pattern":[],"simd-acc
el":[],"unstable":["pattern"]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\regex-0.2.11\Cargo.toml","metadata":null,"authors":["The Rust Project Developers"]
,"categories":["text-processing"],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/regex"},{"name":"kernel32-sys","version":"0.2.2","id":"kernel32-sys 0.2.2 (registry+https
://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Contains function definitions for the Windows API library kernel32. See winapi for types and constants.","so
urce":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.5","kind":null,"rename":null,
"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"winapi-build","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"build","rename"
:null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"kernel32","src_path":"C:\Users\jkolb\.cargo\registry\src
\github.aaakk.us.kg-1ecc6299db9ec823\kernel32-sys-0.2.2\src\lib.rs"},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\Users\jkolb\.cargo\registry\src\github.co
m-1ecc6299db9ec823\kernel32-sys-0.2.2\build.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\kernel32-sys-0.2.2\Cargo.toml","metadata":null,
"authors":["Peter Atashian [email protected]"],"categories":[],"keywords":["windows","ffi","win32"],"readme":"README.md","repository":"https://github.com/retep998/winapi-rs"},{"name":"fuchsia-zircon
-sys","version":"0.3.3","id":"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"BSD-3-Clause","license_file":null,"description":"Low-level Rust bindings for t
he Zircon kernel","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"fuchsia-zircon-sys","src_path":"C:\Users\
jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\fuchsia-zircon-sys-0.3.3\src\lib.rs"},{"kind":["example"],"crate_types":["bin"],"name":"hello","src_path":"C:\Users\jkolb\.cargo\registr
y\src\github.aaakk.us.kg-1ecc6299db9ec823\fuchsia-zircon-sys-0.3.3\examples\hello.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\fuchsia-zircon-
sys-0.3.3\Cargo.toml","metadata":null,"authors":["Raph Levien [email protected]"],"categories":[],"keywords":[],"readme":null,"repository":"https://fuchsia.googlesource.com/garnet/"},{"name":"unicode-
width","version":"0.1.5","id":"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Determine displayed width of c har and str types\naccording to Unicode Standard Annex #11 rules.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib
"],"name":"unicode-width","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\unicode-width-0.1.5\src\lib.rs"}],"features":{"bench":[],"default":[],"no_std":[]},"manifes
t_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\unicode-width-0.1.5\Cargo.toml","metadata":null,"authors":["kwantam [email protected]"],"categories":[],"keywords":["te
xt","width","unicode"],"readme":"README.md","repository":"https://github.com/unicode-rs/unicode-width"},{"name":"rustc-serialize","version":"0.3.24","id":"rustc-serialize 0.3.24 (registry+https://githu
b.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Generic serialization/deserialization support corresponding to the\nderive(RustcEncodable, RustcDecodabl e) mode in the compiler. Also includes\nsupport for hex, base64, and json encoding and decoding.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"rand","sou
rce":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib
"],"crate_types":["lib"],"name":"rustc-serialize","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\rustc-serialize-0.3.24\src\lib.rs"},{"kind":["bench"],"crate_types"
:["bin"],"name":"base64","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\rustc-serialize-0.3.24\benches\base64.rs"},{"kind":["bench"],"crate_types":["bin"],"name":"h
ex","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\rustc-serialize-0.3.24\benches\hex.rs"},{"kind":["bench"],"crate_types":["bin"],"name":"json","src_path":"C:\Use
rs\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\rustc-serialize-0.3.24\benches\json.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9
ec823\rustc-serialize-0.3.24\Cargo.toml","metadata":null,"authors":["The Rust Project Developers"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/rustc-
serialize"},{"name":"lazy_static","version":"1.0.2","id":"lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A macr
o for declaring lazily evaluated statics in Rust.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"spin","source":"registry+https://github.com/rust-lang/crates
.io-index","req":"^0.4.6","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"lazy_static","src
_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\lazy_static-1.0.2\src\lib.rs"},{"kind":["test"],"crate_types":["bin"],"name":"no_std","src_path":"C:\Users\jkolb\.carg
o\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\lazy_static-1.0.2\tests\no_std.rs"},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"C:\Users\jkolb\.cargo\registry\src\github.com
-1ecc6299db9ec823\lazy_static-1.0.2\tests\test.rs"}],"features":{"nightly":[],"spin_no_std":["nightly","spin"]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823
\lazy_static-1.0.2\Cargo.toml","metadata":null,"authors":["Marvin Löbel [email protected]"],"categories":["no-std","rust-patterns","memory-management"],"keywords":["macro","lazy","static"],"re
adme":"README.md","repository":"https://github.com/rust-lang-nursery/lazy-static.rs"},{"name":"syn","version":"0.14.4","id":"syn 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)","license
":"MIT/Apache-2.0","license_file":null,"description":"Nom parser for Rust source code","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"proc-macro2","source":"r
egistry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null},{"name":"quote","source":"regi
stry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null},{"name":"unicode-xid","source":"regi
stry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"rayon","source":"registry+h
ttps://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"walkdir","source":"registry+http
s://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["
lib"],"name":"syn","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\syn-0.14.4\src\lib.rs"},{"kind":["example"],"crate_types":["bin"],"name":"dump-syntax","src_path":
"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\syn-0.14.4\examples/dump-syntax/main.rs"}],"features":{"clone-impls":[],"default":["derive","parsing","printing","clone-impls","p
roc-macro"],"derive":[],"extra-traits":[],"fold":[],"full":[],"parsing":[],"printing":["quote"],"proc-macro":["proc-macro2/proc-macro","quote/proc-macro"],"visit":[],"visit-mut":[]},"manifest_path":"C:
\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\syn-0.14.4\Cargo.toml","metadata":{"docs":{"rs":{"all-features":true}},"playground":{"all-features":true}},"authors":["David Tolnay
[email protected]"],"categories":["development-tools::procedural-macro-helpers"],"keywords":[],"readme":"README.md","repository":"https://github.com/dtolnay/syn"},{"name":"unicode-segmentation","vers
ion":"1.2.1","id":"unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"This crate provides Grapheme Cluster
and Word boundaries\naccording to Unicode Standard Annex #29 rules.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"quickcheck","source":"registry+https://
github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"
],"name":"unicode-segmentation","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\unicode-segmentation-1.2.1\src\lib.rs"}],"features":{"no_std":[]},"manifest_path":"C:
\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\unicode-segmentation-1.2.1\Cargo.toml","metadata":null,"authors":["kwantam [email protected]"],"categories":[],"keywords":["text",
"unicode","grapheme","word","boundary"],"readme":"README.md","repository":"https://github.com/unicode-rs/unicode-segmentation"},{"name":"lalrpop","version":"0.13.1","id":"lalrpop 0.13.1 (registry+https
://github.com/rust-lang/crates.io-index)","license":"Apache-2.0/MIT","license_file":null,"description":"convenient LR(1) parser generator","source":"registry+https://github.com/rust-lang/crates.io-inde
x","dependencies":[{"name":"term","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"
target":null},{"name":"petgraph","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"t
arget":null},{"name":"bit-set","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"tar
get":null},{"name":"lalrpop-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],
"target":null},{"name":"regex-syntax","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":
[],"target":null},{"name":"diff","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.9","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"t
arget":null},{"name":"lalrpop-intern","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features"
:[],"target":null},{"name":"ascii-canvas","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features
":[],"target":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[]
,"target":null},{"name":"unicode-xid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.0.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":
[],"target":null},{"name":"ena","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"targ
et":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.9","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"targ
et":null},{"name":"rustc-serialize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"
target":null},{"name":"atty","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"targe
t":null},{"name":"docopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":nu
ll},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"
name":"lalrpop-snap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.1","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":n
ull}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"lalrpop","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\lalrpop-0.13.1\src\lib.rs"},{"kind":["bin"],"
crate_types":["bin"],"name":"lalrpop","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\lalrpop-0.13.1\src\main.rs"},{"kind":["custom-build"],"crate_types":["bin"],"na
me":"build-script-build","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\lalrpop-0.13.1\build.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry
\src\github.aaakk.us.kg-1ecc6299db9ec823\lalrpop-0.13.1\Cargo.toml","metadata":null,"authors":["Niko Matsakis [email protected]"],"categories":[],"keywords":["parser","generator","LR","yacc","grammar"],"r
eadme":"../README.md","repository":"https://github.com/nikomatsakis/lalrpop"},{"name":"aho-corasick","version":"0.6.6","id":"aho-corasick 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
"license":"Unlicense/MIT","license_file":null,"description":"Fast multiple substring searching with finite state machines.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencie
s":[{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"n
ame":"csv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"doc
opt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"memmap","
source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"quickcheck","
source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null},{"name":"serde","sour
ce":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"serde_derive","sour
ce":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],
"crate_types":["lib"],"name":"aho_corasick","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\aho-corasick-0.6.6\src\lib.rs"},{"kind":["bin"],"crate_types":["bin"],"na
me":"aho-corasick-dot","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\aho-corasick-0.6.6\src/main.rs"},{"kind":["example"],"crate_types":["bin"],"name":"dict-search"
,"src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\aho-corasick-0.6.6\examples\dict-search.rs"},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"C:\
Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\aho-corasick-0.6.6\benches/bench.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9e
c823\aho-corasick-0.6.6\Cargo.toml","metadata":null,"authors":["Andrew Gallant [email protected]"],"categories":[],"keywords":["string","search","text","aho","corasick"],"readme":"README.md","repos
itory":"https://github.com/BurntSushi/aho-corasick"},{"name":"hasher","version":"0.1.0","id":"hasher 0.1.0 (path+file:///C:/projects/test/stdweb/examples/hasher)","license":null,"license_file":null,"de
scription":null,"source":null,"dependencies":[{"name":"sha1","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_featu
res":true,"features":[],"target":null},{"name":"stdweb","source":null,"req":"
","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":
["cdylib"],"crate_types":["cdylib"],"name":"hasher","src_path":"C:\projects\test\stdweb\examples\hasher\src\lib.rs"}],"features":{},"manifest_path":"C:\projects\test\stdweb\examples\hasher
\Cargo.toml","metadata":null,"authors":["Jan Bujak [email protected]"],"categories":[],"keywords":[],"readme":null,"repository":null},{"name":"ordermap","version":"0.3.5","id":"ordermap 0.3.5 (registry+https
://github.com/rust-lang/crates.io-index)","license":"Apache-2.0/MIT","license_file":null,"description":"A hash table with consistent order and fast iteration.","source":"registry+https://github.com/rus
t-lang/crates.io-index","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":true,"uses_default_features":t
rue,"features":[],"target":null},{"name":"fnv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"fe
atures":[],"target":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"f
eatures":[],"target":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"fe
atures":[],"target":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"f
eatures":[],"target":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"feature
s":[],"target":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.5","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"featu
res":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"ordermap","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\ordermap-0.3.5\src\lib.rs"
},{"kind":["test"],"crate_types":["bin"],"name":"equivalent_trait","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\ordermap-0.3.5\tests\equivalent_trait.rs"},{"kind"
:["test"],"crate_types":["bin"],"name":"quick","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\ordermap-0.3.5\tests\quick.rs"},{"kind":["test"],"crate_types":["bin"]
,"name":"serde","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\ordermap-0.3.5\tests\serde.rs"},{"kind":["test"],"crate_types":["bin"],"name":"tests","src_path":"C:
\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\ordermap-0.3.5\tests\tests.rs"},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"C:\Users\jkolb\.cargo\registr
y\src\github.aaakk.us.kg-1ecc6299db9ec823\ordermap-0.3.5\benches\bench.rs"},{"kind":["bench"],"crate_types":["bin"],"name":"faststring","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc
6299db9ec823\ordermap-0.3.5\benches\faststring.rs"}],"features":{"serde-1":["serde"],"test_debug":[],"test_low_transition_point":[]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.
com-1ecc6299db9ec823\ordermap-0.3.5\Cargo.toml","metadata":{"docs":{"rs":{"features":["serde-1"]}},"release":{"no-dev-version":true}},"authors":["bluss"],"categories":["data-structures"],"keywords":[
"hashmap"],"readme":null,"repository":"https://github.com/bluss/ordermap"},{"name":"atty","version":"0.1.2","id":"atty 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","li
cense_file":null,"description":"A simple interface for querying atty","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"winapi","source":"registry+https://github
.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"libc","source":"registry+https://github.com/ru
st-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"kernel32-sys","source":"registry+https://github.com/r
ust-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"att
y","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\atty-0.1.2\src\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc62
99db9ec823\atty-0.1.2\Cargo.toml","metadata":null,"authors":["softprops [email protected]"],"categories":[],"keywords":["terminal","tty"],"readme":null,"repository":"https://github.com/softprops/
atty"},{"name":"khronos_api","version":"2.2.0","id":"khronos_api 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0","license_file":null,"description":"The Khronos XML
API Registry, exposed as byte string constants.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"khronos_api
","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\khronos_api-2.2.0\src\lib.rs"},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path
":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\khronos_api-2.2.0\build.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec8
23\khronos_api-2.2.0\Cargo.toml","metadata":null,"authors":["Brendan Zabarauskas [email protected]","Corey Richardson","Arseny Kapoulkine","Pierre Krieger [email protected]"],"catego
ries":["rendering::graphics-api"],"keywords":["gl","egl","opengl","khronos"],"readme":"README.md","repository":"https://github.com/brendanzab/gl-rs/"},{"name":"term_size","version":"0.2.3","id":"term_s
ize 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"functions for determining terminal sizes and dimensions","source":"regis
try+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"clippy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.0.112","kind":null,"rename":null,"optional"
:true,"uses_default_features":true,"features":[],"target":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.2.20","kind":null,"rename":null,"optional":fals
e,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = "windows"))"},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.2.8","kind":null,"
rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = "windows")"},{"name":"kernel32-sys","source":"registry+https://github.com/rust-lang/crates.io-index"
,"req":"~0.2.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = "windows")"}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"
term_size","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\term_size-0.2.3\src\lib.rs"}],"features":{"debug":[],"default":[],"lints":["clippy","nightly"],"nightly":[
],"travis":["lints","nightly"],"unstable":[]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\term_size-0.2.3\Cargo.toml","metadata":null,"authors":["Kevin K. <k
[email protected]>","Benjamin Sago [email protected]"],"categories":[],"keywords":["term","terminal","size","width","dimension"],"readme":"README.md","repository":"https://github.com/kbknapp/term_size-rs
.git"},{"name":"winapi","version":"0.3.5","id":"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Raw FFI bindings for
all of Windows API.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"winapi-i686-pc-windows-gnu","source":"registry+https://github.com/rust-lang/crates.io-inde
x","req":"^0.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"i686-pc-windows-gnu"},{"name":"winapi-x86_64-pc-windows-gnu","source":"registry+https://g
ithub.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnu"}],"targets":[{"kind":["lib"],"cr
ate_types":["lib"],"name":"winapi","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\winapi-0.3.5\src\lib.rs"},{"kind":["custom-build"],"crate_types":["bin"],"name":"b
uild-script-build","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\winapi-0.3.5\build.rs"}],"features":{"accctrl":[],"aclapi":[],"activation":[],"appmgmt":[],"audiocl
ient":[],"audiosessiontypes":[],"avrt":[],"basetsd":[],"bcrypt":[],"bits":[],"bits10_1":[],"bits1_5":[],"bits2_0":[],"bits2_5":[],"bits3_0":[],"bits4_0":[],"bits5_0":[],"bitscfg":[],"bitsmsg":[],"bugco
des":[],"cderr":[],"cfg":[],"cfgmgr32":[],"cguid":[],"combaseapi":[],"coml2api":[],"commapi":[],"commctrl":[],"commdlg":[],"commoncontrols":[],"consoleapi":[],"corsym":[],"d2d1":[],"d2d1_1":[],"d2d1_2"
:[],"d2d1_3":[],"d2d1effectauthor":[],"d2d1effects":[],"d2d1effects_1":[],"d2d1effects_2":[],"d2d1svg":[],"d2dbasetypes":[],"d3d":[],"d3d10":[],"d3d10_1":[],"d3d10_1shader":[],"d3d10effect":[],"d3d10mi
sc":[],"d3d10sdklayers":[],"d3d10shader":[],"d3d11":[],"d3d11_1":[],"d3d11_2":[],"d3d11_3":[],"d3d11_4":[],"d3d11on12":[],"d3d11sdklayers":[],"d3d11shader":[],"d3d12":[],"d3d12sdklayers":[],"d3d12shade
r":[],"d3d9":[],"d3d9caps":[],"d3d9types":[],"d3dcommon":[],"d3dcompiler":[],"d3dcsx":[],"d3dx10core":[],"d3dx10math":[],"d3dx10mesh":[],"datetimeapi":[],"davclnt":[],"dbghelp":[],"dcommon":[],"dcomp":
[],"dcompanimation":[],"dcomptypes":[],"dde":[],"ddraw":[],"ddrawi":[],"ddrawint":[],"debug":[],"debugapi":[],"devguid":[],"devpkey":[],"devpropdef":[],"dinput":[],"dinputd":[],"dmksctl":[],"dmusicc":[
],"docobj":[],"documenttarget":[],"dpa_dsa":[],"dpapi":[],"dsgetdc":[],"dsound":[],"dsrole":[],"dvp":[],"dwmapi":[],"dwrite":[],"dwrite_1":[],"dwrite_2":[],"dwrite_3":[],"dxdiag":[],"dxfile":[],"dxgi":
[],"dxgi1_2":[],"dxgi1_3":[],"dxgi1_4":[],"dxgi1_5":[],"dxgi1_6":[],"dxgidebug":[],"dxgiformat":[],"dxgitype":[],"dxva2api":[],"dxvahd":[],"endpointvolume":[],"errhandlingapi":[],"everything":[],"evntc
ons":[],"evntprov":[],"evntrace":[],"excpt":[],"fibersapi":[],"fileapi":[],"gl-gl":[],"guiddef":[],"handleapi":[],"heapapi":[],"hidclass":[],"hidpi":[],"hidsdi":[],"hidusage":[],"highlevelmonitorconfig
urationapi":[],"hstring":[],"http":[],"imm":[],"impl-default":[],"in6addr":[],"inaddr":[],"inspectable":[],"interlockedapi":[],"intsafe":[],"ioapiset":[],"jobapi":[],"jobapi2":[],"knownfolders":[],"ksm
edia":[],"ktmtypes":[],"ktmw32":[],"libloaderapi":[],"limits":[],"lmaccess":[],"lmalert":[],"lmapibuf":[],"lmat":[],"lmcons":[],"lmdfs":[],"lmerrlog":[],"lmjoin":[],"lmmsg":[],"lmremutl":[],"lmrepl":[]
,"lmserver":[],"lmshare":[],"lmstats":[],"lmsvc":[],"lmuse":[],"lmwksta":[],"lowlevelmonitorconfigurationapi":[],"lsalookup":[],"memoryapi":[],"minschannel":[],"minwinbase":[],"minwindef":[],"mmdevicea
pi":[],"mmeapi":[],"mmreg":[],"mmsystem":[],"msaatext":[],"mscat":[],"mschapp":[],"mssip":[],"mstcpip":[],"namedpipeapi":[],"namespaceapi":[],"nb30":[],"ncrypt":[],"ntddscsi":[],"ntddser":[],"ntdef":[]
,"ntlsa":[],"ntsecapi":[],"ntstatus":[],"oaidl":[],"objbase":[],"objidl":[],"objidlbase":[],"ocidl":[],"oleauto":[],"olectl":[],"opmapi":[],"pdh":[],"perflib":[],"physicalmonitorenumerationapi":[],"pla
ysoundapi":[],"powerbase":[],"powersetting":[],"powrprof":[],"processenv":[],"processsnapshot":[],"processthreadsapi":[],"processtopologyapi":[],"profileapi":[],"propidl":[],"propkeydef":[],"propsys":[
],"prsht":[],"psapi":[],"qos":[],"realtimeapiset":[],"reason":[],"restartmanager":[],"restrictederrorinfo":[],"rmxfguid":[],"roapi":[],"robuffer":[],"roerrorapi":[],"rpc":[],"rpcdce":[],"rpcndr":[],"sa
pi":[],"sapi51":[],"sapi53":[],"sapiddk":[],"sapiddk51":[],"schannel":[],"sddl":[],"securityappcontainer":[],"securitybaseapi":[],"servprov":[],"setupapi":[],"shellapi":[],"shellscalingapi":[],"shlobj"
:[],"shobjidl":[],"shobjidl_core":[],"shtypes":[],"spapidef":[],"sporder":[],"sql":[],"sqlext":[],"sqltypes":[],"sqlucode":[],"sspi":[],"std":[],"stralign":[],"stringapiset":[],"strmif":[],"subauth":[]
,"synchapi":[],"sysinfoapi":[],"systemtopologyapi":[],"textstor":[],"threadpoolapiset":[],"threadpoollegacyapiset":[],"timeapi":[],"timezoneapi":[],"tlhelp32":[],"transportsettingcommon":[],"tvout":[],
"unknwnbase":[],"urlhist":[],"urlmon":[],"usb":[],"usbiodef":[],"usbspec":[],"userenv":[],"usp10":[],"utilapiset":[],"vadefs":[],"vcruntime":[],"vsbackup":[],"vss":[],"vsserror":[],"vswriter":[],"wct":
[],"werapi":[],"winbase":[],"wincodec":[],"wincodecsdk":[],"wincon":[],"wincred":[],"wincrypt":[],"windef":[],"windowsceip":[],"windowsx":[],"winefs":[],"winerror":[],"winevt":[],"wingdi":[],"winhttp":
[],"wininet":[],"winineti":[],"winioctl":[],"winnetwk":[],"winnls":[],"winnt":[],"winreg":[],"winsafer":[],"winscard":[],"winsmcrd":[],"winsock2":[],"winspool":[],"winstring":[],"winsvc":[],"winusb":[]
,"winusbio":[],"winuser":[],"winver":[],"wmistr":[],"wnnc":[],"wow64apiset":[],"ws2def":[],"ws2ipdef":[],"ws2spi":[],"ws2tcpip":[],"wtypes":[],"wtypesbase":[],"xinput":[]},"manifest_path":"C:\Users\j
kolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\winapi-0.3.5\Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","features":["everything"]}}},"authors":["Peter At
ashian [email protected]"],"categories":["external-ffi-bindings","no-std","os::windows-apis"],"keywords":["windows","ffi","win32","com","directx"],"readme":"README.md","repository":"https://github.c
om/retep998/winapi-rs"},{"name":"minimal","version":"0.1.0","id":"minimal 0.1.0 (path+file:///C:/projects/test/stdweb/examples/minimal)","license":null,"license_file":null,"description":null,"source":n
ull,"dependencies":[{"name":"stdweb","source":null,"req":"","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["bin"],"crate_type
s":["bin"],"name":"minimal","src_path":"C:\projects\test\stdweb\examples\minimal\src\main.rs"}],"features":{},"manifest_path":"C:\projects\test\stdweb\examples\minimal\Cargo.toml","metadat
a":null,"authors":["Jan Bujak [email protected]"],"categories":[],"keywords":[],"readme":null,"repository":null},{"name":"canvas","version":"0.1.0","id":"canvas 0.1.0 (path+file:///C:/projects/test/stdweb/ex
amples/canvas)","license":null,"license_file":null,"description":null,"source":null,"dependencies":[{"name":"stdweb","source":null,"req":"
","kind":null,"rename":null,"optional":false,"uses_default_fea
tures":true,"features":[],"target":null}],"targets":[{"kind":["bin"],"crate_types":["bin"],"name":"canvas","src_path":"C:\projects\test\stdweb\examples\canvas\src\main.rs"}],"features":{},"manif
est_path":"C:\projects\test\stdweb\examples\canvas\Cargo.toml","metadata":null,"authors":["Diggory Blake"],"categories":[],"keywords":[],"readme":null,"repository":null},{"name":"itoa","version":
"0.4.2","id":"itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Fast functions for printing integer primitives to an io::
Write","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"itoa","src_path":"C:\Users\jkolb\.cargo\registry\
src\github.aaakk.us.kg-1ecc6299db9ec823\itoa-0.4.2\src\lib.rs"},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\itoa-0
.4.2\tests\test.rs"},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\itoa-0.4.2\benches\bench.rs"}],"feature
s":{"default":["std"],"i128":[],"std":[]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\itoa-0.4.2\Cargo.toml","metadata":null,"authors":["David Tolnay <dtolna
[email protected]>"],"categories":["value-formatting"],"keywords":[],"readme":"README.md","repository":"https://github.com/dtolnay/itoa"},{"name":"string_cache","version":"0.4.0","id":"string_cache 0.4.0 (re
gistry+https://github.com/rust-lang/crates.io-index)","license":"MIT / Apache-2.0","license_file":null,"description":"A string interning library for Rust, developed as part of the Servo project.","sour
ce":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":null,"rename":null,"opti
onal":false,"uses_default_features":true,"features":[],"target":null},{"name":"heapsize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optiona
l":true,"uses_default_features":true,"features":[],"target":null},{"name":"phf_shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.4","kind":null,"rename":null,"optiona
l":false,"uses_default_features":true,"features":[],"target":null},{"name":"rustc-serialize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"opt
ional":true,"uses_default_features":true,"features":[],"target":null},{"name":"string_cache_shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":nu
ll,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":nu
ll,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"debug_unreachable","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":null,"re
name":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","rename":
null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"string_cache_codegen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"buil
d","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"string_cache","src_path":"C:\Users\jkolb\.cargo
\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\string_cache-0.4.0\src\lib.rs"},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\Users\jkolb\.cargo\registry
\src\github.aaakk.us.kg-1ecc6299db9ec823\string_cache-0.4.0\build.rs"}],"features":{"log-events":["rustc-serialize"],"unstable":[]},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6
299db9ec823\string_cache-0.4.0\Cargo.toml","metadata":null,"authors":["The Servo Project Developers"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/servo/string-cache"}
,{"name":"matches","version":"0.1.6","id":"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A macro to evaluate, as a boolean, w
hether an expression matches a pattern.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"matches","src_path":
"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\matches-0.1.6\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\matc
hes-0.1.6\Cargo.toml","metadata":null,"authors":["Simon Sapin [email protected]"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/SimonSapin/rust-std-candidates"},{"n
ame":"unreachable","version":"0.1.1","id":"unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"An unreachable code optimization
hint in stable rust.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"void","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind"
:null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"unreachable","src_path":"C:\Users\jkolb\.car
go\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\unreachable-0.1.1\src\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\unreachable-0.1.1
\Cargo.toml","metadata":null,"authors":["Jonathan Reem [email protected]"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/reem/rust-unreachable.git"},{"name
":"phf_codegen","version":"0.7.22","id":"phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Codegen library for PHF types","s
ource":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"phf_generator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"= 0.7.22","kind":null,"ren
ame":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"phf_shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"= 0.7.22","kind":null,"
rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"phf_codegen","src_path":"C:\Users\jkolb\.cargo\regi
stry\src\github.aaakk.us.kg-1ecc6299db9ec823\phf_codegen-0.7.22\src\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\phf_codegen-0.7.22\Cargo
.toml","metadata":null,"authors":["Steven Fackler [email protected]"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/sfackler/rust-phf"},{"name":"regex-syntax","version
":"0.4.2","id":"regex-syntax 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A regular expression parser.","source":"registr
y+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","rename":null,"optional":
false,"uses_default_features":false,"features":[],"target":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","rename":null,"optional":false
,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"regex-syntax","src_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc62
99db9ec823\regex-syntax-0.4.2\src\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\regex-syntax-0.4.2\Cargo.toml","metadata":null,"auth
ors":["The Rust Project Developers"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rust-lang/regex"},{"name":"encoding-index-singlebyte","version":"1.20141219.5","id":"en
coding-index-singlebyte 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)","license":"CC0-1.0","license_file":null,"description":"Index tables for various single-byte character encod
ings","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"encoding_index_tests","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.4","ki
nd":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"encoding_index_singlebyte","src_path":"C:\Us
ers\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\encoding-index-singlebyte-1.20141219.5\lib.rs"}],"features":{},"manifest_path":"C:\Users\jkolb\.cargo\registry\src\github.aaakk.us.kg-1ecc
6299db9ec823\encoding-index-singlebyte-1.20141219.5\Cargo.toml","metadata":null,"authors":["Kang Seonghoon [email protected]"],"categories":[],"keywords":[],"readme":"../../../README.md","repo
sitory":null},{"name":"stdweb-internal-macros","version":"0.1.0","id":"stdweb-internal-macros 0.1.0 (path+file:///C:/projects/test/stdweb/stdweb-internal-macros)","license":"MIT/Apache-2.0","license_fi
le":null,"description":"Internal procedural macros for the stdweb crate","source":null,"dependencies":[{"name":"base-x","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","
kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":
null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"re
name":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"ren
ame":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename
":null,"optional":false,"uses_default_features":true,"features":[],"target":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":null,"rename":null,
"optional":false,"uses_default_features":false,"features":["full","parsing","printing","clone-impls"],"target":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"stdweb-inter
nal-macros","src_path":"C:\projects\test\stdweb\stdweb-internal-macros\src\lib.rs"}],"features":{},"manifest_path":"C:\projects\test\stdweb\stdweb-internal-macros\Cargo.toml","metadata":null
,"authors":["Jan Bujak [email protected]"],"categories":["api-bindings","gui","web-programming"],"keywords":["web","asmjs","webasm","javascript"],"readme":"README.md","repository":"https://github.com/koute/s
tdweb"}],"workspace_members":["canvas 0.1.0 (path+file:///C:/projects/test/stdweb/examples/canvas)","echo 0.1.0 (path+file:///C:/projects/test/stdweb/examples/echo)","gamepad 0.1.0 (path+file:///C:/pro
jects/test/stdweb/examples/gamepad)","hasher 0.1.0 (path+file:///C:/projects/test/stdweb/examples/hasher)","minimal 0.1.0 (path+file:///C:/projects/test/stdweb/examples/minimal)","todomvc 0.1.0 (path+f
ile:///C:/projects/test/stdweb/examples/todomvc)","webgl 0.1.0 (path+file:///C:/projects/test/stdweb/examples/webgl)"],"resolve":{"nodes":[{"id":"bitflags 1.0.3 (registry+https://github.com/rust-lang/c
rates.io-index)","dependencies":[],"features":["default"]},{"id":"regex-syntax 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"html2runes 1.0.0 (r
egistry+https://github.com/rust-lang/crates.io-index)","dependencies":["html5ever 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)","clap 2.20.5 (registry+https://github.com/rust-lang/cra
tes.io-index)","tendril 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)","html5ever-atoms 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"syn 0.14.4
(registry+https://github.com/rust-lang/crates.io-index)","dependencies":["unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","quote 0.6.3 (registry+https://github.com/rust-lang/
crates.io-index)","proc-macro2 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)"],"features":["clone-impls","default","derive","parsing","printing","proc-macro","proc-macro2","quote","visi
t"]},{"id":"itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":["default","std"]},{"id":"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-ind
ex)","dependencies":[],"features":[]},{"id":"encoding-index-simpchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["encoding_index_tests 0.1.4 (registry+https
://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"lalrpop-snap 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["regex-syntax 0.4.2 (registry+https://githu
b.com/rust-lang/crates.io-index)","ena 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)","atty 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)","term 0.4.6 (registry+https://
github.com/rust-lang/crates.io-index)","ascii-canvas 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","petgraph 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)","regex 0.2.
11 (registry+https://github.com/rust-lang/crates.io-index)","rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)","bit-set 0.4.0 (registry+https://github.com/rust-lang/crates
.io-index)","lalrpop-intern 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)","unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)","diff 0.1.11 (registry+https://gi
thub.com/rust-lang/crates.io-index)","itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)","docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","lalrpop-util 0.13
.1 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"sha1 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"phf 0.7.22
(registry+https://github.com/rust-lang/crates.io-index)","dependencies":["phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"encoding-index-japanese 1.20
141219.5 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"libc 0.2.42
(registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":["default","use_std"]},{"id":"regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)","depende
ncies":["ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","depe
ndencies":[],"features":[]},{"id":"utf-8 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)"],"feature
s":[]},{"id":"lalrpop-util 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","d
ependencies":["fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.5 (registry+https://github
.com/rust-lang/crates.io-index)"],"features":["default","libc","std"]},{"id":"html5ever 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["phf_codegen 0.7.22 (registry+htt
ps://github.com/rust-lang/crates.io-index)","phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)","mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.3 (registry
+https://github.com/rust-lang/crates.io-index)","tendril 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)","rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)","quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)","html5ever-atoms 0.2.2 (registry+https://github.com/rust-lan
g/crates.io-index)"],"features":[]},{"id":"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"phf_shared 0.7.22 (registry+https://github.
com/rust-lang/crates.io-index)","dependencies":["siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"void 1.0.2 (registry+https://github.com/rust-lang/crates
.io-index)","dependencies":[],"features":[]},{"id":"encoding-index-singlebyte 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["encoding_index_tests 0.1.4 (registry
+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["encoding_index_t
ests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{
"id":"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"strsim 0.6
.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["unicode-segmenta
tion 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"
webidl 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["lalrpop 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)","lalrpop-util 0.13.1 (registry+https://git
hub.com/rust-lang/crates.io-index)"],"features":["default"]},{"id":"string_cache 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["debug_unreachable 0.1.1 (registry+https:
//github.com/rust-lang/crates.io-index)","phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)","serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)","lazy_static
0.2.11 (registry+https://github.com/rust-lang/crates.io-index)","string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","string_cache_codegen 0.3.1 (registry+https://github.
com/rust-lang/crates.io-index)"],"features":[]},{"id":"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-
index)"],"features":[]},{"id":"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/cra
tes.io-index)","dependencies":["unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)"],"features":["default","proc-macro"]},{"id":"html5ever-atoms 0.2.2 (registry+https://github.co
m/rust-lang/crates.io-index)","dependencies":["string_cache 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","string_cache_codegen 0.3.1 (registry+https://github.com/rust-lang/crates.io-i
ndex)"],"features":[]},{"id":"todomvc 0.1.0 (path+file:///C:/projects/test/stdweb/examples/todomvc)","dependencies":["serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)","stdwe
b 0.4.7 (path+file:///C:/projects/test/stdweb)","serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)"],"feat
ures":[]},{"id":"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","itoa 0.4.2 (registry+ht
tps://github.com/rust-lang/crates.io-index)","serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)"],"features":["default"]},{"id":"serde 1.0.70 (registry+https://github.com/rust-lang/c
rates.io-index)","dependencies":[],"features":["default","std"]},{"id":"term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["kernel32-sys 0.2.2 (registry+https://github.
com/rust-lang/crates.io-index)","winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)"],"features":["default"]},{"id":"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index
)","dependencies":["synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)","unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)","quote 0.3.15 (registry+https://git
hub.com/rust-lang/crates.io-index)"],"features":["default","full","parsing","printing","quote","synom","unicode-xid","visit"]},{"id":"siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-in
dex)","dependencies":[],"features":[]},{"id":"thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["unreachable 1.0.0 (registry+https://github.com/rust-lang/crate
s.io-index)","lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["wi
napi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)"],"features":["minwin
def","ntsecapi","profileapi","winnt"]},{"id":"encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["encoding-index-simpchinese 1.20141219.5 (registry+https://github.
com/rust-lang/crates.io-index)","encoding-index-japanese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)","encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust
-lang/crates.io-index)","encoding-index-korean 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)","encoding-index-singlebyte 1.20141219.5 (registry+https://github.com/rust-lang/crate
s.io-index)"],"features":[]},{"id":"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)"],"feature
s":["default","libc","use_std"]},{"id":"fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"winapi-i686-pc-windows-gnu 0.4.0 (registry+htt
ps://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["void 1.0.2 (registry+http
s://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"vec_map 0.6.0 (registry+
https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["mac 0.1.1 (registry+https://g
ithub.com/rust-lang/crates.io-index)","new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"gamepad 0.1.0 (path+file:///C:/projects/test/stdweb/ex
amples/gamepad)","dependencies":["stdweb 0.4.7 (path+file:///C:/projects/test/stdweb)"],"features":[]},{"id":"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"
features":[]},{"id":"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-l
ang/crates.io-index)","dependencies":["fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)"],"featu
res":[]},{"id":"diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"lalrpop-intern 0.13.1 (registry+https://github.com/rust-lang/crates.io-index
)","dependencies":[],"features":[]},{"id":"lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"bit-set 0.4.0 (registry+https://github.com/
rust-lang/crates.io-index)","dependencies":["bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.
io-index)","dependencies":[],"features":[]},{"id":"string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"unicode-segmentation 1.2.1
(registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"webgl_generator 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["heck 0.3
.0 (registry+https://github.com/rust-lang/crates.io-index)","RustyXML 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","khronos_api 2.2.0 (registry+https://github.com/rust-lang/crates.io-
index)","regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)","html2runes 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","webidl 0.4.1 (registry+https://github.com/rust
-lang/crates.io-index)"],"features":[]},{"id":"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":["default"]},{"id":"docopt 0.7.0 (registry+https:/
/github.com/rust-lang/crates.io-index)","dependencies":["strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)","rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-i
ndex)","lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)","regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"khronos_api 2.2.0 (regi
stry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"minimal 0.1.0 (path+file:///C:/projects/test/stdweb/examples/minimal)","dependencies":["stdweb 0.4.7 (path+fi
le:///C:/projects/test/stdweb)"],"features":[]},{"id":"ascii-canvas 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["term 0.4.6 (registry+https://github.com/rust-lang/cra
tes.io-index)"],"features":[]},{"id":"canvas 0.1.0 (path+file:///C:/projects/test/stdweb/examples/canvas)","dependencies":["stdweb 0.4.7 (path+file:///C:/projects/test/stdweb)"],"features":[]},{"id":"s
tdweb-derive 0.4.0 (path+file:///C:/projects/test/stdweb/stdweb-derive)","dependencies":["syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.70 (registry+https://github.com
/rust-lang/crates.io-index)","quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"e
na 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],
"features":["default"]},{"id":"echo 0.1.0 (path+file:///C:/projects/test/stdweb/examples/echo)","dependencies":["stdweb 0.4.7 (path+file:///C:/projects/test/stdweb)"],"features":[]},{"id":"either 1.5.0
(registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"string_cache_codegen 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["st
ring_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"unicode-xid 0.0.4
(registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":["default"]},{"id":"phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["
rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"encoding-index-korean 1.20141219.5
(registry+https://github.com/rust-lang/crates.io-index)","dependencies":["encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"term_size 0.2.3 (re
gistry+https://github.com/rust-lang/crates.io-index)","dependencies":["winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)","kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/c
rates.io-index)","libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)"],"features":["default"]},{"id":"ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)","dependenc
ies":[],"features":[]},{"id":"ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"phf_codegen 0.7.22 (registry+https://github.com/rust-lang/c
rates.io-index)","dependencies":["phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)","phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[
]},{"id":"mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"proc-macro2 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)","dependen
cies":["unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)"],"features":["default","proc-macro"]},{"id":"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-inde
x)","dependencies":["proc-macro2 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)","quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)","syn 0.14.4 (registry+https://githu
b.com/rust-lang/crates.io-index)"],"features":["default"]},{"id":"webgl 0.1.0 (path+file:///C:/projects/test/stdweb/examples/webgl)","dependencies":["stdweb 0.4.7 (path+file:///C:/projects/test/stdweb)
","serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)","stdweb-derive 0.4.0 (path+file:///C:/projects/test/stdweb/stdweb-derive)","serde 1.0.70 (registry+https://github.com/rus
t-lang/crates.io-index)","webgl_generator 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"petgraph 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"dependencies":["ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)","fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)"],"features":["default","graphmap","o
rdermap","stable_graph"]},{"id":"new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io
-index)"],"features":[]},{"id":"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"discard 1.0.3 (registry+https://github.com/rust-l
ang/crates.io-index)","dependencies":[],"features":[]},{"id":"quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["proc-macro2 0.4.6 (registry+https://github.com/rust-l
ang/crates.io-index)"],"features":["default","proc-macro","proc-macro2"]},{"id":"atty 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["winapi 0.2.8 (registry+https://gith
ub.com/rust-lang/crates.io-index)","libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)","kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"i
d":"unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"quote 0.4.2 (r
egistry+https://github.com/rust-lang/crates.io-index)","dependencies":["proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"regex 0.2.11 (registry+https://
github.com/rust-lang/crates.io-index)","dependencies":["utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","aho-corasick 0.6.6 (registry+https://github.com/rust-lang/crates.io-i
ndex)","regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)","memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)","thread_local 0.3.5 (registry+https://github.c
om/rust-lang/crates.io-index)"],"features":["default"]},{"id":"clap 2.20.5 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["term_size 0.2.3 (registry+https://github.com/rust-la
ng/crates.io-index)","unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.42 (registry+h
ttps://github.com/rust-lang/crates.io-index)","unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)","bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","ans
i_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)","vec_map 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)"],"features":["ansi_term","color","default","libc","strsim",
"suggestions","term_size","wrap_help"]},{"id":"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"kernel32-sys 0.2.2 (registry+https://github.
com/rust-lang/crates.io-index)","dependencies":["winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)","winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)"],"fea
tures":[]},{"id":"stdweb-internal-macros 0.1.0 (path+file:///C:/projects/test/stdweb/stdweb-internal-macros)","dependencies":["quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","serd
e_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)","syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.70 (registry+https://github.com/rust-lang/crates.
io-index)","serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)","base-x 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"hasher 0.1.0 (path
+file:///C:/projects/test/stdweb/examples/hasher)","dependencies":["sha1 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","stdweb 0.4.7 (path+file:///C:/projects/test/stdweb)"],"features"
:[]},{"id":"aho-corasick 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"syn
0.12.15 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","proc-macro2 0.2.3 (registry+https://github
.com/rust-lang/crates.io-index)","quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)"],"features":["clone-impls","derive","full","parsing","printing","quote"]},{"id":"fuchsia-zircon-sy
s 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"stdweb 0.4.7 (path+file:///C:/projects/test/stdweb)","dependencies":["serde 1.0.70 (registry+htt
ps://github.com/rust-lang/crates.io-index)","stdweb-derive 0.4.0 (path+file:///C:/projects/test/stdweb/stdweb-derive)","serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)","disca
rd 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)","stdweb-internal-macros 0.1.0 (path+file:///C:/projects/test/stdweb/stdweb-internal-macros)"],"features":["default","serde","serde_json
"]},{"id":"RustyXML 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"base-x 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","depende
ncies":[],"features":[]},{"id":"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":[]},{"id":"lalrpop 0.13.1 (registry+https://github.com/rust-lang
/crates.io-index)","dependencies":["unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)","lalrpop-util 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)","ena 0.5.0 (
registry+https://github.com/rust-lang/crates.io-index)","term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)","regex-syntax 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)"
,"lalrpop-snap 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)","ascii-canvas 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","petgraph 0.4.12 (registry+https://github.com
/rust-lang/crates.io-index)","bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","atty 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)","diff 0.1.11 (registry+https://
github.com/rust-lang/crates.io-index)","docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","lalrpop-intern 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)","itertools
0.5.10 (registry+https://github.com/rust-lang/crates.io-index)","rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)","regex 0.2.11 (registry+https://github.com/rust-lang/cra
tes.io-index)"],"features":[]},{"id":"itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)"],"
features":[]},{"id":"serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"features":["default","std"]},{"id":"debug_unreachable 0.1.1 (registry+https://github.com/ru
st-lang/crates.io-index)","dependencies":["unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"tendril 0.2.4 (registry+https://github.com/rust-lang/crates.
io-index)","dependencies":["encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)","futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","mac 0.1.1 (registry+https://gi
thub.com/rust-lang/crates.io-index)","utf-8 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)"],"features":[]},{"id":"dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","de
pendencies":[],"features":[]}],"root":"todomvc 0.1.0 (path+file:///C:/projects/test/stdweb/examples/todomvc)"},"target_directory":"C:\projects\test\stdweb\examples\target","version":1,"workspace_r
oot":"C:\projects\test\stdweb\examples"}

@koute
Copy link
Owner

koute commented Jul 16, 2018

thread 'main' panicked at 'unsupported custom section: '.debug_info'', src\wasm_context.rs:646:25

You're using old cargo-web; can you try with 0.6.14? (It's currently published on crates.io.)

@kjeremy
Copy link

kjeremy commented Jul 16, 2018

Thanks it seems to work now.

@koute
Copy link
Owner

koute commented Jul 16, 2018

@gettf Could you also verify whenever it works for you with the newest cargo-web or not?

@Pauan
Copy link
Contributor

Pauan commented Jul 23, 2018

I upgraded my rustc and now I'm getting this error too.

> rustup show
Default host: x86_64-pc-windows-msvc

installed toolchains
--------------------

stable-x86_64-pc-windows-msvc
nightly-x86_64-pc-windows-msvc (default)

installed targets for active toolchain
--------------------------------------

asmjs-unknown-emscripten
wasm32-unknown-emscripten
wasm32-unknown-unknown
x86_64-pc-windows-msvc

active toolchain
----------------

nightly-x86_64-pc-windows-msvc (default)
rustc 1.29.0-nightly (874dec25e 2018-07-21)
> cargo web --version
cargo-web 0.6.14
stdweb 0.4.8

Here's the output when I try to build (with CARGO_WEB_LOG=cargo_web=debug):

PS C:\Users\Pauan\Shared Folders\NixOS\tab-organizer> cargo web start --release --bin sidebar --verbose
DEBUG 2018-07-23T08:15:51Z: cargo_web::cargo_shim: Launching: "\\\\?\\C:\\Users\\Pauan\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\bin\\cargo.exe" "metadata" "--format-version" "1"
DEBUG 2018-07-23T08:15:52Z: cargo_web::config: Loading "C:\\Users\\Pauan\\Shared Folders\\NixOS\\tab-organizer\\Web.toml"...
DEBUG 2018-07-23T08:15:52Z: cargo_web::config: Loading "C:\\Users\\Pauan\\.cargo\\git\\checkouts\\rust-dominator-96636f53e22b4960\\795c2e3\\Web.toml"...
DEBUG 2018-07-23T08:15:52Z: cargo_web::config: Loading "C:\\Users\\Pauan\\.cargo\\registry\\src\\github.aaakk.us.kg-1ecc6299db9ec823\\stdweb-0.4.8\\Web.toml"...
DEBUG 2018-07-23T08:15:52Z: cargo_web::build: `stdweb`'s Web.toml requires cargo-web 0.6.8
DEBUG 2018-07-23T08:15:52Z: cargo_web::build: `stdweb`'s Web.toml wants to prepend the following JS files: ["src/webcore/runtime.js", "src/webcore/runtime_wasm.js"]
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Will launch cargo with PATH: "C:\\Users\\Pauan\\.cargo\\bin;C:\\Users\\Pauan\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\bin;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files\\nodejs\\;C:\\Users\\Pauan\\AppData\\Roaming\\npm;C:\\Users\\Pauan\\Downloads\\emsdk-portable-64bit;C:\\Users\\Pauan\\Downloads\\emsdk-portable-64bit\\clang\\e1.37.32_64bit;C:\\Users\\Pauan\\Downloads\\emsdk-portable-64bit\\python\\2.7.5.3_64bit;C:\\Users\\Pauan\\Downloads\\emsdk-portable-64bit\\java\\7.45_64bit\\bin;C:\\Users\\Pauan\\Downloads\\emsdk-portable-64bit\\emscripten\\1.37.32;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Intel\\WiFi\\bin\\;C:\\Program Files\\Common Files\\Intel\\WirelessCommon\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Git\\cmd;C:\\Users\\Pauan\\.cargo\\bin;C:\\Users\\Pauan\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files\\CMake\\bin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Users\\Pauan\\AppData\\Local\\Programs\\Python\\Python37-32\\Scripts\\;C:\\Users\\Pauan\\AppData\\Local\\Programs\\Python\\Python37-32\\;C:\\Program Files\\nodejs\\;C:\\Users\\Pauan\\AppData\\Roaming\\npm;C:\\Users\\Pauan\\Downloads\\emsdk-portable-64bit;C:\\Users\\Pauan\\Downloads\\emsdk-portable-64bit\\clang\\e1.37.32_64bit;C:\\Users\\Pauan\\Downloads\\emsdk-portable-64bit\\python\\2.7.5.3_64bit;C:\\Users\\Pauan\\Downloads\\emsdk-portable-64bit\\java\\7.45_64bit\\bin;C:\\Users\\Pauan\\Downloads\\emsdk-portable-64bit\\emscripten\\1.37.32;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Intel\\WiFi\\bin\\;C:\\Program Files\\Common Files\\Intel\\WirelessCommon\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Windows Kits\\8.1\\Windows Performance Toolkit\\;C:\\Program Files\\Git\\cmd;C:\\Users\\Pauan\\.cargo\\bin;C:\\Users\\Pauan\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\Pauan\\AppData\\Local\\Microsoft\\WindowsApps;"
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Will launch cargo with RUSTFLAGS: ""
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Will launch cargo with variable "COMPILING_UNDER_CARGO_WEB" set to "1"
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Launching cargo: "cargo" "rustc" "--message-format" "json" "--target" "wasm32-unknown-unknown" "--package" "tab-organizer" "--release" "--profile" "dev" "--bin" "sidebar" "--verbose"
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libeither-dff55490a637666b.rlib
       Fresh either v1.5.0
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps\libunicode_xid-45d38353008fd7bb.rlib
       Fresh unicode-xid v0.1.0
       Fresh iovec v0.1.2
       Fresh libc v0.2.42
       Fresh lazy_static v1.0.2
       Fresh base-x v0.2.2
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\build\serde-29594fffea8573fb\build-script-build.exe
       Fresh itoa v0.4.2
       Fresh dtoa v0.4.3
       Fresh discard v1.0.3
       Fresh cfg-if v0.1.4
       Fresh futures-core v0.2.1 (https://github.com/rust-lang-nursery/futures-rs?rev=3e3a59f6d5c463beb97225a10333f724004941c9#3e3a59f6)
       Fresh proc-macro2 v0.4.9
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libiovec-64d23e7c8f4685fc.rlib
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\liblibc-e84354c2af86268d.rlib
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\liblazy_static-41891d036fa3d7b6.rlib
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps\libdtoa-d78d7db52257d7d0.rlib
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps\libitoa-8b04b74af41e3e8a.rlib
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps\libbase_x-a46c49109b65b37b.rlib
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\build\stdweb-a71f0967186abb52\build-script-build.exe
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libitoa-38a63dd1fc6028b1.rlib
       Fresh proc-macro2 v0.2.3
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libdtoa-e9f8dc17733ee59a.rlib
       Fresh num_cpus v1.8.0
       Fresh futures-channel v0.2.1 (https://github.com/rust-lang-nursery/futures-rs?rev=3e3a59f6d5c463beb97225a10333f724004941c9#3e3a59f6)
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libdiscard-6618ca6370570b21.rlib
       Fresh futures-io v0.2.1 (https://github.com/rust-lang-nursery/futures-rs?rev=3e3a59f6d5c463beb97225a10333f724004941c9#3e3a59f6)
       Fresh quote v0.6.4
       Fresh quote v0.4.2
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libcfg_if-6c42d28ea5e1a8ae.rlib
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libfutures_core-bae9d47f53373837.rlib
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps\libproc_macro2-0e6ecf33070a5306.rlib
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps\libproc_macro2-7da197e01181ece9.rlib
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libnum_cpus-7607a9742d3d8ccf.rlib
       Fresh serde v1.0.70
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libfutures_channel-c11f9a409a13fbc9.rlib
       Fresh futures-sink v0.2.1 (https://github.com/rust-lang-nursery/futures-rs?rev=3e3a59f6d5c463beb97225a10333f724004941c9#3e3a59f6)
       Fresh syn v0.14.5
       Fresh syn v0.12.15
       Fresh serde_json v1.0.24
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libfutures_io-d3ead335d5f82201.rlib
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps\libquote-bbdfb024887fdf6b.rlib
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps\libquote-4467b537a5f9d6b1.rlib
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps\libserde-17072d197fff148c.rlib
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libserde-bc0b03d18c231ac7.rlib
       Fresh uuid v0.6.5
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libfutures_sink-79ffbab856c28689.rlib
       Fresh futures-util v0.2.1 (https://github.com/rust-lang-nursery/futures-rs?rev=3e3a59f6d5c463beb97225a10333f724004941c9#3e3a59f6)
       Fresh serde_derive v1.0.70
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps\libsyn-ea2cd51f9f343458.rlib
       Fresh futures-executor v0.2.1 (https://github.com/rust-lang-nursery/futures-rs?rev=3e3a59f6d5c463beb97225a10333f724004941c9#3e3a59f6)
       Fresh futures-signals v0.1.0 (https://github.com/Pauan/rust-signals#c75e5d2a)
       Fresh stdweb-derive v0.4.0
       Fresh stdweb-internal-macros v0.1.0
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps\libsyn-887025958fe2c8b5.rlib
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps\libserde_json-14744e550b57439b.rlib
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libserde_json-32bf1c6eb353b261.rlib
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libuuid-86cb871f11d921cc.rlib
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libfutures_util-69e79e74f6c13ce5.rlib
       Fresh futures-stable v0.2.1 (https://github.com/rust-lang-nursery/futures-rs?rev=3e3a59f6d5c463beb97225a10333f724004941c9#3e3a59f6)
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps\serde_derive-c888867f04c71656.dll
   Compiling stdweb v0.4.8
       Fresh futures-async-runtime v0.2.1 (https://github.com/rust-lang-nursery/futures-rs?rev=3e3a59f6d5c463beb97225a10333f724004941c9#3e3a59f6)
       Fresh futures v0.2.1 (https://github.com/rust-lang-nursery/futures-rs?rev=3e3a59f6d5c463beb97225a10333f724004941c9#3e3a59f6)
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libfutures_executor-677b34431bec2c04.rlib
     Running `rustc --crate-name stdweb C:\Users\Pauan\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\stdweb-0.4.8\src\lib.rs --error-format json --crate-type lib --emit=dep-info,link -C opt-level=3 -C panic=abort -C debug-assertions=on -C overflow-checks=off --cfg "feature=\"default\"" --cfg "feature=\"experimental_features_which_may_break_on_minor_version_bumps\"" --cfg "feature=\"futures-channel\"" --cfg "feature=\"futures-core\"" --cfg "feature=\"futures-support\"" --cfg "feature=\"futures-util\"" --cfg "feature=\"serde\"" --cfg "feature=\"serde_json\"" -C metadata=a19394aa360b8138 -C extra-filename=-a19394aa360b8138 --out-dir "C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps" --target wasm32-unknown-unknown -L "dependency=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps" -L "dependency=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps" --extern "discard=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libdiscard-6618ca6370570b21.rlib" --extern "futures_channel=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libfutures_channel-c11f9a409a13fbc9.rlib" --extern "futures_core=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libfutures_core-bae9d47f53373837.rlib" --extern "futures_util=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libfutures_util-69e79e74f6c13ce5.rlib" --extern "serde=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libserde-bc0b03d18c231ac7.rlib" --extern "serde_json=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libserde_json-32bf1c6eb353b261.rlib" --extern "stdweb_derive=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps\stdweb_derive-6907edda33071c7f.dll" --extern "stdweb_internal_macros=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps\stdweb_internal_macros-53c5ab1850fd518d.dll" --cap-lints allow`
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libfutures_signals-b55be20c67c43055.rlib
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps\stdweb_derive-6907edda33071c7f.dll
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps\stdweb_internal_macros-53c5ab1850fd518d.dll
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libfutures_stable-7683d4da79087871.rlib
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libfutures_async_runtime-5c4fa8e5e18a53ca.rlib
DEBUG 2018-07-23T08:15:52Z: cargo_web::cargo_shim: Built artifact: C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libfutures-edce58ded3431b3b.rlib
error: Could not compile `stdweb`.

Caused by:
  process didn't exit successfully: `rustc --crate-name stdweb C:\Users\Pauan\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\stdweb-0.4.8\src\lib.rs --error-format json --crate-type lib --emit=dep-info,link -C opt-level=3 -C panic=abort -C debug-assertions=on -C overflow-checks=off --cfg "feature=\"default\"" --cfg "feature=\"experimental_features_which_may_break_on_minor_version_bumps\"" --cfg "feature=\"futures-channel\"" --cfg "feature=\"futures-core\"" --cfg "feature=\"futures-support\"" --cfg "feature=\"futures-util\"" --cfg "feature=\"serde\"" --cfg "feature=\"serde_json\"" -C metadata=a19394aa360b8138 -C extra-filename=-a19394aa360b8138 --out-dir "C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps" --target wasm32-unknown-unknown -L "dependency=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps" -L "dependency=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps" --extern "discard=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libdiscard-6618ca6370570b21.rlib" --extern "futures_channel=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libfutures_channel-c11f9a409a13fbc9.rlib" --extern "futures_core=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libfutures_core-bae9d47f53373837.rlib" --extern "futures_util=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libfutures_util-69e79e74f6c13ce5.rlib" --extern "serde=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libserde-bc0b03d18c231ac7.rlib" --extern "serde_json=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libserde_json-32bf1c6eb353b261.rlib" --extern "stdweb_derive=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps\stdweb_derive-6907edda33071c7f.dll" --extern "stdweb_internal_macros=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps\stdweb_internal_macros-53c5ab1850fd518d.dll" --cap-lints allow` (exit code: 3221225477)
DEBUG 2018-07-23T08:16:07Z: cargo_web::cargo_shim: Cargo finished with status: 101
error: build failed

When I run cargo rustc --message-format json --target wasm32-unknown-unknown --package tab-organizer --release --profile dev --bin sidebar --verbose I get the same error, so it seems like a cargo/rustc bug, not a stdweb bug.

Also, when I run the final command...

rustc --crate-name stdweb C:\Users\Pauan\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\stdweb-0.4.8\src\lib.rs --error-format json --crate-type lib --emit=dep-info,link -C opt-level=3 -C panic=abort -C debug-assertions=on -C overflow-checks=off --cfg "feature=\"default\"" --cfg "feature=\"experimental_features_which_may_break_on_minor_version_bumps\"" --cfg "feature=\"futures-channel\"" --cfg "feature=\"futures-core\"" --cfg "feature=\"futures-support\"" --cfg "feature=\"futures-util\"" --cfg "feature=\"serde\"" --cfg "feature=\"serde_json\"" -C metadata=a19394aa360b8138 -C extra-filename=-a19394aa360b8138 --out-dir "C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps" --target wasm32-unknown-unknown -L "dependency=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps" -L "dependency=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps" --extern "discard=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libdiscard-6618ca6370570b21.rlib" --extern "futures_channel=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libfutures_channel-c11f9a409a13fbc9.rlib" --extern "futures_core=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libfutures_core-bae9d47f53373837.rlib" --extern "futures_util=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libfutures_util-69e79e74f6c13ce5.rlib" --extern "serde=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libserde-bc0b03d18c231ac7.rlib" --extern "serde_json=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\wasm32-unknown-unknown\release\deps\libserde_json-32bf1c6eb353b261.rlib" --extern "stdweb_derive=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps\stdweb_derive-6907edda33071c7f.dll" --extern "stdweb_internal_macros=C:\Users\Pauan\Shared Folders\NixOS\tab-organizer\target\release\deps\stdweb_internal_macros-53c5ab1850fd518d.dll" --cap-lints allow

...I get this error:

error: unknown start of token: \
 --> cfgspec:1:9
  |
1 | feature=\
  |

@Pauan
Copy link
Contributor

Pauan commented Jul 23, 2018

Similar to koute/cargo-web#121, if I build without --release then it works fine, so this bug only happens in --release mode.

@koute
Copy link
Owner

koute commented Jul 23, 2018

I suggest that everyone encountering this issue roll back to an older nightly for the time being.

@paulirotta
Copy link

I get the same error message (exit code: 3221225477 = spurious access violation) during compile of stdweb as a dependency. This happens both when compiling apps for both https://github.com/unrust/unrust and https://github.com/sebcrozet/kiss3d on Windows 10. Rolling back to various older nightlys did not result in joy.

I wonder if it is related to
rust-lang/rust#50604

@Pauan
Copy link
Contributor

Pauan commented Aug 18, 2018

I just now tried the latest versions of Rust Nightly and cargo-web, and it seems to work okay for me now:

> rustup show
Default host: x86_64-pc-windows-msvc

installed toolchains
--------------------

stable-x86_64-pc-windows-msvc
nightly-x86_64-pc-windows-msvc (default)

installed targets for active toolchain
--------------------------------------

asmjs-unknown-emscripten
wasm32-unknown-emscripten
wasm32-unknown-unknown
x86_64-pc-windows-msvc

active toolchain
----------------

nightly-x86_64-pc-windows-msvc (default)
rustc 1.30.0-nightly (1fa944914 2018-08-17)
> cargo web --version
cargo-web 0.6.15

(I also did cargo clean, just to ensure that it's compiling everything fresh)

@koute
Copy link
Owner

koute commented Aug 19, 2018

Hmm... looks like it might have been fixed? Or at least it isn't triggered anymore. Can anyone else confirm?

@paulirotta
Copy link

@koute it builds correctly for me also with 1.30.0-nightly (33b923fd4 2018-08-18)

@CAD97
Copy link

CAD97 commented Aug 21, 2018

I ran into this error on updating rustc and also had it fixed by running cargo update to use the latest version of stdweb.

EDIT: specifically, I also updated cargo-web with cargo install cargo-web --force and that fixed the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants
@Pauan @koute @paulirotta @kjeremy @CAD97 @gettf and others