{"packages":[{"name":"adler","version":"1.0.2","id":"adler 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"0BSD OR MIT OR Apache-2.0","license_file":null,"description":"A simple clean-room implementation of the Adler-32 checksum","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":"core","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"adler","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2/benches/bench.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"rustc-dep-of-std":["core","compiler_builtins"],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2/Cargo.toml","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg=docsrs"]}},"release":{"no-dev-version":true,"pre-release-commit-message":"Release {{version}}","tag-message":"{{version}}","pre-release-replacements":[{"file":"CHANGELOG.md","replace":"## Unreleased\n\nNo changes.\n\n## [{{version}} - {{date}}](https://github.com/jonas-schievink/adler/releases/tag/v{{version}})\n","search":"## Unreleased\n"},{"file":"README.md","replace":"adler = \"{{version}}\"","search":"adler = \"[a-z0-9\\\\.-]+\""},{"file":"src/lib.rs","replace":"https://docs.rs/adler/{{version}}","search":"https://docs.rs/adler/[a-z0-9\\.-]+"}]}},"publish":null,"authors":["Jonas Schievink "],"categories":["algorithms"],"keywords":["checksum","integrity","hash","adler32","zlib"],"readme":"README.md","repository":"https://github.com/jonas-schievink/adler.git","homepage":null,"documentation":"https://docs.rs/adler/","edition":"2015","links":null},{"name":"aho-corasick","version":"0.7.18","id":"aho-corasick 0.7.18 (registry+https://github.com/rust-lang/crates.io-index)","license":"Unlicense/MIT","license_file":null,"description":"Fast multiple substring searching.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"aho_corasick","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"default":["std"],"std":["memchr/std"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/Cargo.toml","metadata":null,"publish":null,"authors":["Andrew Gallant "],"categories":["text-processing"],"keywords":["string","search","text","aho","multi"],"readme":"README.md","repository":"https://github.com/BurntSushi/aho-corasick","homepage":"https://github.com/BurntSushi/aho-corasick","documentation":null,"edition":"2018","links":null},{"name":"ansi_term","version":"0.11.0","id":"ansi_term 0.11.0 (registry+https://github.com/rust-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-index","dependencies":[{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["errhandlingapi","consoleapi","processenv"],"target":"cfg(target_os = \"windows\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"ansi_term","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.11.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"colours","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.11.0/examples/colours.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.11.0/Cargo.toml","metadata":null,"publish":null,"authors":["ogham@bsago.me","Ryan Scheel (Havvy) ","Josh Triplett "],"categories":[],"keywords":[],"readme":"README.md","repository":null,"homepage":"https://github.com/ogham/rust-ansi-term","documentation":"https://docs.rs/ansi_term","edition":"2015","links":null},{"name":"ansi_term","version":"0.12.1","id":"ansi_term 0.12.1 (registry+https://github.com/rust-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-index","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.90","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"doc-comment","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,"registry":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.9","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.39","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["consoleapi","errhandlingapi","fileapi","handleapi","processenv"],"target":"cfg(target_os = \"windows\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"ansi_term","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.12.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"256_colours","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.12.1/examples/256_colours.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"basic_colours","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.12.1/examples/basic_colours.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"rgb_colours","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.12.1/examples/rgb_colours.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"derive_serde_style":["serde"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.12.1/Cargo.toml","metadata":null,"publish":null,"authors":["ogham@bsago.me","Ryan Scheel (Havvy) ","Josh Triplett "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/ogham/rust-ansi-term","homepage":"https://github.com/ogham/rust-ansi-term","documentation":"https://docs.rs/ansi_term","edition":"2015","links":null},{"name":"anyhow","version":"1.0.41","id":"anyhow 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Flexible concrete Error type built on std::error::Error","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.51","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"rustversion","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,"registry":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["full"],"target":null,"registry":null},{"name":"thiserror","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,"registry":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.19","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["diff"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"anyhow","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.41/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compiletest","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.41/tests/compiletest.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_autotrait","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.41/tests/test_autotrait.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_backtrace","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.41/tests/test_backtrace.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_boxed","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.41/tests/test_boxed.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_chain","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.41/tests/test_chain.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_context","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.41/tests/test_context.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_convert","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.41/tests/test_convert.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_downcast","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.41/tests/test_downcast.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_ffi","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.41/tests/test_ffi.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_fmt","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.41/tests/test_fmt.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_macros","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.41/tests/test_macros.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_repr","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.41/tests/test_repr.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_source","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.41/tests/test_source.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.41/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.41/Cargo.toml","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","doc_cfg"],"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"categories":["rust-patterns"],"keywords":[],"readme":"README.md","repository":"https://github.com/dtolnay/anyhow","homepage":null,"documentation":"https://docs.rs/anyhow","edition":"2018","links":null},{"name":"ascii-canvas","version":"3.0.0","id":"ascii-canvas 3.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.7","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"diff","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"ascii-canvas","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ascii-canvas-3.0.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ascii-canvas-3.0.0/Cargo.toml","metadata":null,"publish":null,"authors":["Niko Matsakis "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/nikomatsakis/ascii-canvas","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"assert-json-diff","version":"2.0.1","id":"assert-json-diff 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Easily compare two JSON values and get great output","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","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":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,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"version-sync","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"assert-json-diff","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/assert-json-diff-2.0.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"integration_test","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/assert-json-diff-2.0.1/tests/integration_test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"version-numbers","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/assert-json-diff-2.0.1/tests/version-numbers.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/assert-json-diff-2.0.1/Cargo.toml","metadata":null,"publish":null,"authors":["David Pedersen "],"categories":["development-tools"],"keywords":["serde_json","json","testing"],"readme":"README.md","repository":"https://github.com/davidpdrsn/assert-json-diff.git","homepage":"https://github.com/davidpdrsn/assert-json-diff","documentation":"https://docs.rs/assert-json-diff","edition":"2018","links":null},{"name":"assert_fs","version":"1.0.3","id":"assert_fs 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Filesystem fixtures and assertions for testing.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"doc-comment","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,"registry":null},{"name":"globwalk","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"predicates","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["diff"],"target":null,"registry":null},{"name":"predicates-core","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,"registry":null},{"name":"predicates-tree","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,"registry":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"assert_fs","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/assert_fs-1.0.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"assert","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/assert_fs-1.0.3/tests/assert.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/assert_fs-1.0.3/Cargo.toml","metadata":null,"publish":null,"authors":["Ed Page "],"categories":["development-tools::testing"],"keywords":["filesystem","test","assert","fixture"],"readme":"README.md","repository":"https://github.com/assert-rs/assert_fs.git","homepage":"https://github.com/assert-rs/assert_fs","documentation":"http://docs.rs/assert_fs/","edition":"2018","links":null},{"name":"async-channel","version":"1.6.1","id":"async-channel 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"Async multi-producer multi-consumer channel","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"blocking","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,"registry":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"async-channel","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-channel-1.6.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"bounded","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-channel-1.6.1/tests/bounded.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"unbounded","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-channel-1.6.1/tests/unbounded.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-channel-1.6.1/Cargo.toml","metadata":null,"publish":null,"authors":["Stjepan Glavina "],"categories":["asynchronous","concurrency"],"keywords":["mpmc","mpsc","spmc","chan","futures"],"readme":"README.md","repository":"https://github.com/smol-rs/async-channel","homepage":"https://github.com/smol-rs/async-channel","documentation":"https://docs.rs/async-channel","edition":"2018","links":null},{"name":"async-executor","version":"1.4.1","id":"async-executor 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"Async executor","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"async-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.9","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"num_cpus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"async-executor","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-executor-1.4.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"priority","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-executor-1.4.1/examples/priority.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"drop","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-executor-1.4.1/tests/drop.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"executor","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-executor-1.4.1/benches/executor.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-executor-1.4.1/Cargo.toml","metadata":null,"publish":null,"authors":["Stjepan Glavina "],"categories":["asynchronous","concurrency"],"keywords":["asynchronous","executor","single","multi","spawn"],"readme":"README.md","repository":"https://github.com/smol-rs/async-executor","homepage":"https://github.com/smol-rs/async-executor","documentation":"https://docs.rs/async-executor","edition":"2018","links":null},{"name":"async-global-executor","version":"2.0.2","id":"async-global-executor 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"A global executor built on top of async-executor and async-io","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"async-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"async-mutex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"blocking","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,"registry":null},{"name":"futures-lite","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,"registry":null},{"name":"num_cpus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":"tokio-crate","optional":true,"uses_default_features":false,"features":["rt","rt-multi-thread"],"target":null,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":"tokio02-crate","optional":true,"uses_default_features":false,"features":["rt-core"],"target":null,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.4","kind":null,"rename":"tokio03-crate","optional":true,"uses_default_features":false,"features":["rt","rt-multi-thread"],"target":null,"registry":null},{"name":"doc-comment","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"async-global-executor","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"default":["async-io"],"tokio":["tokio-crate"],"tokio02":["tokio02-crate"],"tokio03":["tokio03-crate"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/Cargo.toml","metadata":null,"publish":null,"authors":["Marc-Antoine Perennou "],"categories":["asynchronous","concurrency"],"keywords":["async","await","future","executor"],"readme":"README.md","repository":"https://github.com/Keruspe/async-global-executor","homepage":"https://github.com/Keruspe/async-global-executor","documentation":"https://docs.rs/async-global-executor","edition":"2018","links":null},{"name":"async-io","version":"1.4.1","id":"async-io 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"Async I/O and timers","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"parking","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,"registry":null},{"name":"polling","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,"registry":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"socket2","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":["all"],"target":null,"registry":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"async-net","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"signal-hook","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,"registry":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"inotify","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"linux\")","registry":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"linux\")","registry":null},{"name":"timerfd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"linux\")","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.77","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["winsock2"],"target":"cfg(windows)","registry":null},{"name":"uds_windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"async-io","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-io-1.4.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"linux-inotify","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-io-1.4.1/examples/linux-inotify.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"linux-timerfd","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-io-1.4.1/examples/linux-timerfd.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"unix-signal","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-io-1.4.1/examples/unix-signal.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"windows-uds","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-io-1.4.1/examples/windows-uds.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"async","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-io-1.4.1/tests/async.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"timer","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-io-1.4.1/tests/timer.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-io-1.4.1/Cargo.toml","metadata":null,"publish":null,"authors":["Stjepan Glavina "],"categories":["asynchronous","network-programming","os"],"keywords":["mio","epoll","kqueue","iocp","wepoll"],"readme":"README.md","repository":"https://github.com/smol-rs/async-io","homepage":"https://github.com/smol-rs/async-io","documentation":"https://docs.rs/async-io","edition":"2018","links":null},{"name":"async-lock","version":"2.4.0","id":"async-lock 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"Async synchronization primitives","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"wasm-bindgen-test","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":"cfg(target_arch = \"wasm32\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"async-lock","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-lock-2.4.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"barrier","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-lock-2.4.0/tests/barrier.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"mutex","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-lock-2.4.0/tests/mutex.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rwlock","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-lock-2.4.0/tests/rwlock.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"semaphore","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-lock-2.4.0/tests/semaphore.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-lock-2.4.0/Cargo.toml","metadata":null,"publish":null,"authors":["Stjepan Glavina "],"categories":["asynchronous","concurrency"],"keywords":["lock","mutex","rwlock","semaphore","barrier"],"readme":"README.md","repository":"https://github.com/smol-rs/async-lock","homepage":"https://github.com/smol-rs/async-lock","documentation":"https://docs.rs/async-lock","edition":"2018","links":null},{"name":"async-mutex","version":"1.4.0","id":"async-mutex 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"Async mutex","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"event-listener","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,"registry":null},{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures-intrusive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"smol","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.18","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.21","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["sync","parking_lot"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"async-mutex","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-mutex-1.4.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"fairness","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-mutex-1.4.0/examples/fairness.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"mutex","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-mutex-1.4.0/tests/mutex.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"async-mutex","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-mutex-1.4.0/benches/async-mutex.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"async-std","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-mutex-1.4.0/benches/async-std.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"futures-intrusive","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-mutex-1.4.0/benches/futures-intrusive.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"futures","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-mutex-1.4.0/benches/futures.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"tokio","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-mutex-1.4.0/benches/tokio.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-mutex-1.4.0/Cargo.toml","metadata":null,"publish":null,"authors":["Stjepan Glavina "],"categories":["asynchronous","concurrency"],"keywords":["asynchronous","mutex","lock","synchronization"],"readme":"../README.md","repository":"https://github.com/stjepang/async-lock","homepage":"https://github.com/stjepang/async-lock","documentation":"https://docs.rs/async-mutex","edition":"2018","links":null},{"name":"async-object-pool","version":"0.1.4","id":"async-object-pool 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A simple object pool implementation that uses asynchronous synchronization primitives only.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["unstable"],"target":null,"registry":null},{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["unstable","attributes"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"async-object-pool","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-object-pool-0.1.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-object-pool-0.1.4/Cargo.toml","metadata":null,"publish":null,"authors":["Alexander Liesenfeld "],"categories":["asynchronous"],"keywords":["object-pool","async","pool","asynchronous"],"readme":"README.md","repository":"https://github.com/alexliesenfeld/async-object-pool","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"async-process","version":"1.1.0","id":"async-process 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"Async interface for working with processes","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cfg-if","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,"registry":null},{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"async-io","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":"cfg(unix)","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.88","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","registry":null},{"name":"signal-hook","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["iterator"],"target":"cfg(unix)","registry":null},{"name":"blocking","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":"cfg(windows)","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["winbase","winnt"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"async-process","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-process-1.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"std","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-process-1.1.0/tests/std.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-process-1.1.0/Cargo.toml","metadata":null,"publish":null,"authors":["Stjepan Glavina "],"categories":["asynchronous","os"],"keywords":["process","spawn","command","subprocess","child"],"readme":"README.md","repository":"https://github.com/smol-rs/async-process","homepage":"https://github.com/smol-rs/async-process","documentation":"https://docs.rs/async-process","edition":"2018","links":null},{"name":"async-std","version":"1.9.0","id":"async-std 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0/MIT","license_file":null,"description":"Async version of the Rust standard library","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"async-attributes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.4","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.4","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"kv-log-macro","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.6","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["kv_unstable"],"target":null,"registry":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.3","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"num_cpus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"pin-project-lite","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,"registry":null},{"name":"pin-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0-alpha.4","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"surf","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"femme","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.4","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rand_xorshift","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"async-global-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["async-io"],"target":"cfg(not(target_os = \"unknown\"))","registry":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"unknown\"))","registry":null},{"name":"async-process","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"unknown\"))","registry":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"unknown\"))","registry":null},{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.4","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"gloo-timers","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["futures"],"target":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.10","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["js"],"target":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.10","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"async-std","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"tcp-ipv4-and-6-echo","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/examples/tcp-ipv4-and-6-echo.rs","edition":"2018","required-features":["unstable"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"surf-web","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/examples/surf-web.rs","edition":"2018","required-features":["surf"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"a-chat","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/examples/a-chat/main.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"hello-world","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/examples/hello-world.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"line-count","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/examples/line-count.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"list-dir","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/examples/list-dir.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"logging","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/examples/logging.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"print-file","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/examples/print-file.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"socket-timeouts","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/examples/socket-timeouts.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"stdin-echo","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/examples/stdin-echo.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"stdin-timeout","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/examples/stdin-timeout.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"task-local","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/examples/task-local.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"task-name","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/examples/task-name.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"tcp-client","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/examples/tcp-client.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"tcp-echo","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/examples/tcp-echo.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"udp-client","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/examples/udp-client.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"udp-echo","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/examples/udp-echo.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"stream","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/tests/stream.rs","edition":"2018","required-features":["unstable"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"addr","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/tests/addr.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"block_on","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/tests/block_on.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"buf_writer","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/tests/buf_writer.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"channel","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/tests/channel.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"collect","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/tests/collect.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"condvar","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/tests/condvar.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_timeout","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/tests/io_timeout.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"mutex","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/tests/mutex.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rwlock","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/tests/rwlock.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"task_local","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/tests/task_local.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tcp","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/tests/tcp.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"timeout","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/tests/timeout.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"udp","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/tests/udp.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"uds","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/tests/uds.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"verbose_errors","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/tests/verbose_errors.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"mutex","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/benches/mutex.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"task","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/benches/task.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"task_local","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/benches/task_local.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"alloc":["futures-core/alloc","pin-project-lite"],"attributes":["async-attributes"],"default":["std","async-global-executor","async-io","futures-lite","kv-log-macro","log","num_cpus","pin-project-lite","gloo-timers"],"docs":["attributes","unstable","default"],"std":["alloc","crossbeam-utils","futures-core/std","futures-io","memchr","once_cell","pin-utils","slab","wasm-bindgen-futures","futures-channel","async-channel","async-lock"],"tokio02":["async-global-executor/tokio02"],"tokio03":["async-global-executor/tokio03"],"tokio1":["async-global-executor/tokio"],"unstable":["std","async-io","async-process"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/Cargo.toml","metadata":{"docs":{"rs":{"features":["docs"],"rustdoc-args":["--cfg","feature=\"docs\""]}}},"publish":null,"authors":["Stjepan Glavina ","Yoshua Wuyts ","Friedel Ziegelmayer ","Contributors to async-std"],"categories":["asynchronous","concurrency","network-programming"],"keywords":["async","await","future","std","task"],"readme":"README.md","repository":"https://github.com/async-rs/async-std","homepage":"https://async.rs","documentation":"https://docs.rs/async-std","edition":"2018","links":null},{"name":"async-task","version":"4.0.3","id":"async-task 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0/MIT","license_file":null,"description":"Task abstraction for building executors","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"atomic-waker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"flume","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"smol","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"async-task","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-task-4.0.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"spawn-local","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-task-4.0.3/examples/spawn-local.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"spawn-on-thread","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-task-4.0.3/examples/spawn-on-thread.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"spawn","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-task-4.0.3/examples/spawn.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"basic","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-task-4.0.3/tests/basic.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"cancel","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-task-4.0.3/tests/cancel.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"join","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-task-4.0.3/tests/join.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"panic","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-task-4.0.3/tests/panic.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"ready","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-task-4.0.3/tests/ready.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"waker_panic","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-task-4.0.3/tests/waker_panic.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"waker_pending","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-task-4.0.3/tests/waker_pending.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"waker_ready","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-task-4.0.3/tests/waker_ready.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"spawn","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-task-4.0.3/benches/spawn.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-task-4.0.3/Cargo.toml","metadata":null,"publish":null,"authors":["Stjepan Glavina "],"categories":["asynchronous","concurrency","no-std"],"keywords":["futures","task","executor","spawn"],"readme":"README.md","repository":"https://github.com/stjepang/async-task","homepage":"https://github.com/stjepang/async-task","documentation":"https://docs.rs/async-task","edition":"2018","links":null},{"name":"async-trait","version":"0.1.50","id":"async-trait 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Type erasure for async trait methods","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":"^1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"quote","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,"registry":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.61","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["full","visit-mut"],"target":null,"registry":null},{"name":"futures","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,"registry":null},{"name":"rustversion","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,"registry":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.14","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tracing-attributes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.14","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.19","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["diff"],"target":null,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"async-trait","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-trait-0.1.50/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compiletest","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-trait-0.1.50/tests/compiletest.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-trait-0.1.50/tests/test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-trait-0.1.50/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/async-trait-0.1.50/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"categories":[],"keywords":["async"],"readme":"README.md","repository":"https://github.com/dtolnay/async-trait","homepage":null,"documentation":"https://docs.rs/async-trait","edition":"2018","links":null},{"name":"atomic-waker","version":"1.0.0","id":"atomic-waker 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"A synchronization primitive for task wakeup","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"atomic-waker","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/atomic-waker-1.0.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"basic","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/atomic-waker-1.0.0/tests/basic.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/atomic-waker-1.0.0/Cargo.toml","metadata":null,"publish":null,"authors":["Stjepan Glavina "],"categories":["asynchronous","concurrency"],"keywords":["waker","notify","wake","futures","async"],"readme":"README.md","repository":"https://github.com/stjepang/atomic-waker","homepage":"https://github.com/stjepang/atomic-waker","documentation":"https://docs.rs/atomic-waker","edition":"2018","links":null},{"name":"atty","version":"0.2.14","id":"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A simple interface for querying atty","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"hermit-abi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.6","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"hermit\")","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(unix)","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["consoleapi","processenv","minwinbase","minwindef","winbase"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"atty","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/atty-0.2.14/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"atty","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/atty-0.2.14/examples/atty.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/atty-0.2.14/Cargo.toml","metadata":null,"publish":null,"authors":["softprops "],"categories":[],"keywords":["terminal","tty","isatty"],"readme":"README.md","repository":"https://github.com/softprops/atty","homepage":"https://github.com/softprops/atty","documentation":"http://softprops.github.io/atty","edition":"2015","links":null},{"name":"autocfg","version":"1.0.1","id":"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"Automatic cfg for Rust compiler features","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"autocfg","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.0.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"integers","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.0.1/examples/integers.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"paths","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.0.1/examples/paths.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"traits","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.0.1/examples/traits.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"versions","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.0.1/examples/versions.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"rustflags","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.0.1/tests/rustflags.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.0.1/Cargo.toml","metadata":null,"publish":null,"authors":["Josh Stone "],"categories":["development-tools::build-utils"],"keywords":["rustc","build","autoconf"],"readme":"README.md","repository":"https://github.com/cuviper/autocfg","homepage":null,"documentation":null,"edition":"2015","links":null},{"name":"base64","version":"0.13.0","id":"base64 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"encodes and decodes base64 as bytes or utf8","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.3.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"structopt","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"base64","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"base64","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.0/examples/base64.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"make_tables","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.0/examples/make_tables.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"decode","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.0/tests/decode.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"encode","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.0/tests/encode.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"helpers","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.0/tests/helpers.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tests","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.0/tests/tests.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"benchmarks","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.0/benches/benchmarks.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"alloc":[],"default":["std"],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.0/Cargo.toml","metadata":null,"publish":null,"authors":["Alice Maz ","Marshall Pierce "],"categories":["encoding"],"keywords":["base64","utf8","encode","decode","no_std"],"readme":"README.md","repository":"https://github.com/marshallpierce/rust-base64","homepage":null,"documentation":"https://docs.rs/base64","edition":"2018","links":null},{"name":"basic-cookies","version":"0.1.4","id":"basic-cookies 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Low-level RFC 6265 combatible cookie handling library for Rust.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"lalrpop-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"lalrpop","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"basic-cookies","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/basic-cookies-0.1.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/basic-cookies-0.1.4/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/basic-cookies-0.1.4/Cargo.toml","metadata":null,"publish":null,"authors":["Tamas Czinege "],"categories":["web-programming","network-programming","parser-implementations"],"keywords":["cookie","cookies","rfc6265"],"readme":"README.md","repository":"https://github.com/drjokepu/basic-cookies","homepage":null,"documentation":"https://docs.rs/basic-cookies","edition":"2018","links":null},{"name":"bit-set","version":"0.5.2","id":"bit-set 0.5.2 (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":[{"name":"bit-vec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.1","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"bit-set","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bit-set-0.5.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{"default":["std"],"std":["bit-vec/std"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bit-set-0.5.2/Cargo.toml","metadata":null,"publish":null,"authors":["Alexis Beingessner "],"categories":[],"keywords":["data-structures","bitset"],"readme":"README.md","repository":"https://github.com/contain-rs/bit-set","homepage":"https://github.com/contain-rs/bit-set","documentation":"https://contain-rs.github.io/bit-set/bit_set","edition":"2015","links":null},{"name":"bit-vec","version":"0.6.3","id":"bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A vector of bits","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":false,"features":["derive"],"target":null,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rand_xorshift","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,"registry":null},{"name":"serde_json","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"bit-vec","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bit-vec-0.6.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bit-vec-0.6.3/benches/bench.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"serde_no_std":["serde/alloc"],"serde_std":["std","serde/std"],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bit-vec-0.6.3/Cargo.toml","metadata":null,"publish":null,"authors":["Alexis Beingessner "],"categories":[],"keywords":["data-structures","bitvec","bitmask","bitmap","bit"],"readme":"README.md","repository":"https://github.com/contain-rs/bit-vec","homepage":"https://github.com/contain-rs/bit-vec","documentation":"https://contain-rs.github.io/bit-vec/bit_vec","edition":"2015","links":null},{"name":"bitflags","version":"1.2.1","id":"bitflags 1.2.1 (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 like bitflags.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"bitflags","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"default":[],"example_generated":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1/Cargo.toml","metadata":{"docs":{"rs":{"features":["example_generated"]}}},"publish":null,"authors":["The Rust Project Developers"],"categories":["no-std"],"keywords":["bit","bitmask","bitflags","flags"],"readme":"README.md","repository":"https://github.com/bitflags/bitflags","homepage":"https://github.com/bitflags/bitflags","documentation":"https://docs.rs/bitflags","edition":"2015","links":null},{"name":"blocking","version":"1.0.2","id":"blocking 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"A thread pool for isolating blocking I/O in async programs","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"async-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"atomic-waker","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,"registry":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"blocking","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/blocking-1.0.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"ls","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/blocking-1.0.2/examples/ls.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"unblock","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/blocking-1.0.2/tests/unblock.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/blocking-1.0.2/Cargo.toml","metadata":null,"publish":null,"authors":["Stjepan Glavina "],"categories":["asynchronous","concurrency"],"keywords":["async","file","stdio","stdin","process"],"readme":"README.md","repository":"https://github.com/stjepang/blocking","homepage":"https://github.com/stjepang/blocking","documentation":"https://docs.rs/blocking","edition":"2018","links":null},{"name":"bstr","version":"0.2.16","id":"bstr 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"A string type that is not required to be valid UTF-8.","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.2.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"regex-automata","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.5","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.85","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"ucd-parse","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,"registry":null},{"name":"unicode-segmentation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"bstr","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bstr-0.2.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"graphemes-std","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bstr-0.2.16/examples/graphemes-std.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"graphemes","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bstr-0.2.16/examples/graphemes.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"lines-std","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bstr-0.2.16/examples/lines-std.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"lines","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bstr-0.2.16/examples/lines.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"uppercase-std","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bstr-0.2.16/examples/uppercase-std.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"uppercase","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bstr-0.2.16/examples/uppercase.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"words-std","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bstr-0.2.16/examples/words-std.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"words","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bstr-0.2.16/examples/words.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["std","unicode"],"serde1":["std","serde1-nostd","serde/std"],"serde1-nostd":["serde"],"std":["memchr/std"],"unicode":["lazy_static","regex-automata"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bstr-0.2.16/Cargo.toml","metadata":null,"publish":null,"authors":["Andrew Gallant "],"categories":["text-processing","encoding"],"keywords":["string","str","byte","bytes","text"],"readme":"README.md","repository":"https://github.com/BurntSushi/bstr","homepage":"https://github.com/BurntSushi/bstr","documentation":"https://docs.rs/bstr","edition":"2018","links":null},{"name":"bumpalo","version":"3.7.0","id":"bumpalo 3.7.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A fast bump allocation arena for Rust.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"bumpalo","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.7.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"try_alloc","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.7.0/tests/try_alloc.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"alloc_fill","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.7.0/tests/alloc_fill.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"alloc_try_with","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.7.0/tests/alloc_try_with.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"alloc_with","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.7.0/tests/alloc_with.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"allocator_api","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.7.0/tests/allocator_api.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"quickchecks","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.7.0/tests/quickchecks.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"readme_up_to_date","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.7.0/tests/readme_up_to_date.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"string","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.7.0/tests/string.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tests","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.7.0/tests/tests.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"try_alloc_try_with","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.7.0/tests/try_alloc_try_with.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"try_alloc_with","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.7.0/tests/try_alloc_with.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"vec","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.7.0/tests/vec.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"benches","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.7.0/benches/benches.rs","edition":"2018","required-features":["collections"],"doc":false,"doctest":false,"test":false}],"features":{"allocator_api":[],"boxed":[],"collections":[],"default":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.7.0/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true}}},"publish":null,"authors":["Nick Fitzgerald "],"categories":["memory-management","rust-patterns","no-std"],"keywords":[],"readme":"./README.md","repository":"https://github.com/fitzgen/bumpalo","homepage":null,"documentation":"https://docs.rs/bumpalo","edition":"2018","links":null},{"name":"byteorder","version":"1.4.3","id":"byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"Unlicense OR MIT","license_file":null,"description":"Library for reading/writing numbers in big-endian and little-endian.","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.9.2","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"byteorder","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3/benches/bench.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"i128":[],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3/Cargo.toml","metadata":null,"publish":null,"authors":["Andrew Gallant "],"categories":["encoding","parsing","no-std"],"keywords":["byte","endian","big-endian","little-endian","binary"],"readme":"README.md","repository":"https://github.com/BurntSushi/byteorder","homepage":"https://github.com/BurntSushi/byteorder","documentation":"https://docs.rs/byteorder","edition":"2018","links":null},{"name":"bytes","version":"1.0.1","id":"bytes 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Types and traits for working with bytes","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.60","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"registry":null},{"name":"serde_test","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,"registry":null},{"name":"loom","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":"cfg(loom)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"bytes","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.0.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_buf","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.0.1/tests/test_buf.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_buf_mut","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.0.1/tests/test_buf_mut.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_bytes","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.0.1/tests/test_bytes.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_bytes_odd_alloc","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.0.1/tests/test_bytes_odd_alloc.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_bytes_vec_alloc","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.0.1/tests/test_bytes_vec_alloc.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_chain","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.0.1/tests/test_chain.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_debug","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.0.1/tests/test_debug.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_iter","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.0.1/tests/test_iter.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_reader","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.0.1/tests/test_reader.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_serde","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.0.1/tests/test_serde.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_take","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.0.1/tests/test_take.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"buf","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.0.1/benches/buf.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"bytes","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.0.1/benches/bytes.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"bytes_mut","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.0.1/benches/bytes_mut.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.0.1/Cargo.toml","metadata":null,"publish":null,"authors":["Carl Lerche ","Sean McArthur "],"categories":["network-programming","data-structures"],"keywords":["buffers","zero-copy","io"],"readme":"README.md","repository":"https://github.com/tokio-rs/bytes","homepage":null,"documentation":"https://docs.rs/bytes/1.0.1/bytes/","edition":"2018","links":null},{"name":"cache-padded","version":"1.1.1","id":"cache-padded 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"Prevent false sharing by padding and aligning to the length of a cache line","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"cache-padded","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cache-padded-1.1.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"padding","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cache-padded-1.1.1/tests/padding.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cache-padded-1.1.1/Cargo.toml","metadata":null,"publish":null,"authors":["Stjepan Glavina "],"categories":["concurrency","no-std"],"keywords":["cache","padding","lock-free","atomic"],"readme":"README.md","repository":"https://github.com/stjepang/cache-padded","homepage":"https://github.com/stjepang/cache-padded","documentation":"https://docs.rs/cache-padded","edition":"2018","links":null},{"name":"camino","version":"1.0.5","id":"camino 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"UTF-8 paths","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","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.38","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.62","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"structopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.21","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"camino","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/camino-1.0.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"serde","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/camino-1.0.5/examples/serde.rs","edition":"2018","required-features":["serde1"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"structopt","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/camino-1.0.5/examples/structopt.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"integration_tests","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/camino-1.0.5/tests/integration_tests.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/camino-1.0.5/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"serde1":["serde"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/camino-1.0.5/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true}}},"publish":null,"authors":["Without Boats ","Ashley Williams ","Steve Klabnik ","Rain "],"categories":["development-tools","filesystem","os"],"keywords":["paths","utf8","unicode","filesystem"],"readme":"README.md","repository":"https://github.com/withoutboats/camino","homepage":null,"documentation":"https://docs.rs/camino","edition":"2018","links":null},{"name":"cargo-platform","version":"0.1.2","id":"cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Cargo's representation of a target platform.","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.82","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["derive"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"cargo-platform","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-platform-0.1.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"matches","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-platform-0.1.2/examples/matches.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"test_cfg","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-platform-0.1.2/tests/test_cfg.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-platform-0.1.2/Cargo.toml","metadata":null,"publish":null,"authors":["The Cargo Project Developers"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rust-lang/cargo","homepage":"https://github.com/rust-lang/cargo","documentation":"https://docs.rs/cargo-platform","edition":"2018","links":null},{"name":"cargo_metadata","version":"0.14.0","id":"cargo_metadata 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"structured access to the output of `cargo metadata`","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"camino","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":["serde1"],"target":null,"registry":null},{"name":"cargo-platform","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,"registry":null},{"name":"derive_builder","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,"registry":null},{"name":"semver","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["serde"],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.107","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.59","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["unbounded_depth"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"cargo_metadata","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo_metadata-0.14.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"selftest","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo_metadata-0.14.0/tests/selftest.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_samples","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo_metadata-0.14.0/tests/test_samples.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"builder":["derive_builder"],"default":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo_metadata-0.14.0/Cargo.toml","metadata":{"cargo_metadata_test":{"other_field":"foo","some_field":true}},"publish":null,"authors":["Oliver Schneider "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/oli-obk/cargo_metadata","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"cc","version":"1.0.68","id":"cc 1.0.68 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A build-time dependency for Cargo build scripts to assist in invoking the native\nC compiler to compile native C code into a static archive to be linked into Rust\ncode.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"jobserver","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.16","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"cc","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.68/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["bin"],"crate_types":["bin"],"name":"gcc-shim","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.68/src/bin/gcc-shim.rs","edition":"2018","doc":true,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"cc_env","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.68/tests/cc_env.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"cflags","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.68/tests/cflags.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"cxxflags","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.68/tests/cxxflags.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.68/tests/test.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"parallel":["jobserver"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.68/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton "],"categories":["development-tools::build-utils"],"keywords":["build-dependencies"],"readme":"README.md","repository":"https://github.com/alexcrichton/cc-rs","homepage":"https://github.com/alexcrichton/cc-rs","documentation":"https://docs.rs/cc","edition":"2018","links":null},{"name":"cfg-if","version":"0.1.10","id":"cfg-if 0.1.10 (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":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":"core","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"cfg-if","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"xcrate","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/tests/xcrate.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"rustc-dep-of-std":["core","compiler_builtins"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/alexcrichton/cfg-if","homepage":"https://github.com/alexcrichton/cfg-if","documentation":"https://docs.rs/cfg-if","edition":"2018","links":null},{"name":"cfg-if","version":"1.0.0","id":"cfg-if 1.0.0 (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":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":"core","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"cfg-if","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"xcrate","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/tests/xcrate.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"rustc-dep-of-std":["core","compiler_builtins"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/alexcrichton/cfg-if","homepage":"https://github.com/alexcrichton/cfg-if","documentation":"https://docs.rs/cfg-if","edition":"2018","links":null},{"name":"clap","version":"2.33.3","id":"clap 2.33.3 (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":"atty","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,"registry":null},{"name":"bitflags","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,"registry":null},{"name":"clippy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.0.166","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"strsim","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"term_size","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,"registry":null},{"name":"textwrap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":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,"registry":null},{"name":"vec_map","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"yaml-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,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"regex","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,"registry":null},{"name":"version-sync","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"ansi_term","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":"cfg(not(windows))","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"clap","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-2.33.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{"color":["ansi_term","atty"],"debug":[],"default":["suggestions","color","vec_map"],"doc":["yaml"],"lints":["clippy"],"nightly":[],"no_cargo":[],"suggestions":["strsim"],"unstable":[],"wrap_help":["term_size","textwrap/term_size"],"yaml":["yaml-rust"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-2.33.3/Cargo.toml","metadata":{"docs":{"rs":{"features":["doc"]}}},"publish":null,"authors":["Kevin K. "],"categories":["command-line-interface"],"keywords":["argument","cli","arg","parser","parse"],"readme":"README.md","repository":"https://github.com/clap-rs/clap","homepage":"https://clap.rs/","documentation":"https://docs.rs/clap/","edition":"2015","links":null},{"name":"concurrent-queue","version":"1.2.2","id":"concurrent-queue 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"Concurrent multi-producer multi-consumer queue","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cache-padded","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"concurrent-queue","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/concurrent-queue-1.2.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"bounded","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/concurrent-queue-1.2.2/tests/bounded.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"single","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/concurrent-queue-1.2.2/tests/single.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"unbounded","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/concurrent-queue-1.2.2/tests/unbounded.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/concurrent-queue-1.2.2/Cargo.toml","metadata":null,"publish":null,"authors":["Stjepan Glavina "],"categories":["concurrency"],"keywords":["channel","mpmc","spsc","spmc","mpsc"],"readme":"README.md","repository":"https://github.com/stjepang/concurrent-queue","homepage":"https://github.com/stjepang/concurrent-queue","documentation":"https://docs.rs/concurrent-queue","edition":"2018","links":null},{"name":"configuration","version":"0.1.0","id":"configuration 0.1.0 (path+file:///home/cecile/repos/router/crates/configuration)","license":null,"license_file":null,"description":null,"source":null,"dependencies":[{"name":"maplit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.127","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"serde_yaml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.17","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.26","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"typed-builder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"configuration","src_path":"/home/cecile/repos/router/crates/configuration/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/repos/router/crates/configuration/Cargo.toml","metadata":null,"publish":null,"authors":["Apollo Graph, Inc. "],"categories":[],"keywords":[],"readme":null,"repository":null,"homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"console","version":"0.14.1","id":"console 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A terminal and console abstraction for Rust","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","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","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,"registry":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.2","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":["std"],"target":null,"registry":null},{"name":"terminal_size","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.14","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"unicode-width","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,"registry":null},{"name":"encode_unicode","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":"cfg(windows)","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["winbase","winuser","consoleapi","processenv","wincon"],"target":"cfg(windows)","registry":null},{"name":"winapi-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.3","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"console","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/console-0.14.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"colors","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/console-0.14.1/examples/colors.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"colors256","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/console-0.14.1/examples/colors256.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"cursor_at","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/console-0.14.1/examples/cursor_at.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"term","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/console-0.14.1/examples/term.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"ansi-parsing":["regex"],"default":["unicode-width","ansi-parsing"],"windows-console-colors":["ansi-parsing","winapi-util"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/console-0.14.1/Cargo.toml","metadata":null,"publish":null,"authors":["Armin Ronacher "],"categories":[],"keywords":["cli","terminal","colors","console","ansi"],"readme":"README.md","repository":"https://github.com/mitsuhiko/console","homepage":"https://github.com/mitsuhiko/console","documentation":"https://docs.rs/console","edition":"2018","links":null},{"name":"convert_case","version":"0.4.0","id":"convert_case 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Convert strings into any case","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"strum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"strum_macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"convert_case","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/convert_case-0.4.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"random":["rand"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/convert_case-0.4.0/Cargo.toml","metadata":null,"publish":null,"authors":["David Purdum "],"categories":["text-processing"],"keywords":["casing","case","string"],"readme":"README.md","repository":"https://github.com/rutrum/convert-case","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"core-foundation","version":"0.9.1","id":"core-foundation 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT / Apache-2.0","license_file":null,"description":"Bindings to Core Foundation for macOS","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"core-foundation-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","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,"registry":null},{"name":"uuid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"core-foundation","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/core-foundation-0.9.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"use_macro_outside_crate","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/core-foundation-0.9.1/tests/use_macro_outside_crate.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{"mac_os_10_7_support":["core-foundation-sys/mac_os_10_7_support"],"mac_os_10_8_features":["core-foundation-sys/mac_os_10_8_features"],"with-chrono":["chrono"],"with-uuid":["uuid"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/core-foundation-0.9.1/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin"}}},"publish":null,"authors":["The Servo Project Developers"],"categories":["os::macos-apis"],"keywords":["macos","framework","objc"],"readme":null,"repository":"https://github.com/servo/core-foundation-rs","homepage":"https://github.com/servo/core-foundation-rs","documentation":null,"edition":"2015","links":null},{"name":"core-foundation-sys","version":"0.8.2","id":"core-foundation-sys 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT / Apache-2.0","license_file":null,"description":"Bindings to Core Foundation for macOS","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"core-foundation-sys","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/core-foundation-sys-0.8.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/core-foundation-sys-0.8.2/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"mac_os_10_7_support":[],"mac_os_10_8_features":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/core-foundation-sys-0.8.2/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin"}}},"publish":null,"authors":["The Servo Project Developers"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/servo/core-foundation-rs","homepage":"https://github.com/servo/core-foundation-rs","documentation":null,"edition":"2015","links":null},{"name":"crc32fast","version":"1.2.1","id":"crc32fast 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Fast, SIMD-accelerated CRC32 (IEEE) checksum computation","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cfg-if","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,"registry":null},{"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,"registry":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"crc32fast","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.2.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.2.1/benches/bench.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.2.1/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"nightly":[],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.2.1/Cargo.toml","metadata":null,"publish":null,"authors":["Sam Rijs ","Alex Crichton "],"categories":[],"keywords":["checksum","crc","crc32","simd","fast"],"readme":"README.md","repository":"https://github.com/srijs/rust-crc32fast","homepage":null,"documentation":null,"edition":"2015","links":null},{"name":"crossbeam-utils","version":"0.8.5","id":"crossbeam-utils 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Utilities for concurrent programming","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cfg-if","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,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(crossbeam_loom)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"crossbeam-utils","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"atomic_cell","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.5/tests/atomic_cell.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"cache_padded","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.5/tests/cache_padded.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"parker","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.5/tests/parker.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sharded_lock","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.5/tests/sharded_lock.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"thread","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.5/tests/thread.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"wait_group","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.5/tests/wait_group.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"atomic_cell","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.5/benches/atomic_cell.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.5/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"nightly":[],"std":["lazy_static"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.5/Cargo.toml","metadata":null,"publish":null,"authors":["The Crossbeam Project Developers"],"categories":["algorithms","concurrency","data-structures","no-std"],"keywords":["scoped","thread","atomic","cache"],"readme":"README.md","repository":"https://github.com/crossbeam-rs/crossbeam","homepage":"https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils","documentation":"https://docs.rs/crossbeam-utils","edition":"2018","links":null},{"name":"crunchy","version":"0.2.2","id":"crunchy 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Crunchy unroller: deterministically unroll constant loops","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"crunchy","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/crunchy-0.2.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/crunchy-0.2.2/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"default":["limit_128"],"limit_1024":[],"limit_128":[],"limit_2048":[],"limit_256":[],"limit_512":[],"limit_64":[],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/crunchy-0.2.2/Cargo.toml","metadata":null,"publish":null,"authors":["Vurich "],"categories":[],"keywords":[],"readme":"README.md","repository":null,"homepage":null,"documentation":null,"edition":"2015","links":null},{"name":"ctor","version":"0.1.20","id":"ctor 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"__attribute__((constructor)) for Rust","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.9","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.64","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["full","parsing","printing","proc-macro"],"target":null,"registry":null},{"name":"libc-print","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.15","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"ctor","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ctor-0.1.20/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"example","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ctor-0.1.20/src/example.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ctor-0.1.20/Cargo.toml","metadata":null,"publish":null,"authors":["Matt Mastracci "],"categories":[],"keywords":[],"readme":"../README.md","repository":"https://github.com/mmastrac/rust-ctor","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"curl","version":"0.4.38","id":"curl 0.4.38 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Rust bindings to libcurl for making HTTP requests","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"curl-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.44","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.42","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"socket2","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,"registry":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.31","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"mio","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,"registry":null},{"name":"mio-extras","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"openssl-probe","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(target_os = \"macos\")))","registry":null},{"name":"openssl-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.43","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(target_os = \"macos\")))","registry":null},{"name":"schannel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.13","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_env = \"msvc\")","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["libloaderapi","wincrypt"],"target":"cfg(target_env = \"msvc\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"curl","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/curl-0.4.38/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"ssl_proxy","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/curl-0.4.38/examples/ssl_proxy.rs","edition":"2018","required-features":["ssl"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"ssl_cert_blob","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/curl-0.4.38/examples/ssl_cert_blob.rs","edition":"2018","required-features":["ssl"],"doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"atexit","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/curl-0.4.38/tests/atexit.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"easy","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/curl-0.4.38/tests/easy.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"multi","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/curl-0.4.38/tests/multi.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"post","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/curl-0.4.38/tests/post.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"protocols","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/curl-0.4.38/tests/protocols.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/curl-0.4.38/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["ssl"],"force-system-lib-on-osx":["curl-sys/force-system-lib-on-osx"],"http2":["curl-sys/http2"],"mesalink":["curl-sys/mesalink"],"protocol-ftp":["curl-sys/protocol-ftp"],"spnego":["curl-sys/spnego"],"ssl":["openssl-sys","openssl-probe","curl-sys/ssl"],"static-curl":["curl-sys/static-curl"],"static-ssl":["curl-sys/static-ssl"],"upkeep_7_62_0":["curl-sys/upkeep_7_62_0"],"zlib-ng-compat":["curl-sys/zlib-ng-compat","static-curl"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/curl-0.4.38/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton "],"categories":["api-bindings","web-programming::http-client"],"keywords":[],"readme":"README.md","repository":"https://github.com/alexcrichton/curl-rust","homepage":"https://github.com/alexcrichton/curl-rust","documentation":"https://docs.rs/curl","edition":"2018","links":null},{"name":"curl-sys","version":"0.4.44+curl-7.77.0","id":"curl-sys 0.4.44+curl-7.77.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Native bindings to the libcurl library","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.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libnghttp2-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.3","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libz-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["libc"],"target":null,"registry":null},{"name":"mesalink","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0-cratesio","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":["client_apis","error_strings","tls13","aesgcm","chachapoly","x25519","ecdh","ecdsa","verifier"],"target":null,"registry":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"pkg-config","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,"registry":null},{"name":"openssl-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(target_os = \"macos\")))","registry":null},{"name":"vcpkg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_env = \"msvc\")","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["winsock2","ws2def"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"curl_sys","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.44+curl-7.77.0/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.44+curl-7.77.0/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["ssl"],"force-system-lib-on-osx":[],"http2":["libnghttp2-sys"],"protocol-ftp":[],"spnego":[],"ssl":["openssl-sys"],"static-curl":[],"static-ssl":["openssl-sys/vendored"],"upkeep_7_62_0":[],"zlib-ng-compat":["libz-sys/zlib-ng","static-curl"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.44+curl-7.77.0/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton "],"categories":["external-ffi-bindings"],"keywords":[],"readme":null,"repository":"https://github.com/alexcrichton/curl-rust","homepage":null,"documentation":"https://docs.rs/curl-sys","edition":"2018","links":"curl"},{"name":"deno_core","version":"0.86.0","id":"deno_core 0.86.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.40","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.13","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.93","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.14","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"pin-project","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.6","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rusty_v8","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.22.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.125","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.64","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["preserve_order"],"target":null,"registry":null},{"name":"serde_v8","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":[],"target":null,"registry":null},{"name":"url","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["serde"],"target":null,"registry":null},{"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,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["full"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"deno_core","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/deno_core-0.86.0/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"http_bench_json_ops","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/deno_core-0.86.0/examples/http_bench_json_ops.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"hello_world","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/deno_core-0.86.0/examples/hello_world.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"op_baseline","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/deno_core-0.86.0/benches/op_baseline.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/deno_core-0.86.0/Cargo.toml","metadata":null,"publish":null,"authors":["the Deno authors"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/denoland/deno","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"derivative","version":"2.2.0","id":"derivative 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A set of alternative `derive` attributes for Rust","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":"^1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"quote","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,"registry":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["visit","extra-traits"],"target":null,"registry":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18, <1.0.23","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"derivative","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"clippy-warning-clone-from","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/clippy-warning-clone-from.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compile-test","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/compile-test.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-clone-generics","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/derive-clone-generics.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-clone","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/derive-clone.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-debug-bounds","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/derive-debug-bounds.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-debug-generics","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/derive-debug-generics.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-debug-packed","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/derive-debug-packed.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-debug-transparent","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/derive-debug-transparent.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-debug","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/derive-debug.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-default-bounds","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/derive-default-bounds.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-default","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/derive-default.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-eq-packed","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/derive-eq-packed.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-eq","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/derive-eq.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-hash","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/derive-hash.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-ord-packed","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/derive-ord-packed.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-ord","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/derive-ord.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-partial-eq-packed","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/derive-partial-eq-packed.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-partial-eq","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/derive-partial-eq.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"issue-37-turbofish","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/issue-37-turbofish.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"issue-55","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/issue-55.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"issue-57","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/issue-57.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"issue-58","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/issue-58.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"issue-67","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/issue-67.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"issue-82","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/issue-82.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-class-implement-traits","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-class-implement-traits.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-bounds","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-deriving-bounds.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-clone-array","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-deriving-clone-array.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-clone-enum","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-deriving-clone-enum.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-clone-generic-enum","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-deriving-clone-generic-enum.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-clone-generic-tuple-struct","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-deriving-clone-generic-tuple-struct.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-clone-struct","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-deriving-clone-struct.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-clone-tuple-struct","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-deriving-clone-tuple-struct.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-cmp-generic-enum","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-deriving-cmp-generic-enum.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-cmp-generic-struct-enum","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-deriving-cmp-generic-struct-enum.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-cmp-generic-struct","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-deriving-cmp-generic-struct.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-cmp-generic-tuple-struct","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-deriving-cmp-generic-tuple-struct.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-copyclone","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-deriving-copyclone.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-default-box","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-deriving-default-box.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-enum-single-variant","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-deriving-enum-single-variant.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-hash","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-deriving-hash.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-in-fn","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-deriving-in-fn.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-meta-multiple","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-deriving-meta-multiple.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-meta","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-deriving-meta.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-show-2","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-deriving-show-2.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-show","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-deriving-show.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-via-extension-hash-enum","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-deriving-via-extension-hash-enum.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-via-extension-hash-struct","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-deriving-via-extension-hash-struct.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-via-extension-type-params","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-deriving-via-extension-type-params.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-expr-copy","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-expr-copy.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-exterior","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-exterior.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-12860","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-issue-12860.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-13434","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-issue-13434.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-16530","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-issue-16530.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-19037","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-issue-19037.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-19102","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-issue-19102.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-19135","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-issue-19135.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-19358","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-issue-19358.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-21402","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-issue-21402.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-23649-3","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-issue-23649-3.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-24085","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-issue-24085.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-25394","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-issue-25394.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-28561","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-issue-28561.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-29030","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-issue-29030.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-29540","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-issue-29540.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-29710","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-issue-29710.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-32292","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-issue-32292.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-3935","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-issue-3935.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-42453","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-issue-42453.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-58319","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-issue-58319.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-6341","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-issue-6341.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-typeclasses-eq-example","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-typeclasses-eq-example.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-zero-sized-btreemap-insert","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/tests/rustc-zero-sized-btreemap-insert.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{"use_core":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derivative-2.2.0/Cargo.toml","metadata":null,"publish":null,"authors":["mcarton "],"categories":["rust-patterns"],"keywords":["derive","macro","macro1-1","plugin"],"readme":"README.md","repository":"https://github.com/mcarton/rust-derivative","homepage":null,"documentation":"https://mcarton.github.io/rust-derivative/","edition":"2015","links":null},{"name":"derive_more","version":"0.99.16","id":"derive_more 0.99.16 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Adds #[derive(x)] macros for more traits","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"convert_case","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"proc-macro2","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,"registry":null},{"name":"quote","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,"registry":null},{"name":"syn","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,"registry":null},{"name":"peg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"build","rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustc_version","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"build","rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"derive_more","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"deny_missing_docs","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/examples/deny_missing_docs.rs","edition":"2018","required-features":["add_assign","add","as_mut","as_ref","constructor","deref","deref_mut","display","from","from_str","index","index_mut","into","mul_assign","mul","not","try_into","is_variant"],"doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"add_assign","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/add_assign.rs","edition":"2018","required-features":["add_assign"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"add","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/add.rs","edition":"2018","required-features":["add"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"as_mut","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/as_mut.rs","edition":"2018","required-features":["as_mut"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"as_ref","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/as_ref.rs","edition":"2018","required-features":["as_ref"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"boats_display_derive","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/boats_display_derive.rs","edition":"2018","required-features":["display"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"constructor","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/constructor.rs","edition":"2018","required-features":["constructor"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"deref","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/deref.rs","edition":"2018","required-features":["deref"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"deref_mut","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/deref_mut.rs","edition":"2018","required-features":["deref_mut"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"display","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/display.rs","edition":"2018","required-features":["display"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"error","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/error_tests.rs","edition":"2018","required-features":["error"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"from","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/from.rs","edition":"2018","required-features":["from"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"from_str","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/from_str.rs","edition":"2018","required-features":["from_str"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"index_mut","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/index_mut.rs","edition":"2018","required-features":["index_mut"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"index","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/index.rs","edition":"2018","required-features":["index"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"into","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/into.rs","edition":"2018","required-features":["into"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"into_iterator","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/into_iterator.rs","edition":"2018","required-features":["into_iterator"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"mul_assign","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/mul_assign.rs","edition":"2018","required-features":["mul_assign"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"mul","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/mul.rs","edition":"2018","required-features":["mul"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"not","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/not.rs","edition":"2018","required-features":["not"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sum","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/sum.rs","edition":"2018","required-features":["sum"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"try_into","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/try_into.rs","edition":"2018","required-features":["try_into"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"is_variant","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/is_variant.rs","edition":"2018","required-features":["is_variant"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"unwrap","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/unwrap.rs","edition":"2018","required-features":["unwrap"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"no_std","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/no_std.rs","edition":"2018","required-features":["add_assign","add","as_mut","as_ref","constructor","deref","deref_mut","display","from","from_str","index","index_mut","into","mul_assign","mul","not","sum","try_into","is_variant"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"generics","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/generics.rs","edition":"2018","required-features":["add_assign","add","as_mut","as_ref","constructor","deref","deref_mut","display","from","from_str","index","index_mut","into","mul_assign","mul","not","try_into","is_variant"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"lib","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/tests/lib.rs","edition":"2018","required-features":["add_assign","add","as_mut","as_ref","constructor","deref","deref_mut","display","from","from_str","index","index_mut","into","mul_assign","mul","not","try_into","is_variant"],"doc":false,"doctest":false,"test":true}],"features":{"add":[],"add_assign":[],"as_mut":[],"as_ref":[],"constructor":[],"default":["add_assign","add","as_mut","as_ref","constructor","deref","deref_mut","display","error","from","from_str","index","index_mut","into","into_iterator","iterator","mul_assign","mul","not","sum","try_into","is_variant","unwrap"],"deref":[],"deref_mut":[],"display":["syn/extra-traits"],"error":["syn/extra-traits"],"from":["syn/extra-traits"],"from_str":[],"generate-parsing-rs":["peg"],"index":[],"index_mut":[],"into":["syn/extra-traits"],"into_iterator":[],"is_variant":["convert_case"],"iterator":[],"mul":["syn/extra-traits"],"mul_assign":["syn/extra-traits"],"nightly":[],"not":["syn/extra-traits"],"sum":[],"testing-helpers":["rustc_version"],"track-caller":[],"try_into":["syn/extra-traits"],"unwrap":["convert_case","rustc_version"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.16/Cargo.toml","metadata":null,"publish":null,"authors":["Jelte Fennema "],"categories":["development-tools","development-tools::procedural-macro-helpers","no-std"],"keywords":["derive","Add","From","Display","IntoIterator"],"readme":"README.md","repository":"https://github.com/JelteF/derive_more","homepage":null,"documentation":"https://jeltef.github.io/derive_more/derive_more/","edition":"2018","links":null},{"name":"diff","version":"0.1.12","id":"diff 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"An 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-lang/crates.io-index","req":"^0.9.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"speculate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"diff","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/diff-0.1.12/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"simple","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/diff-0.1.12/examples/simple.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"tests","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/diff-0.1.12/tests/tests.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"benches","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/diff-0.1.12/benches/benches.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/diff-0.1.12/Cargo.toml","metadata":null,"publish":null,"authors":["Utkarsh Kukreti "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/utkarshkukreti/diff.rs","homepage":"https://github.com/utkarshkukreti/diff.rs","documentation":"https://docs.rs/diff","edition":"2015","links":null},{"name":"difference","version":"2.0.0","id":"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A Rust text diffing and assertion library.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"getopts","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"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,"registry":null},{"name":"term","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.7","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"difference","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/difference-2.0.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["bin"],"crate_types":["bin"],"name":"difference","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/difference-2.0.0/src/main.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"github-style","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/difference-2.0.0/examples/github-style.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"line-by-line","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/difference-2.0.0/examples/line-by-line.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"underline-words","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/difference-2.0.0/examples/underline-words.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"quickcheck","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/difference-2.0.0/tests/quickcheck.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{"bin":["getopts"],"default":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/difference-2.0.0/Cargo.toml","metadata":null,"publish":null,"authors":["Johann Hofmann "],"categories":["text-processing","development-tools::testing"],"keywords":["diff","text","compare","changes","assert"],"readme":"README.md","repository":"https://github.com/johannhof/difference.rs","homepage":null,"documentation":"https://johannhof.github.io/difference.rs/difference/index.html","edition":"2015","links":null},{"name":"difflib","version":"0.4.0","id":"difflib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Port of Python's difflib library to Rust.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"difflib","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/difflib-0.4.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"example","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/difflib-0.4.0/examples/example.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"tests","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/difflib-0.4.0/tests/tests.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/difflib-0.4.0/Cargo.toml","metadata":null,"publish":null,"authors":["Dima Kudosh "],"categories":[],"keywords":["difflib","text","diff"],"readme":null,"repository":"https://github.com/DimaKudosh/difflib","homepage":"https://github.com/DimaKudosh/difflib","documentation":"https://github.com/DimaKudosh/difflib/wiki","edition":"2015","links":null},{"name":"directories","version":"3.0.2","id":"directories 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"A tiny mid-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows and macOS by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"dirs-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"bencher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.5","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"directories","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/directories-3.0.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"constructors","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/directories-3.0.2/benches/constructors.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/directories-3.0.2/Cargo.toml","metadata":null,"publish":null,"authors":["Simon Ochsenreither "],"categories":[],"keywords":["xdg","basedir","app_dirs","path","folder"],"readme":"README.md","repository":"https://github.com/soc/directories-rs","homepage":null,"documentation":null,"edition":"2015","links":null},{"name":"dirs-next","version":"2.0.0","id":"dirs-next 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"A tiny low-level library that provides platform-specific standard locations\nof directories for config, cache and other data on Linux, Windows, macOS\nand Redox by leveraging the mechanisms defined by the XDG base/user\ndirectory specifications on Linux, the Known Folder API on Windows,\nand the Standard Directory guidelines on macOS.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cfg-if","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,"registry":null},{"name":"dirs-sys-next","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"dirs-next","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/dirs-next-2.0.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/dirs-next-2.0.0/Cargo.toml","metadata":null,"publish":null,"authors":["The @xdg-rs members"],"categories":[],"keywords":["xdg","basedir","app_dirs","path","folder"],"readme":"README.md","repository":"https://github.com/xdg-rs/dirs","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"dirs-sys","version":"0.3.6","id":"dirs-sys 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"System-level helper functions for the dirs and directories crates.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"redox_users","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"redox\")","registry":null},{"name":"libc","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(unix)","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["knownfolders","objbase","shlobj","winbase","winerror"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"dirs-sys","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/dirs-sys-0.3.6/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/dirs-sys-0.3.6/Cargo.toml","metadata":null,"publish":null,"authors":["Simon Ochsenreither "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/dirs-dev/dirs-sys-rs","homepage":null,"documentation":null,"edition":"2015","links":null},{"name":"dirs-sys-next","version":"0.1.2","id":"dirs-sys-next 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"system-level helper functions for the dirs and directories crates","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"redox_users","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"redox\")","registry":null},{"name":"libc","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(unix)","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["knownfolders","objbase","shlobj","winbase","winerror"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"dirs-sys-next","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/dirs-sys-next-0.1.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/dirs-sys-next-0.1.2/Cargo.toml","metadata":null,"publish":null,"authors":["The @xdg-rs members"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/xdg-rs/dirs/tree/master/dirs-sys","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"doc-comment","version":"0.3.3","id":"doc-comment 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Macro to generate doc comments","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"doc_comment","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/doc-comment-0.3.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/doc-comment-0.3.3/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"no_core":[],"old_macros":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/doc-comment-0.3.3/Cargo.toml","metadata":null,"publish":null,"authors":["Guillaume Gomez "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/GuillaumeGomez/doc-comment","homepage":null,"documentation":"http://docs.rs/crate/doc-comment","edition":"2015","links":null},{"name":"downcast","version":"0.10.0","id":"downcast 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Trait for downcasting trait objects back to their original types.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"downcast","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/downcast-0.10.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"simple","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/downcast-0.10.0/examples/simple.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"with_params","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/downcast-0.10.0/examples/with_params.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"tests","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/downcast-0.10.0/tests/tests.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{"default":["std"],"nightly":[],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/downcast-0.10.0/Cargo.toml","metadata":null,"publish":null,"authors":["Felix Köpge "],"categories":["no-std","rust-patterns"],"keywords":["any"],"readme":"README.md","repository":"https://github.com/fkoep/downcast-rs","homepage":null,"documentation":"https://docs.rs/downcast","edition":"2015","links":null},{"name":"dtoa","version":"0.4.8","id":"dtoa 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR 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":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/dtoa-0.4.8/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/dtoa-0.4.8/tests/test.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/dtoa-0.4.8/benches/bench.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/dtoa-0.4.8/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"categories":["value-formatting"],"keywords":[],"readme":"README.md","repository":"https://github.com/dtolnay/dtoa","homepage":null,"documentation":"https://docs.rs/dtoa","edition":"2015","links":null},{"name":"either","version":"1.6.1","id":"either 1.6.1 (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 general 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,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"either","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{"default":["use_std"],"use_std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/Cargo.toml","metadata":{"docs":{"rs":{"features":["serde"]}},"release":{"no-dev-version":true,"tag-name":"{{version}}"}},"publish":null,"authors":["bluss"],"categories":["data-structures","no-std"],"keywords":["data-structure","no_std"],"readme":"README-crates.io.md","repository":"https://github.com/bluss/either","homepage":null,"documentation":"https://docs.rs/either/1/","edition":"2015","links":null},{"name":"ena","version":"0.14.0","id":"ena 0.14.0 (registry+https://github.com/rust-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":[{"name":"dogged","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,"registry":null},{"name":"log","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,"registry":null},{"name":"petgraph","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.5","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"ena","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ena-0.14.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"external_undo_log","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ena-0.14.0/tests/external_undo_log.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{"bench":[],"congruence-closure":["petgraph"],"persistent":["dogged"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ena-0.14.0/Cargo.toml","metadata":null,"publish":null,"authors":["Niko Matsakis "],"categories":[],"keywords":["unification","union-find"],"readme":"README.md","repository":"https://github.com/rust-lang-nursery/ena","homepage":"https://github.com/rust-lang-nursery/ena","documentation":null,"edition":"2015","links":null},{"name":"encode_unicode","version":"0.3.6","id":"encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"ascii","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.8, <2","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"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,"registry":null},{"name":"lazy_static","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":"cfg(unix)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"encode_unicode","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/encode_unicode-0.3.6/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"errs","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/encode_unicode-0.3.6/tests/errs.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"exhaustive","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/encode_unicode-0.3.6/tests/exhaustive.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"iterators","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/encode_unicode-0.3.6/tests/iterators.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"oks","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/encode_unicode-0.3.6/tests/oks.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"multiiterators","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/encode_unicode-0.3.6/benches/multiiterators.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/encode_unicode-0.3.6/Cargo.toml","metadata":{"docs":{"rs":{"features":["ascii/std"]}}},"publish":null,"authors":["Torbjørn Birch Moltu "],"categories":["encoding","no-std"],"keywords":["unicode","UTF-8","UTF-16"],"readme":"README.md","repository":"https://github.com/tormol/encode_unicode","homepage":null,"documentation":"https://docs.rs/encode_unicode/","edition":"2015","links":null},{"name":"encoding_rs","version":"0.8.28","id":"encoding_rs 0.8.28 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"A Gecko-oriented implementation of the Encoding Standard","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cfg-if","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,"registry":null},{"name":"packed_simd_2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.4","kind":null,"rename":"packed_simd","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":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,"registry":null},{"name":"bincode","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,"registry":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,"registry":null},{"name":"serde_json","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"encoding_rs","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/encoding_rs-0.8.28/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/encoding_rs-0.8.28/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"fast-big5-hanzi-encode":[],"fast-gb-hanzi-encode":[],"fast-hangul-encode":[],"fast-hanja-encode":[],"fast-kanji-encode":[],"fast-legacy-encode":["fast-hangul-encode","fast-hanja-encode","fast-kanji-encode","fast-gb-hanzi-encode","fast-big5-hanzi-encode"],"less-slow-big5-hanzi-encode":[],"less-slow-gb-hanzi-encode":[],"less-slow-kanji-encode":[],"simd-accel":["packed_simd","packed_simd/into_bits"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/encoding_rs-0.8.28/Cargo.toml","metadata":null,"publish":null,"authors":["Henri Sivonen "],"categories":["text-processing","encoding","web-programming","internationalization"],"keywords":["encoding","web","unicode","charset"],"readme":"README.md","repository":"https://github.com/hsivonen/encoding_rs","homepage":"https://docs.rs/encoding_rs/","documentation":"https://docs.rs/encoding_rs/","edition":"2018","links":null},{"name":"env_logger","version":"0.9.0","id":"env_logger 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A logging implementation for `log` which is configured via an environment\nvariable.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"atty","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.5","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"humantime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["std"],"target":null,"registry":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":["std","perf"],"target":null,"registry":null},{"name":"termcolor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"env_logger","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"regexp_filter","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.9.0/tests/regexp_filter.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"log-in-log","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.9.0/tests/log-in-log.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"log_tls_dtors","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.9.0/tests/log_tls_dtors.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"init-twice-retains-filter","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.9.0/tests/init-twice-retains-filter.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"default":["termcolor","atty","humantime","regex"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.9.0/Cargo.toml","metadata":null,"publish":null,"authors":["The Rust Project Developers"],"categories":["development-tools::debugging"],"keywords":["logging","log","logger"],"readme":"README.md","repository":"https://github.com/env-logger-rs/env_logger/","homepage":null,"documentation":"https://docs.rs/env_logger","edition":"2018","links":null},{"name":"event-listener","version":"2.5.1","id":"event-listener 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"Notify async tasks or threads","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":["std"],"target":null,"registry":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"event-listener","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/event-listener-2.5.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"mutex","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/event-listener-2.5.1/examples/mutex.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"notify","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/event-listener-2.5.1/tests/notify.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/event-listener-2.5.1/Cargo.toml","metadata":null,"publish":null,"authors":["Stjepan Glavina "],"categories":["asynchronous","concurrency"],"keywords":["condvar","eventcount","wake","blocking","park"],"readme":"README.md","repository":"https://github.com/stjepang/event-listener","homepage":"https://github.com/stjepang/event-listener","documentation":"https://docs.rs/event-listener","edition":"2018","links":null},{"name":"execution","version":"0.1.0","id":"execution 0.1.0 (path+file:///home/cecile/repos/router/crates/execution)","license":null,"license_file":null,"description":null,"source":null,"dependencies":[{"name":"bytes","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,"registry":null},{"name":"configuration","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/home/cecile/repos/router/crates/configuration"},{"name":"derivative","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,"registry":null},{"name":"derive_more","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.99.16","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.14","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"mockall","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"query-planner","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/home/cecile/repos/router/crates/query-planner"},{"name":"reqwest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["json","stream"],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.127","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["derive","rc"],"target":null,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.66","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_yaml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.17","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.26","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.10.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["full"],"target":null,"registry":null},{"name":"typed-builder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"ctor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.20","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"httpmock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"maplit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"execution","src_path":"/home/cecile/repos/router/crates/execution/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"mocks":["mockall"]},"manifest_path":"/home/cecile/repos/router/crates/execution/Cargo.toml","metadata":null,"publish":null,"authors":["Apollo Graph, Inc. "],"categories":[],"keywords":[],"readme":"README.md","repository":null,"homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"fastrand","version":"1.4.1","id":"fastrand 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"A simple and fast random number generator","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"getrandom","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,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rand_pcg","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,"registry":null},{"name":"instant","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":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["js"],"target":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"instant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["wasm-bindgen"],"target":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"wasm-bindgen-test","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":"cfg(target_arch = \"wasm32\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"fastrand","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fastrand-1.4.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"smoke","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fastrand-1.4.1/tests/smoke.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fastrand-1.4.1/benches/bench.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fastrand-1.4.1/Cargo.toml","metadata":null,"publish":null,"authors":["Stjepan Glavina "],"categories":["algorithms"],"keywords":["simple","fast","rand","random","pcg"],"readme":"README.md","repository":"https://github.com/smol-rs/fastrand","homepage":"https://github.com/smol-rs/fastrand","documentation":"https://docs.rs/fastrand","edition":"2018","links":null},{"name":"filetime","version":"0.2.14","id":"filetime 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Platform-agnostic accessors of timestamps in File metadata\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cfg-if","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,"registry":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"redox_syscall","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(target_os = \"redox\")","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.27","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["fileapi","minwindef","winbase"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"filetime","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/filetime-0.2.14/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/filetime-0.2.14/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":["timestamp","mtime"],"readme":"README.md","repository":"https://github.com/alexcrichton/filetime","homepage":"https://github.com/alexcrichton/filetime","documentation":"https://docs.rs/filetime","edition":"2018","links":null},{"name":"fixedbitset","version":"0.2.0","id":"fixedbitset 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"FixedBitSet is a simple bitset collection","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"fixedbitset","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fixedbitset-0.2.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"benches","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fixedbitset-0.2.0/benches/benches.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fixedbitset-0.2.0/Cargo.toml","metadata":{"release":{"no-dev-version":true,"tag-name":"{{version}}"}},"publish":null,"authors":["bluss"],"categories":["data-structures"],"keywords":["container","data-structure","bitvec","bitset","no_std"],"readme":null,"repository":"https://github.com/bluss/fixedbitset","homepage":null,"documentation":"https://docs.rs/fixedbitset/","edition":"2015","links":null},{"name":"flate2","version":"1.0.20","id":"flate2 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"DEFLATE compression and decompression exposed as Read/BufRead/Write streams.\nSupports miniz_oxide, miniz.c, and multiple zlib implementations. Supports\nzlib, gzip, and raw deflate streams.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cfg-if","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,"registry":null},{"name":"cloudflare-zlib-sys","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,"registry":null},{"name":"crc32fast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.25","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.65","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libz-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"miniz-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.11","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"tokio-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.11","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures","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,"registry":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tokio-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.11","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tokio-tcp","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,"registry":null},{"name":"tokio-threadpool","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.10","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"flate2","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"compress_file","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/examples/compress_file.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"deflatedecoder-bufread","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/examples/deflatedecoder-bufread.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"deflatedecoder-read","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/examples/deflatedecoder-read.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"deflatedecoder-write","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/examples/deflatedecoder-write.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"deflateencoder-bufread","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/examples/deflateencoder-bufread.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"deflateencoder-read","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/examples/deflateencoder-read.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"deflateencoder-write","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/examples/deflateencoder-write.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"gzbuilder","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/examples/gzbuilder.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"gzdecoder-bufread","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/examples/gzdecoder-bufread.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"gzdecoder-read","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/examples/gzdecoder-read.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"gzdecoder-write","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/examples/gzdecoder-write.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"gzencoder-bufread","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/examples/gzencoder-bufread.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"gzencoder-read","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/examples/gzencoder-read.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"gzencoder-write","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/examples/gzencoder-write.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"gzmultidecoder-bufread","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/examples/gzmultidecoder-bufread.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"gzmultidecoder-read","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/examples/gzmultidecoder-read.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"zlibdecoder-bufread","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/examples/zlibdecoder-bufread.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"zlibdecoder-read","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/examples/zlibdecoder-read.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"zlibdecoder-write","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/examples/zlibdecoder-write.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"zlibencoder-bufread","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/examples/zlibencoder-bufread.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"zlibencoder-read","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/examples/zlibencoder-read.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"zlibencoder-write","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/examples/zlibencoder-write.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"async-reader","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/tests/async-reader.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"early-flush","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/tests/early-flush.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"empty-read","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/tests/empty-read.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"gunzip","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/tests/gunzip.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tokio","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/tests/tokio.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"zero-write","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/tests/zero-write.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"any_zlib":[],"cloudflare_zlib":["any_zlib","cloudflare-zlib-sys"],"default":["rust_backend"],"rust_backend":["miniz_oxide"],"tokio":["tokio-io","futures"],"zlib":["any_zlib","libz-sys"],"zlib-ng-compat":["zlib","libz-sys/zlib-ng"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.20/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton ","Josh Triplett "],"categories":["compression","api-bindings"],"keywords":["gzip","deflate","zlib","zlib-ng","encoding"],"readme":"README.md","repository":"https://github.com/rust-lang/flate2-rs","homepage":"https://github.com/rust-lang/flate2-rs","documentation":"https://docs.rs/flate2","edition":"2018","links":null},{"name":"float-cmp","version":"0.8.0","id":"float-cmp 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Floating point approximate comparison traits","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"float_cmp","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.8.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"default":["ratio"],"ratio":["num-traits"],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.8.0/Cargo.toml","metadata":null,"publish":null,"authors":["Mike Dilger "],"categories":[],"keywords":["float","comparison","fuzzy","approximate","no_std"],"readme":"README.md","repository":"https://github.com/mikedilger/float-cmp","homepage":null,"documentation":"https://docs.rs/float-cmp","edition":"2018","links":null},{"name":"fnv","version":"1.0.7","id":"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 / MIT","license_file":null,"description":"Fowler–Noll–Vo hash function","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"fnv","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fnv-1.0.7/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fnv-1.0.7/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/servo/rust-fnv","homepage":null,"documentation":"https://doc.servo.org/fnv/","edition":"2015","links":null},{"name":"foreign-types","version":"0.3.2","id":"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A framework for Rust wrappers over C APIs","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"foreign-types-shared","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"foreign-types","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/Cargo.toml","metadata":null,"publish":null,"authors":["Steven Fackler "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/sfackler/foreign-types","homepage":null,"documentation":null,"edition":"2015","links":null},{"name":"foreign-types-shared","version":"0.1.1","id":"foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"An internal crate used by foreign-types","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"foreign-types-shared","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-shared-0.1.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-shared-0.1.1/Cargo.toml","metadata":null,"publish":null,"authors":["Steven Fackler "],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/sfackler/foreign-types","homepage":null,"documentation":null,"edition":"2015","links":null},{"name":"form_urlencoded","version":"1.0.1","id":"form_urlencoded 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"matches","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,"registry":null},{"name":"percent-encoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"form_urlencoded","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/form_urlencoded-1.0.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/form_urlencoded-1.0.1/Cargo.toml","metadata":null,"publish":null,"authors":["The rust-url developers"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/servo/rust-url","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"fragile","version":"1.0.0","id":"fragile 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0","license_file":null,"description":"Provides wrapper types for sending non-send values to other threads.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"fragile","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fragile-1.0.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fragile-1.0.0/Cargo.toml","metadata":null,"publish":null,"authors":["Armin Ronacher "],"categories":[],"keywords":["send","cell","non-send","send-wrapper","failure"],"readme":"README.md","repository":"https://github.com/mitsuhiko/rust-fragile","homepage":"https://github.com/mitsuhiko/rust-fragile","documentation":null,"edition":"2018","links":null},{"name":"fsevent","version":"0.4.0","id":"fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Rust bindings to the fsevent-sys macOS API for file changes notifications","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bitflags","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,"registry":null},{"name":"fsevent-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tempdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.4","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.1.34","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"fsevent","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fsevent-0.4.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"fsevent-async-demo","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fsevent-0.4.0/examples/fsevent-async-demo.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"fsevent-demo","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fsevent-0.4.0/examples/fsevent-demo.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"fsevent","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fsevent-0.4.0/tests/fsevent.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fsevent-0.4.0/Cargo.toml","metadata":null,"publish":null,"authors":["Pierre Baillet "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/octplane/fsevent-rust","homepage":null,"documentation":null,"edition":"2015","links":null},{"name":"fsevent-sys","version":"2.0.1","id":"fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Rust bindings to the fsevent macOS API for file changes notifications","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.20","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"fsevent-sys","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fsevent-sys-2.0.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fsevent-sys-2.0.1/Cargo.toml","metadata":null,"publish":null,"authors":["Pierre Baillet "],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/octplane/fsevent-rust/tree/master/fsevent-sys","homepage":null,"documentation":null,"edition":"2015","links":null},{"name":"fslock","version":"0.1.6","id":"fslock 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A library to use files as locks","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.66","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(unix)","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["minwindef","minwinbase","winbase","errhandlingapi","winerror","winnt","synchapi","handleapi","fileapi"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"fslock","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fslock-0.1.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fslock-0.1.6/Cargo.toml","metadata":null,"publish":null,"authors":["brunoczim "],"categories":["filesystem","no-std","concurrency"],"keywords":["file","lock","lockfile","filelock","lock-file"],"readme":"README.md","repository":"https://github.com/brunoczim/fslock","homepage":null,"documentation":null,"edition":"2018","links":null},{"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":"registry+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,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"fuchsia-zircon-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"fuchsia-zircon","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fuchsia-zircon-0.3.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fuchsia-zircon-0.3.3/Cargo.toml","metadata":null,"publish":null,"authors":["Raph Levien "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://fuchsia.googlesource.com/garnet/","homepage":null,"documentation":null,"edition":"2015","links":null},{"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 the 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":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fuchsia-zircon-sys-0.3.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"hello","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fuchsia-zircon-sys-0.3.3/examples/hello.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/fuchsia-zircon-sys-0.3.3/Cargo.toml","metadata":null,"publish":null,"authors":["Raph Levien "],"categories":[],"keywords":[],"readme":null,"repository":"https://fuchsia.googlesource.com/garnet/","homepage":null,"documentation":null,"edition":"2015","links":null},{"name":"futures","version":"0.3.16","id":"futures 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"An implementation of futures and streams featuring zero allocations,\ncomposability, and iterator-like interfaces.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["sink"],"target":null,"registry":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"futures-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"futures-sink","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"futures-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["sink"],"target":null,"registry":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"pin-project","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"pin-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"static_assertions","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,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.11","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"futures","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"_require_features","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/_require_features.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"async_await_macros","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/async_await_macros.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"auto_traits","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/auto_traits.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compat","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/compat.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"eager_drop","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/eager_drop.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"eventual","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/eventual.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"future_abortable","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/future_abortable.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"future_basic_combinators","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/future_basic_combinators.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"future_fuse","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/future_fuse.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"future_inspect","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/future_inspect.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"future_join_all","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/future_join_all.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"future_obj","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/future_obj.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"future_select_all","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/future_select_all.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"future_select_ok","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/future_select_ok.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"future_shared","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/future_shared.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"future_try_flatten_stream","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/future_try_flatten_stream.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"future_try_join_all","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/future_try_join_all.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_buf_reader","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/io_buf_reader.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_buf_writer","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/io_buf_writer.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_cursor","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/io_cursor.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_lines","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/io_lines.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_read","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/io_read.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_read_exact","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/io_read_exact.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_read_line","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/io_read_line.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_read_to_end","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/io_read_to_end.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_read_to_string","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/io_read_to_string.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_read_until","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/io_read_until.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_window","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/io_window.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_write","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/io_write.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"lock_mutex","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/lock_mutex.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macro_comma_support","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/macro_comma_support.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"object_safety","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/object_safety.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"oneshot","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/oneshot.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"ready_queue","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/ready_queue.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"recurse","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/recurse.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sink","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/sink.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sink_fanout","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/sink_fanout.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"stream","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/stream.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"stream_abortable","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/stream_abortable.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"stream_buffer_unordered","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/stream_buffer_unordered.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"stream_catch_unwind","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/stream_catch_unwind.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"stream_futures_ordered","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/stream_futures_ordered.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"stream_futures_unordered","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/stream_futures_unordered.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"stream_into_async_read","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/stream_into_async_read.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"stream_peekable","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/stream_peekable.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"stream_select_all","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/stream_select_all.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"stream_select_next_some","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/stream_select_next_some.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"stream_split","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/stream_split.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"stream_try_stream","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/stream_try_stream.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"stream_unfold","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/stream_unfold.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"task_arc_wake","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/task_arc_wake.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"task_atomic_waker","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/task_atomic_waker.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_macro","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/test_macro.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"try_join","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/tests/try_join.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"alloc":["futures-core/alloc","futures-task/alloc","futures-sink/alloc","futures-channel/alloc","futures-util/alloc"],"async-await":["futures-util/async-await","futures-util/async-await-macro"],"bilock":["futures-util/bilock"],"cfg-target-has-atomic":[],"compat":["std","futures-util/compat"],"default":["std","async-await","executor"],"executor":["std","futures-executor/std"],"io-compat":["compat","futures-util/io-compat"],"read-initializer":["futures-io/read-initializer","futures-util/read-initializer"],"std":["alloc","futures-core/std","futures-task/std","futures-io/std","futures-sink/std","futures-util/std","futures-util/io","futures-util/channel"],"thread-pool":["executor","futures-executor/thread-pool"],"unstable":["futures-core/unstable","futures-task/unstable","futures-channel/unstable","futures-io/unstable","futures-util/unstable"],"write-all-vectored":["futures-util/write-all-vectored"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.16/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"playground":{"features":["std","async-await","compat","io-compat","executor","thread-pool"]}},"publish":null,"authors":["Alex Crichton "],"categories":["asynchronous"],"keywords":["futures","async","future"],"readme":"../README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":"https://docs.rs/futures/0.3","edition":"2018","links":null},{"name":"futures-channel","version":"0.3.16","id":"futures-channel 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Channels for asynchronous communication using futures-rs.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"futures-sink","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"futures-channel","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"channel","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.16/tests/channel.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"mpsc-close","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.16/tests/mpsc-close.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"mpsc","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.16/tests/mpsc.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"oneshot","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.16/tests/oneshot.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"sync_mpsc","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.16/benches/sync_mpsc.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.16/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"alloc":["futures-core/alloc"],"cfg-target-has-atomic":[],"default":["std"],"sink":["futures-sink"],"std":["alloc","futures-core/std"],"unstable":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.16/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":"https://docs.rs/futures-channel/0.3","edition":"2018","links":null},{"name":"futures-core","version":"0.3.16","id":"futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"The core traits and types in for the `futures` library.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"futures-core","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.16/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"alloc":[],"cfg-target-has-atomic":[],"default":["std"],"std":["alloc"],"unstable":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.16/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":"https://docs.rs/futures-core/0.3","edition":"2018","links":null},{"name":"futures-executor","version":"0.3.16","id":"futures-executor 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Executors for asynchronous tasks based on the futures-rs library.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"futures-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"num_cpus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"futures-executor","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"local_pool","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.16/tests/local_pool.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"thread_notify","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.16/benches/thread_notify.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"std":["futures-core/std","futures-task/std","futures-util/std"],"thread-pool":["std","num_cpus"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.16/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":"https://docs.rs/futures-executor/0.3","edition":"2018","links":null},{"name":"futures-io","version":"0.3.16","id":"futures-io 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"futures-io","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-0.3.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"default":["std"],"read-initializer":[],"std":[],"unstable":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-0.3.16/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":"https://docs.rs/futures-io/0.3","edition":"2018","links":null},{"name":"futures-lite","version":"1.12.0","id":"futures-lite 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"Futures, streams, and async I/O combinators","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.4","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"futures-io","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,"registry":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.3","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"pin-project-lite","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,"registry":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"spin_on","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"futures-lite","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-lite-1.12.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"alloc":[],"default":["std"],"std":["alloc","fastrand","futures-io","parking","memchr","waker-fn"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-lite-1.12.0/Cargo.toml","metadata":null,"publish":null,"authors":["Stjepan Glavina ","Contributors to futures-rs"],"categories":["asynchronous","concurrency"],"keywords":["asynchronous","futures","async"],"readme":"README.md","repository":"https://github.com/smol-rs/futures-lite","homepage":"https://github.com/smol-rs/futures-lite","documentation":"https://docs.rs/futures-lite","edition":"2018","links":null},{"name":"futures-macro","version":"0.3.16","id":"futures-macro 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"The futures-rs procedural macro implementations.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"proc-macro-hack","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.19","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"proc-macro2","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,"registry":null},{"name":"quote","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,"registry":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.56","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["full"],"target":null,"registry":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"futures-macro","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-macro-0.3.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-macro-0.3.16/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-macro-0.3.16/Cargo.toml","metadata":null,"publish":null,"authors":["Taylor Cramer ","Taiki Endo "],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":"https://docs.rs/futures-macro/0.3","edition":"2018","links":null},{"name":"futures-sink","version":"0.3.16","id":"futures-sink 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"The asynchronous `Sink` trait for the futures-rs library.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"futures-sink","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.16/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true}}},"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":"https://docs.rs/futures-sink/0.3","edition":"2018","links":null},{"name":"futures-task","version":"0.3.16","id":"futures-task 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Tools for working with tasks.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"futures-task","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.16/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"alloc":[],"cfg-target-has-atomic":[],"default":["std"],"std":["alloc"],"unstable":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.16/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true}}},"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":"https://docs.rs/futures-task/0.3","edition":"2018","links":null},{"name":"futures-util","version":"0.3.16","id":"futures-util 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Common utilities and extension traits for the futures-rs library.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":["std"],"target":null,"registry":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":["std"],"target":null,"registry":null},{"name":"futures-macro","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.3.16","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"futures-sink","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"futures-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.25","kind":null,"rename":"futures_01","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"pin-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"proc-macro-hack","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.19","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"proc-macro-nested","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tokio-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.9","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.11","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"futures-util","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"futures_unordered","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.16/benches/futures_unordered.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.16/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"alloc":["futures-core/alloc","futures-task/alloc"],"async-await":[],"async-await-macro":["async-await","futures-macro","proc-macro-hack","proc-macro-nested"],"bilock":[],"cfg-target-has-atomic":[],"channel":["std","futures-channel"],"compat":["std","futures_01"],"default":["std","async-await","async-await-macro"],"io":["std","futures-io","memchr"],"io-compat":["io","compat","tokio-io"],"read-initializer":["io","futures-io/read-initializer","futures-io/unstable"],"sink":["futures-sink"],"std":["alloc","futures-core/std","futures-task/std","slab"],"unstable":["futures-core/unstable","futures-task/unstable"],"write-all-vectored":["io"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.16/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":"https://docs.rs/futures-util/0.3","edition":"2018","links":null},{"name":"getrandom","version":"0.2.3","id":"getrandom 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"A small cross-platform library for retrieving random data from system source","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cfg-if","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,"registry":null},{"name":"compiler_builtins","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,"registry":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":"core","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"js-sys","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":"cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))","registry":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.62","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))","registry":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.18","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))","registry":null},{"name":"wasi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"wasi\")","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.64","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(unix)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"getrandom","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"custom","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.3/tests/custom.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"normal","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.3/tests/normal.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rdrand","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.3/tests/rdrand.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"mod","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.3/benches/mod.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"custom":[],"js":["wasm-bindgen","js-sys"],"rdrand":[],"rustc-dep-of-std":["compiler_builtins","core","libc/rustc-dep-of-std","wasi/rustc-dep-of-std"],"std":[],"test-in-browser":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.3/Cargo.toml","metadata":{"docs":{"rs":{"features":["std","custom"],"rustdoc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["The Rand Project Developers"],"categories":["os","no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-random/getrandom","homepage":null,"documentation":"https://docs.rs/getrandom","edition":"2018","links":null},{"name":"globset","version":"0.4.8","id":"globset 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)","license":"Unlicense/MIT","license_file":null,"description":"Cross platform single glob and glob set matching. Glob set matching is the\nprocess of matching one or more glob patterns against a single candidate path\nsimultaneously, and returning all of the globs that matched.\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.7.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"bstr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["std"],"target":null,"registry":null},{"name":"fnv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.6","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"log","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,"registry":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.5","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["perf","std"],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.104","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"glob","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":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,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.45","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"globset","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.8/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.8/benches/bench.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"serde1":["serde"],"simd-accel":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.8/Cargo.toml","metadata":null,"publish":null,"authors":["Andrew Gallant "],"categories":[],"keywords":["regex","glob","multiple","set","pattern"],"readme":"README.md","repository":"https://github.com/BurntSushi/ripgrep/tree/master/crates/globset","homepage":"https://github.com/BurntSushi/ripgrep/tree/master/crates/globset","documentation":"https://docs.rs/globset","edition":"2018","links":null},{"name":"globwalk","version":"0.8.1","id":"globwalk 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Glob-matched recursive file system walking.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"ignore","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"walkdir","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,"registry":null},{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.3.35","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"docmatic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tempdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"globwalk","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/globwalk-0.8.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"list","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/globwalk-0.8.1/examples/list.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"docs","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/globwalk-0.8.1/tests/docs.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/globwalk-0.8.1/Cargo.toml","metadata":null,"publish":null,"authors":["Gilad Naaman "],"categories":["filesystem"],"keywords":["regex","glob","pattern","walk","iterator"],"readme":"README.md","repository":"https://github.com/gilnaa/globwalk","homepage":null,"documentation":null,"edition":"2015","links":null},{"name":"gloo-timers","version":"0.2.1","id":"gloo-timers 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Convenience crate for working with JavaScript timers","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"futures-channel","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,"registry":null},{"name":"futures-core","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,"registry":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.31","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.54","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.19","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["Window","WorkerGlobalScope"],"target":null,"registry":null},{"name":"futures-util","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,"registry":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.4","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"gloo-timers","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/gloo-timers-0.2.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"web","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/gloo-timers-0.2.1/tests/web.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"default":[],"futures":["futures-core","futures-channel"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/gloo-timers-0.2.1/Cargo.toml","metadata":null,"publish":null,"authors":["Rust and WebAssembly Working Group"],"categories":["api-bindings","asynchronous","wasm"],"keywords":[],"readme":"README.md","repository":"https://github.com/rustwasm/gloo/tree/master/crates/timers","homepage":"https://github.com/rustwasm/gloo","documentation":null,"edition":"2018","links":null},{"name":"h2","version":"0.3.3","id":"h2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"An HTTP/2.0 client and server","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bytes","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,"registry":null},{"name":"fnv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"futures-sink","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"http","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,"registry":null},{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["std"],"target":null,"registry":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["io-util"],"target":null,"registry":null},{"name":"tokio-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["codec"],"target":null,"registry":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.21","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["std"],"target":null,"registry":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.3","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"rand","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,"registry":null},{"name":"rustls","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["rt-multi-thread","macros","sync","net"],"target":null,"registry":null},{"name":"tokio-rustls","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.22","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"webpki","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"webpki-roots","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"h2","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/h2-0.3.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"akamai","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/h2-0.3.3/examples/akamai.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"client","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/h2-0.3.3/examples/client.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"server","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/h2-0.3.3/examples/server.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"stream":[],"unstable":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/h2-0.3.3/Cargo.toml","metadata":null,"publish":null,"authors":["Carl Lerche ","Sean McArthur "],"categories":["asynchronous","web-programming","network-programming"],"keywords":["http","async","non-blocking"],"readme":"README.md","repository":"https://github.com/hyperium/h2","homepage":null,"documentation":"https://docs.rs/h2/0.3.3","edition":"2018","links":null},{"name":"harmonizer","version":"0.3.1","id":"harmonizer 0.3.1 (git+https://github.com/apollographql/federation.git?branch=query-planer-js-bridge#345078033c8a012c643503e0617aab32a0e91ca4)","license":"MIT","license_file":null,"description":"Apollo Federation utility to compose a supergraph from subgraphs","source":"git+https://github.com/apollographql/federation.git?branch=query-planer-js-bridge#345078033c8a012c643503e0617aab32a0e91ca4","dependencies":[{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.39","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"deno_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.86.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"serde_json","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,"registry":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.23","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"insta","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"which","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.2","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"harmonizer","src_path":"/home/cecile/.cargo/git/checkouts/federation-320f8bad94ab52a0/3450780/harmonizer/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/git/checkouts/federation-320f8bad94ab52a0/3450780/harmonizer/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/git/checkouts/federation-320f8bad94ab52a0/3450780/harmonizer/Cargo.toml","metadata":null,"publish":null,"authors":["Apollo Graph, Inc. "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/apollographql/federation/","homepage":"https://www.apollographql.com/apollo-federation/","documentation":"https://apollographql.com/docs/federation/","edition":"2018","links":null},{"name":"hashbrown","version":"0.9.1","id":"hashbrown 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0/MIT","license_file":null,"description":"A Rust port of Google's SwissTable hash map","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":"alloc","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":"core","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rayon","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,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.25","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"registry":null},{"name":"rayon","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,"registry":null},{"name":"rustc-hash","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,"registry":null},{"name":"serde_test","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"hashbrown","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.9.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"hasher","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.9.1/tests/hasher.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rayon","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.9.1/tests/rayon.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"serde","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.9.1/tests/serde.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"set","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.9.1/tests/set.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.9.1/benches/bench.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"ahash-compile-time-rng":["ahash/compile-time-rng"],"default":["ahash","inline-more"],"inline-more":[],"nightly":[],"raw":[],"rustc-dep-of-std":["nightly","core","compiler_builtins","alloc","rustc-internal-api"],"rustc-internal-api":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.9.1/Cargo.toml","metadata":{"docs":{"rs":{"features":["nightly","rayon","serde","raw"]}}},"publish":null,"authors":["Amanieu d'Antras "],"categories":["data-structures","no-std"],"keywords":["hash","no_std","hashmap","swisstable"],"readme":"README.md","repository":"https://github.com/rust-lang/hashbrown","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"heck","version":"0.3.3","id":"heck 0.3.3 (registry+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/crates.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_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"heck","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/heck-0.3.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/heck-0.3.3/Cargo.toml","metadata":null,"publish":null,"authors":["Without Boats "],"categories":[],"keywords":["string","case","camel","snake","unicode"],"readme":"README.md","repository":"https://github.com/withoutboats/heck","homepage":"https://github.com/withoutboats/heck","documentation":"https://docs.rs/heck","edition":"2018","links":null},{"name":"hermit-abi","version":"0.1.18","id":"hermit-abi 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"hermit-abi is small interface to call functions from the unikernel RustyHermit.\nIt is used to build the target `x86_64-unknown-hermit`.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":"core","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.51","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"hermit-abi","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hermit-abi-0.1.18/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"default":[],"docs":[],"rustc-dep-of-std":["core","compiler_builtins/rustc-dep-of-std","libc/rustc-dep-of-std"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hermit-abi-0.1.18/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-unknown-hermit","features":["docs"]}}},"publish":null,"authors":["Stefan Lankes"],"categories":["os"],"keywords":["unikernel","libos"],"readme":"README.md","repository":"https://github.com/hermitcore/libhermit-rs","homepage":null,"documentation":"https://hermitcore.github.io/rusty-hermit/hermit_abi","edition":"2018","links":null},{"name":"hotwatch","version":"0.4.5","id":"hotwatch 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0/MIT","license_file":null,"description":"A Rust library for conveniently watching and handling file changes.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"log","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,"registry":null},{"name":"notify","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"failure","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,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["derive"],"target":null,"registry":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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"hotwatch","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hotwatch-0.4.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"blocking","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hotwatch-0.4.5/examples/blocking.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"json","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hotwatch-0.4.5/examples/json.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"send_sync","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hotwatch-0.4.5/tests/send_sync.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hotwatch-0.4.5/Cargo.toml","metadata":null,"publish":null,"authors":["Francesca Lovebloom "],"categories":[],"keywords":["notify","watch","events","filesystem"],"readme":"README.md","repository":"https://github.com/francesca64/hotwatch","homepage":"https://github.com/francesca64/hotwatch","documentation":"https://docs.rs/hotwatch","edition":"2018","links":null},{"name":"http","version":"0.2.4","id":"http 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A set of types for representing HTTP requests and responses.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bytes","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,"registry":null},{"name":"fnv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"itoa","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":[],"target":null,"registry":null},{"name":"doc-comment","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,"registry":null},{"name":"indexmap","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,"registry":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"seahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.5","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":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,"registry":null},{"name":"serde_json","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"http","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/http-0.2.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"header_map","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/http-0.2.4/tests/header_map.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"header_map_fuzz","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/http-0.2.4/tests/header_map_fuzz.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"status_code","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/http-0.2.4/tests/status_code.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"header_map","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/http-0.2.4/benches/header_map/mod.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"header_name","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/http-0.2.4/benches/header_name.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"header_value","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/http-0.2.4/benches/header_value.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"method","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/http-0.2.4/benches/method.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"uri","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/http-0.2.4/benches/uri.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/http-0.2.4/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton ","Carl Lerche ","Sean McArthur "],"categories":["web-programming"],"keywords":["http"],"readme":"README.md","repository":"https://github.com/hyperium/http","homepage":null,"documentation":"https://docs.rs/http","edition":"2018","links":null},{"name":"http-body","version":"0.4.2","id":"http-body 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Trait representing an asynchronous, streaming, HTTP request or response body.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bytes","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,"registry":null},{"name":"http","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,"registry":null},{"name":"pin-project-lite","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,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["macros","rt"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"http-body","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/http-body-0.4.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"is_end_stream","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/http-body-0.4.2/tests/is_end_stream.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/http-body-0.4.2/Cargo.toml","metadata":null,"publish":null,"authors":["Carl Lerche ","Lucio Franco ","Sean McArthur "],"categories":["web-programming"],"keywords":["http"],"readme":"README.md","repository":"https://github.com/hyperium/http-body","homepage":null,"documentation":"https://docs.rs/http-body","edition":"2018","links":null},{"name":"httparse","version":"1.4.1","id":"httparse 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A tiny, safe, speedy, zero-copy HTTP/1.x parser.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"pico-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.0.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"httparse","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/httparse-1.4.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"uri","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/httparse-1.4.1/tests/uri.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"parse","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/httparse-1.4.1/benches/parse.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/httparse-1.4.1/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/httparse-1.4.1/Cargo.toml","metadata":null,"publish":null,"authors":["Sean McArthur "],"categories":["network-programming","no-std","parser-implementations","web-programming"],"keywords":["http","parser","no_std"],"readme":"README.md","repository":"https://github.com/seanmonstar/httparse","homepage":null,"documentation":"https://docs.rs/httparse","edition":"2015","links":null},{"name":"httpdate","version":"1.0.1","id":"httpdate 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"HTTP date parsing and formatting","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"httpdate","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/httpdate-1.0.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/httpdate-1.0.1/Cargo.toml","metadata":null,"publish":null,"authors":["Pyfisch "],"categories":[],"keywords":["http","date","time","simple","timestamp"],"readme":"README.md","repository":"https://github.com/pyfisch/httpdate","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"httpmock","version":"0.6.1","id":"httpmock 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"HTTP mocking library for Rust","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"assert-json-diff","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"async-object-pool","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,"registry":null},{"name":"async-trait","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,"registry":null},{"name":"base64","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"basic-cookies","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,"registry":null},{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0-beta.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"colored","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"difference","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"form_urlencoded","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,"registry":null},{"name":"futures-util","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,"registry":null},{"name":"hyper","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["server","http1","tcp"],"target":null,"registry":null},{"name":"isahc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"levenshtein","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,"registry":null},{"name":"log","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,"registry":null},{"name":"qstring","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,"registry":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"serde_json","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,"registry":null},{"name":"serde_regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_yaml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["sync","macros","rt-multi-thread","signal"],"target":null,"registry":null},{"name":"actix-rt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["attributes","unstable"],"target":null,"registry":null},{"name":"colored","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"isahc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["json"],"target":null,"registry":null},{"name":"quote","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,"registry":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["full"],"target":null,"registry":null},{"name":"tokio-test","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,"registry":null},{"name":"ureq","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"httpmock","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/httpmock-0.6.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["bin"],"crate_types":["bin"],"name":"httpmock","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/httpmock-0.6.1/src/main.rs","edition":"2018","required-features":["standalone"],"doc":true,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"lib","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/httpmock-0.6.1/tests/lib.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"color":["colored"],"standalone":["clap","env_logger","serde_yaml"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/httpmock-0.6.1/Cargo.toml","metadata":null,"publish":null,"authors":["Alexander Liesenfeld "],"categories":["development-tools::testing"],"keywords":["http","mock","test"],"readme":"README.md","repository":"https://github.com/alexliesenfeld/httpmock","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"humantime","version":"2.1.0","id":"humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":" A parser and formatter for std::time::{Duration, SystemTime}\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"chrono","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,"registry":null},{"name":"rand","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,"registry":null},{"name":"time","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"humantime","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-2.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"datetime_format","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-2.1.0/benches/datetime_format.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"datetime_parse","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-2.1.0/benches/datetime_parse.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-2.1.0/Cargo.toml","metadata":null,"publish":null,"authors":["Paul Colomiets "],"categories":["date-and-time"],"keywords":["time","human","human-friendly","parser","duration"],"readme":"README.md","repository":"https://github.com/tailhook/humantime","homepage":"https://github.com/tailhook/humantime","documentation":"https://docs.rs/humantime","edition":"2018","links":null},{"name":"hyper","version":"0.14.11","id":"hyper 0.14.11 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A fast and correct HTTP library.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bytes","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,"registry":null},{"name":"futures-channel","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,"registry":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"h2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"http","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,"registry":null},{"name":"http-body","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,"registry":null},{"name":"httparse","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"httpdate","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,"registry":null},{"name":"itoa","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":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"socket2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["sync"],"target":null,"registry":null},{"name":"tower-service","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,"registry":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["std"],"target":null,"registry":null},{"name":"want","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,"registry":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":["alloc"],"target":null,"registry":null},{"name":"matches","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,"registry":null},{"name":"num_cpus","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,"registry":null},{"name":"pretty_env_logger","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,"registry":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,"registry":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,"registry":null},{"name":"serde_json","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,"registry":null},{"name":"spmc","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,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["fs","macros","io-std","io-util","rt","rt-multi-thread","sync","time","test-util"],"target":null,"registry":null},{"name":"tokio-test","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,"registry":null},{"name":"tokio-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["codec"],"target":null,"registry":null},{"name":"tower","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["make"],"target":null,"registry":null},{"name":"tower-util","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,"registry":null},{"name":"url","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"pnet_datalink","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.27.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"macos\"))","registry":null}],"targets":[{"kind":["lib","staticlib","cdylib"],"crate_types":["lib","staticlib","cdylib"],"name":"hyper","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"client","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/examples/client.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"client_json","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/examples/client_json.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"echo","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/examples/echo.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"gateway","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/examples/gateway.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"hello","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/examples/hello.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"http_proxy","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/examples/http_proxy.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"multi_server","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/examples/multi_server.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"params","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/examples/params.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"send_file","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/examples/send_file.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"service_struct_impl","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/examples/service_struct_impl.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"single_threaded","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/examples/single_threaded.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"state","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/examples/state.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"tower_client","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/examples/tower_client.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"tower_server","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/examples/tower_server.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"upgrades","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/examples/upgrades.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"web_api","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/examples/web_api.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"client","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/tests/client.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"integration","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/tests/integration.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"server","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/tests/server.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"body","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/benches/body.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"connect","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/benches/connect.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"end_to_end","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/benches/end_to_end.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"pipeline","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/benches/pipeline.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"server","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/benches/server.rs","edition":"2018","required-features":["full"],"doc":false,"doctest":false,"test":false}],"features":{"__internal_happy_eyeballs_tests":[],"client":[],"default":[],"ffi":["libc"],"full":["client","http1","http2","server","stream","runtime"],"http1":[],"http2":["h2"],"nightly":[],"runtime":["tcp","tokio/rt"],"server":[],"stream":[],"tcp":["socket2","tokio/net","tokio/rt","tokio/time"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.11/Cargo.toml","metadata":{"docs":{"rs":{"features":["ffi","full"],"rustdoc-args":["--cfg","docsrs","--cfg","hyper_unstable_ffi"]}},"playground":{"features":["full"]}},"publish":null,"authors":["Sean McArthur "],"categories":["network-programming","web-programming::http-client","web-programming::http-server"],"keywords":["http","hyper","hyperium"],"readme":"README.md","repository":"https://github.com/hyperium/hyper","homepage":"https://hyper.rs","documentation":"https://docs.rs/hyper","edition":"2018","links":null},{"name":"hyper-tls","version":"0.5.0","id":"hyper-tls 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Default TLS implementation for use with hyper","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bytes","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,"registry":null},{"name":"hyper","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.2","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["tcp","client"],"target":null,"registry":null},{"name":"native-tls","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,"registry":null},{"name":"tokio","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,"registry":null},{"name":"tokio-native-tls","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,"registry":null},{"name":"hyper","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.2","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":["http1"],"target":null,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["io-std","macros","io-util"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"hyper-tls","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-tls-0.5.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"client","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-tls-0.5.0/examples/client.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"vendored":["native-tls/vendored"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-tls-0.5.0/Cargo.toml","metadata":null,"publish":null,"authors":["Sean McArthur "],"categories":[],"keywords":["hyper","tls","http","https","ssl"],"readme":"README.md","repository":"https://github.com/hyperium/hyper-tls","homepage":"https://hyper.rs","documentation":"https://docs.rs/hyper-tls","edition":"2018","links":null},{"name":"idna","version":"0.2.3","id":"idna 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"IDNA (Internationalizing Domain Names in Applications) and Punycode.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"matches","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,"registry":null},{"name":"unicode-bidi","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,"registry":null},{"name":"unicode-normalization","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.17","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"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,"registry":null},{"name":"rustc-test","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,"registry":null},{"name":"serde_json","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"idna","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/idna-0.2.3/src/lib.rs","edition":"2018","doc":true,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tests","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/idna-0.2.3/tests/tests.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"unit","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/idna-0.2.3/tests/unit.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"all","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/idna-0.2.3/benches/all.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/idna-0.2.3/Cargo.toml","metadata":null,"publish":null,"authors":["The rust-url developers"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/servo/rust-url/","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"ignore","version":"0.4.18","id":"ignore 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)","license":"Unlicense/MIT","license_file":null,"description":"A fast library for efficiently matching ignore files such as `.gitignore`\nagainst file paths.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"globset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.7","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"log","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,"registry":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"same-file","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"thread_local","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,"registry":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.7","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"crossbeam-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"winapi-util","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":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"ignore","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.18/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"walk","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.18/examples/walk.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"gitignore_matched_path_or_any_parents_tests","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.18/tests/gitignore_matched_path_or_any_parents_tests.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"simd-accel":["globset/simd-accel"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.18/Cargo.toml","metadata":null,"publish":null,"authors":["Andrew Gallant "],"categories":[],"keywords":["glob","ignore","gitignore","pattern","file"],"readme":"README.md","repository":"https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore","homepage":"https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore","documentation":"https://docs.rs/ignore","edition":"2018","links":null},{"name":"indexmap","version":"1.6.2","id":"indexmap 1.6.2 (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.\n\nThe indexmap is a hash table where the iteration order of the key-value\npairs is independent of the hash values of the keys. It has the usual\nhash table functionality, it preserves insertion order except after\nremovals, and it allows lookup of its elements by either hash table key\nor numerical index. A corresponding hash set type is also provided.\n\nThis crate was initially published under the name ordermap, but it was renamed to\nindexmap.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"hashbrown","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.1","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["raw"],"target":null,"registry":null},{"name":"rayon","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,"registry":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,"registry":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,"features":[],"target":null,"registry":null},{"name":"fxhash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"registry":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,"registry":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"indexmap","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.6.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"equivalent_trait","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.6.2/tests/equivalent_trait.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macros_full_path","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.6.2/tests/macros_full_path.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"quick","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.6.2/tests/quick.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tests","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.6.2/tests/tests.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.6.2/benches/bench.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"faststring","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.6.2/benches/faststring.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.6.2/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"serde-1":["serde"],"std":[],"test_debug":[],"test_low_transition_point":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.6.2/Cargo.toml","metadata":{"docs":{"rs":{"features":["serde-1","rayon"]}},"release":{"no-dev-version":true,"tag-name":"{{version}}"}},"publish":null,"authors":["bluss","Josh Stone "],"categories":["data-structures","no-std"],"keywords":["hashmap","no_std"],"readme":null,"repository":"https://github.com/bluss/indexmap","homepage":null,"documentation":"https://docs.rs/indexmap/","edition":"2018","links":null},{"name":"inotify","version":"0.7.1","id":"inotify 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"ISC","license_file":null,"description":"Idiomatic wrapper for inotify","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bitflags","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,"registry":null},{"name":"futures","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,"registry":null},{"name":"inotify-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","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,"registry":null},{"name":"mio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tokio","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,"registry":null},{"name":"tokio-io","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,"registry":null},{"name":"tokio-reactor","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,"registry":null},{"name":"tempdir","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"inotify","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.7.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"stream","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.7.1/examples/stream.rs","edition":"2015","required-features":["stream"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"watch","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.7.1/examples/watch.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"issue-120-workaround","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.7.1/examples/issue-120-workaround.rs","edition":"2015","required-features":["stream"],"doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"main","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.7.1/tests/main.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{"default":["stream"],"stream":["futures","mio","tokio","tokio-io","tokio-reactor"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.7.1/Cargo.toml","metadata":{"release":{"dev-version-ext":"dev","pre-release-commit-message":"chore: Release version {{version}}","pro-release-commit-message":"chore: Bump version to {{version}}","tag-message":"Version {{version}}","tag-prefix":"v"}},"publish":null,"authors":["Hanno Braun ","Félix Saparelli ","Cristian Kubis ","Frank Denis "],"categories":["api-bindings","filesystem"],"keywords":["inotify","linux"],"readme":"README.md","repository":"https://github.com/inotify-rs/inotify","homepage":null,"documentation":"https://docs.rs/inotify","edition":"2015","links":null},{"name":"inotify-sys","version":"0.1.5","id":"inotify-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)","license":"ISC","license_file":null,"description":"inotify bindings for the Rust programming language","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","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"inotify-sys","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-sys-0.1.5/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-sys-0.1.5/Cargo.toml","metadata":null,"publish":null,"authors":["Hanno Braun "],"categories":["external-ffi-bindings","filesystem"],"keywords":["inotify","linux"],"readme":"README.md","repository":"https://github.com/hannobraun/inotify-sys","homepage":null,"documentation":"https://docs.rs/inotify-sys","edition":"2015","links":null},{"name":"insta","version":"1.7.1","id":"insta 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0","license_file":null,"description":"A snapshot testing library for Rust","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.55","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"console","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.0","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"csv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.4","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"globset","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,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"pest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.3","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"pest_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"ron","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.117","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.59","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_yaml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.14","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"similar","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["inline"],"target":null,"registry":null},{"name":"toml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.7","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"uuid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"similar-asserts","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"insta","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/insta-1.7.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_basic","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/insta-1.7.1/tests/test_basic.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_bugs","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/insta-1.7.1/tests/test_bugs.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_clash_detection","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/insta-1.7.1/tests/test_clash_detection.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_glob","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/insta-1.7.1/tests/test_glob.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_inline","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/insta-1.7.1/tests/test_inline.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_redaction","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/insta-1.7.1/tests/test_redaction.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_settings","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/insta-1.7.1/tests/test_settings.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_suffixes","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/insta-1.7.1/tests/test_suffixes.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"colors":["console"],"default":["colors"],"glob":["walkdir","globset"],"redactions":["pest","pest_derive"],"serialization":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/insta-1.7.1/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true}}},"publish":null,"authors":["Armin Ronacher "],"categories":[],"keywords":["snapshot","testing","jest","approval"],"readme":"README.md","repository":"https://github.com/mitsuhiko/insta","homepage":"https://insta.rs/","documentation":null,"edition":"2018","links":null},{"name":"instant","version":"0.1.9","id":"instant 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)","license":"BSD-3-Clause","license_file":null,"description":"A partial replacement for std::time::Instant that works on WASM too.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cfg-if","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,"registry":null},{"name":"wasm-bindgen-test","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,"registry":null},{"name":"js-sys","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":"asmjs-unknown-emscripten","registry":null},{"name":"stdweb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"asmjs-unknown-emscripten","registry":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":"wasm-bindgen_rs","optional":true,"uses_default_features":true,"features":[],"target":"asmjs-unknown-emscripten","registry":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["Window","Performance","PerformanceTiming"],"target":"asmjs-unknown-emscripten","registry":null},{"name":"time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(any(feature = \"stdweb\", feature = \"wasm-bindgen\")))","registry":null},{"name":"js-sys","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":"wasm32-unknown-emscripten","registry":null},{"name":"stdweb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-emscripten","registry":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":"wasm-bindgen_rs","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-emscripten","registry":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["Window","Performance","PerformanceTiming"],"target":"wasm32-unknown-emscripten","registry":null},{"name":"js-sys","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":"wasm32-unknown-unknown","registry":null},{"name":"stdweb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-unknown","registry":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":"wasm-bindgen_rs","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-unknown","registry":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["Window","Performance","PerformanceTiming"],"target":"wasm32-unknown-unknown","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"instant","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/instant-0.1.9/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"wasm","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/instant-0.1.9/tests/wasm.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"inaccurate":[],"now":["time"],"wasm-bindgen":["js-sys","wasm-bindgen_rs","web-sys"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/instant-0.1.9/Cargo.toml","metadata":null,"publish":null,"authors":["sebcrozet "],"categories":[],"keywords":["time","wasm"],"readme":"README.md","repository":"https://github.com/sebcrozet/instant","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"iovec","version":"0.1.4","id":"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Portable buffer type for scatter/gather I/O operations\n","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","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"iovec","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/iovec-0.1.4/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/iovec-0.1.4/Cargo.toml","metadata":null,"publish":null,"authors":["Carl Lerche "],"categories":["network-programming","api-bindings"],"keywords":["scatter","gather","vectored","io","networking"],"readme":"README.md","repository":"https://github.com/carllerche/iovec","homepage":"https://github.com/carllerche/iovec","documentation":"https://docs.rs/iovec","edition":"2015","links":null},{"name":"ipnet","version":"2.3.1","id":"ipnet 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain.","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","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"serde_test","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"ipnet","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ipnet-2.3.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ipnet-2.3.1/Cargo.toml","metadata":null,"publish":null,"authors":["Kris Price "],"categories":["network-programming"],"keywords":["IP","CIDR","network","prefix","subnet"],"readme":"README.md","repository":"https://github.com/krisprice/ipnet","homepage":null,"documentation":"https://docs.rs/ipnet","edition":"2015","links":null},{"name":"isahc","version":"1.4.0","id":"isahc 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"The practical HTTP client that is fun to use.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"curl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.36","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"curl-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.42","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"encoding_rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"http","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,"registry":null},{"name":"log","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,"registry":null},{"name":"mime","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,"registry":null},{"name":"once_cell","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,"registry":null},{"name":"parking_lot","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,"registry":null},{"name":"polling","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"publicsuffix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.6","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["std"],"target":null,"registry":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,"registry":null},{"name":"serde_json","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,"registry":null},{"name":"slab","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,"registry":null},{"name":"sluice","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.17","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["log"],"target":null,"registry":null},{"name":"tracing-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["std","std-future"],"target":null,"registry":null},{"name":"url","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"waker-fn","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,"registry":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"flate2","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,"registry":null},{"name":"indicatif","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.15","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rayon","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,"registry":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,"registry":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"structopt","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,"registry":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"test-case","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tracing-subscriber","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.12","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"isahc","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"cookies","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/examples/cookies.rs","edition":"2018","required-features":["cookies"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"json","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/examples/json.rs","edition":"2018","required-features":["json","serde/derive"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"async","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/examples/async.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"badssl","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/examples/badssl.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"client","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/examples/client.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"http2","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/examples/http2.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"logging","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/examples/logging.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"parallel_requests","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/examples/parallel_requests.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"progress","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/examples/progress.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"simple","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/examples/simple.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"stream_cancellation","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/examples/stream_cancellation.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"tracing","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/examples/tracing.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"upload_file","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/examples/upload_file.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"version","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/examples/version.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"auth","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/tests/auth.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"cookies","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/tests/cookies.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"encoding","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/tests/encoding.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"headers","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/tests/headers.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"interceptors","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/tests/interceptors.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"json","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/tests/json.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"methods","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/tests/methods.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"metrics","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/tests/metrics.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"net","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/tests/net.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"proxy","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/tests/proxy.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"redirects","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/tests/redirects.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"request_body","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/tests/request_body.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"response_body","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/tests/response_body.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"status","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/tests/status.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"timeouts","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/tests/timeouts.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"unix","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/tests/unix.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"cookies":["chrono"],"default":["http2","static-curl","text-decoding"],"http2":["curl/http2"],"json":["serde","serde_json"],"psl":["parking_lot","publicsuffix"],"spnego":["curl-sys/spnego"],"static-curl":["curl/static-curl"],"static-ssl":["curl/static-ssl"],"text-decoding":["encoding_rs","mime"],"unstable-interceptors":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/isahc-1.4.0/Cargo.toml","metadata":{"docs":{"rs":{"features":["cookies","json"]}}},"publish":null,"authors":["Stephen M. Coakley "],"categories":["web-programming::http-client"],"keywords":["http","request","client","async","curl"],"readme":"README.md","repository":"https://github.com/sagebind/isahc","homepage":null,"documentation":"https://docs.rs/isahc/","edition":"2018","links":null},{"name":"itertools","version":"0.10.1","id":"itertools 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Extra iterator adaptors, iterator methods, free functions, 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","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"criterion","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,"registry":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":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,"registry":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"itertools","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"iris","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.1/examples/iris.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"adaptors_no_collect","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.1/tests/adaptors_no_collect.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"flatten_ok","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.1/tests/flatten_ok.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"fold_specialization","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.1/tests/fold_specialization.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macros_hygiene","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.1/tests/macros_hygiene.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"merge_join","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.1/tests/merge_join.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"peeking_take_while","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.1/tests/peeking_take_while.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"quick","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.1/tests/quick.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"specializations","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.1/tests/specializations.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_core","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.1/tests/test_core.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_std","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.1/tests/test_std.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tuples","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.1/tests/tuples.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"zip","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.1/tests/zip.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"tuple_combinations","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.1/benches/tuple_combinations.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"tuples","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.1/benches/tuples.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"fold_specialization","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.1/benches/fold_specialization.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"combinations_with_replacement","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.1/benches/combinations_with_replacement.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"tree_fold1","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.1/benches/tree_fold1.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"bench1","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.1/benches/bench1.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"combinations","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.1/benches/combinations.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"powerset","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.1/benches/powerset.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["use_std"],"use_alloc":[],"use_std":["use_alloc"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.1/Cargo.toml","metadata":{"release":{"no-dev-version":true}},"publish":null,"authors":["bluss"],"categories":["algorithms","rust-patterns"],"keywords":["iterator","data-structure","zip","product","group-by"],"readme":null,"repository":"https://github.com/rust-itertools/itertools","homepage":null,"documentation":"https://docs.rs/itertools/","edition":"2018","links":null},{"name":"itoa","version":"0.4.7","id":"itoa 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR 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":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.4.7/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.4.7/tests/test.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.4.7/benches/bench.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"i128":[],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.4.7/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"categories":["value-formatting"],"keywords":[],"readme":"README.md","repository":"https://github.com/dtolnay/itoa","homepage":null,"documentation":"https://docs.rs/itoa","edition":"2015","links":null},{"name":"js-sys","version":"0.3.51","id":"js-sys 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Bindings for all JS global objects and functions in all JS environments like\nNode.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.74","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.24","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.3.24","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"js-sys","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/js-sys-0.3.51/src/lib.rs","edition":"2018","doc":true,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"headless","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/js-sys-0.3.51/tests/headless.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"wasm","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/js-sys-0.3.51/tests/wasm/main.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/js-sys-0.3.51/Cargo.toml","metadata":null,"publish":null,"authors":["The wasm-bindgen Developers"],"categories":["wasm"],"keywords":[],"readme":"./README.md","repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/js-sys","edition":"2018","links":null},{"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.","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.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"kernel32","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/kernel32-sys-0.2.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/kernel32-sys-0.2.2/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/kernel32-sys-0.2.2/Cargo.toml","metadata":null,"publish":null,"authors":["Peter Atashian "],"categories":[],"keywords":["windows","ffi","win32"],"readme":"README.md","repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":"https://retep998.github.io/doc/kernel32/","edition":"2015","links":null},{"name":"kv-log-macro","version":"1.0.7","id":"kv-log-macro 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Log macro for log's kv-unstable backend.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["kv_unstable"],"target":null,"registry":null},{"name":"femme","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"kv-log-macro","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/kv-log-macro-1.0.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"main","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/kv-log-macro-1.0.7/examples/main.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/kv-log-macro-1.0.7/tests/test.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/kv-log-macro-1.0.7/Cargo.toml","metadata":null,"publish":null,"authors":["Yoshua Wuyts "],"categories":["text-processing"],"keywords":["log","macro","kv","key","value"],"readme":"README.md","repository":"https://github.com/yoshuawuyts/kv-log-macro","homepage":null,"documentation":"https://docs.rs/kv-log-macro","edition":"2018","links":null},{"name":"lalrpop","version":"0.19.6","id":"lalrpop 0.19.6 (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-index","dependencies":[{"name":"ascii-canvas","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"atty","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"bit-set","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"diff","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.12","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"ena","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["use_std"],"target":null,"registry":null},{"name":"lalrpop-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19.6","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"petgraph","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"pico-args","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,"registry":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["std"],"target":null,"registry":null},{"name":"regex-syntax","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"string_cache","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"term","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"tiny-keccak","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["sha3"],"target":null,"registry":null},{"name":"unicode-xid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"lalrpop","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/lalrpop-0.19.6/src/lib.rs","edition":"2015","doc":true,"doctest":false,"test":true},{"kind":["bin"],"crate_types":["bin"],"name":"lalrpop","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/lalrpop-0.19.6/src/main.rs","edition":"2015","doc":true,"doctest":false,"test":true}],"features":{"default":["lexer","pico-args"],"lexer":["lalrpop-util/lexer"],"test":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/lalrpop-0.19.6/Cargo.toml","metadata":{"docs":{"rs":{"features":["lexer"]}}},"publish":null,"authors":["Niko Matsakis "],"categories":["parsing"],"keywords":["parser","generator","LR","yacc","grammar"],"readme":"../README.md","repository":"https://github.com/lalrpop/lalrpop","homepage":null,"documentation":null,"edition":"2015","links":null},{"name":"lalrpop-util","version":"0.19.6","id":"lalrpop-util 0.19.6 (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":[{"name":"regex","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"lalrpop-util","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/lalrpop-util-0.19.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"default":["std"],"lexer":["regex"],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/lalrpop-util-0.19.6/Cargo.toml","metadata":{"docs":{"rs":{"features":["lexer"]}}},"publish":null,"authors":["Niko Matsakis "],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/lalrpop/lalrpop","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"lazy_static","version":"1.4.0","id":"lazy_static 1.4.0 (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":"spin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"lazy_static","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"no_std","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/tests/no_std.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/tests/test.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{"spin_no_std":["spin"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/Cargo.toml","metadata":null,"publish":null,"authors":["Marvin Löbel "],"categories":["no-std","rust-patterns","memory-management"],"keywords":["macro","lazy","static"],"readme":"README.md","repository":"https://github.com/rust-lang-nursery/lazy-static.rs","homepage":null,"documentation":"https://docs.rs/lazy_static","edition":"2015","links":null},{"name":"lazycell","version":"1.3.0","id":"lazycell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A library providing a lazily filled Cell struct","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","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"lazycell","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/lazycell-1.3.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{"nightly":[],"nightly-testing":["clippy","nightly"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/lazycell-1.3.0/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton ","Nikita Pekin "],"categories":[],"keywords":["lazycell","lazy","cell","library"],"readme":"README.md","repository":"https://github.com/indiv0/lazycell","homepage":null,"documentation":"http://indiv0.github.io/lazycell/lazycell/","edition":"2015","links":null},{"name":"levenshtein","version":"1.0.5","id":"levenshtein 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Levenshtein algorithm","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"levenshtein","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/levenshtein-1.0.5/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/levenshtein-1.0.5/Cargo.toml","metadata":null,"publish":null,"authors":["Titus Wormer "],"categories":[],"keywords":["Vladimir","Levenshtein","algorithm","edit","distance"],"readme":"readme.md","repository":"https://github.com/wooorm/levenshtein-rs","homepage":null,"documentation":null,"edition":"2015","links":null},{"name":"libc","version":"0.2.97","id":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Raw FFI bindings to platform libraries like libc.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"libc","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.97/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"const_fn","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.97/tests/const_fn.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.97/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"align":[],"const-extern-fn":[],"default":["std"],"extra_traits":[],"rustc-dep-of-std":["align","rustc-std-workspace-core"],"std":[],"use_std":["std"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.97/Cargo.toml","metadata":null,"publish":null,"authors":["The Rust Project Developers"],"categories":["external-ffi-bindings","no-std","os"],"keywords":["libc","ffi","bindings","operating","system"],"readme":"README.md","repository":"https://github.com/rust-lang/libc","homepage":"https://github.com/rust-lang/libc","documentation":"https://docs.rs/libc/","edition":"2015","links":null},{"name":"libnghttp2-sys","version":"0.1.6+1.43.0","id":"libnghttp2-sys 0.1.6+1.43.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"FFI bindings for libnghttp2 (nghttp2)\n","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","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.24","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"libnghttp2-sys","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/libnghttp2-sys-0.1.6+1.43.0/src/lib.rs","edition":"2015","doc":true,"doctest":false,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"smoke","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/libnghttp2-sys-0.1.6+1.43.0/examples/smoke.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/libnghttp2-sys-0.1.6+1.43.0/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/libnghttp2-sys-0.1.6+1.43.0/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/alexcrichton/nghttp2-rs","homepage":"https://github.com/alexcrichton/nghttp2-rs","documentation":null,"edition":"2015","links":"nghttp2"},{"name":"libz-sys","version":"1.1.3","id":"libz-sys 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Low-level bindings to the system libz library (also known as zlib).\n","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.43","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"cmake","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.44","kind":"build","rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vcpkg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_env = \"msvc\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"libz-sys","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/libz-sys-1.1.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/libz-sys-1.1.3/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"asm":[],"default":["libc","stock-zlib"],"static":[],"stock-zlib":[],"zlib-ng":["libc","cmake"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/libz-sys-1.1.3/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton ","Josh Triplett "],"categories":["compression","external-ffi-bindings"],"keywords":["zlib","zlib-ng"],"readme":"README.md","repository":"https://github.com/rust-lang/libz-sys","homepage":null,"documentation":"https://docs.rs/libz-sys","edition":"2015","links":"z"},{"name":"linked-hash-map","version":"0.5.4","id":"linked-hash-map 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A HashMap wrapper that holds key-value pairs in insertion order","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,"registry":null},{"name":"heapsize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":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,"registry":null},{"name":"serde_test","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"linked-hash-map","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.4/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"heapsize","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.4/tests/heapsize.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"serde","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.4/tests/serde.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.4/tests/test.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{"heapsize_impl":["heapsize"],"nightly":[],"serde_impl":["serde","serde_test"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.4/Cargo.toml","metadata":null,"publish":null,"authors":["Stepan Koltsov ","Andrew Paseltiner "],"categories":[],"keywords":["data-structures"],"readme":"README.md","repository":"https://github.com/contain-rs/linked-hash-map","homepage":"https://github.com/contain-rs/linked-hash-map","documentation":"https://docs.rs/linked-hash-map","edition":"2015","links":null},{"name":"lock_api","version":"0.4.4","id":"lock_api 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0/MIT","license_file":null,"description":"Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"owning_ref","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"scopeguard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.114","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"lock_api","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"nightly":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.4/Cargo.toml","metadata":null,"publish":null,"authors":["Amanieu d'Antras "],"categories":["concurrency","no-std"],"keywords":["mutex","rwlock","lock","no_std"],"readme":null,"repository":"https://github.com/Amanieu/parking_lot","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"log","version":"0.4.14","id":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR 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-index","req":"^1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":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,"registry":null},{"name":"sval","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0-alpha.5","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"value-bag","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0-alpha.6","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":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":["derive"],"target":null,"registry":null},{"name":"serde_test","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,"registry":null},{"name":"sval","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0-alpha.5","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"value-bag","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0-alpha.6","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["test"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"log","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.14/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"filters","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.14/tests/filters.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macros","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.14/tests/macros.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"value","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.14/benches/value.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.14/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"kv_unstable":["value-bag"],"kv_unstable_serde":["kv_unstable_std","value-bag/serde","serde"],"kv_unstable_std":["std","kv_unstable","value-bag/error"],"kv_unstable_sval":["kv_unstable","value-bag/sval","sval"],"max_level_debug":[],"max_level_error":[],"max_level_info":[],"max_level_off":[],"max_level_trace":[],"max_level_warn":[],"release_max_level_debug":[],"release_max_level_error":[],"release_max_level_info":[],"release_max_level_off":[],"release_max_level_trace":[],"release_max_level_warn":[],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.14/Cargo.toml","metadata":{"docs":{"rs":{"features":["std","serde","kv_unstable_std","kv_unstable_sval","kv_unstable_serde"]}}},"publish":null,"authors":["The Rust Project Developers"],"categories":["development-tools::debugging"],"keywords":["logging"],"readme":"README.md","repository":"https://github.com/rust-lang/log","homepage":null,"documentation":"https://docs.rs/log","edition":"2015","links":null},{"name":"maplit","version":"1.0.2","id":"maplit 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Collection “literal” macros for HashMap, HashSet, BTreeMap, and BTreeSet.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"maplit","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/maplit-1.0.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tests","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/maplit-1.0.2/tests/tests.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/maplit-1.0.2/Cargo.toml","metadata":{"release":{"no-dev-version":true}},"publish":null,"authors":["bluss"],"categories":["rust-patterns"],"keywords":["literal","data-structure","hashmap","macro"],"readme":null,"repository":"https://github.com/bluss/maplit","homepage":null,"documentation":"https://docs.rs/maplit/","edition":"2015","links":null},{"name":"matches","version":"0.1.8","id":"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A macro to evaluate, as a boolean, whether 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":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/matches-0.1.8/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macro_use_one","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/matches-0.1.8/tests/macro_use_one.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/matches-0.1.8/Cargo.toml","metadata":null,"publish":null,"authors":["Simon Sapin "],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/SimonSapin/rust-std-candidates","homepage":null,"documentation":"https://docs.rs/matches/","edition":"2015","links":null},{"name":"memchr","version":"2.4.0","id":"memchr 2.4.0 (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,"registry":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"memchr","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.0/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"std":[],"use_std":["std"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.0/Cargo.toml","metadata":null,"publish":null,"authors":["Andrew Gallant ","bluss"],"categories":[],"keywords":["memchr","char","scan","strchr","string"],"readme":"README.md","repository":"https://github.com/BurntSushi/rust-memchr","homepage":"https://github.com/BurntSushi/rust-memchr","documentation":"https://docs.rs/memchr/","edition":"2018","links":null},{"name":"mime","version":"0.3.16","id":"mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Strongly Typed Mimes","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"mime","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/mime-0.3.16/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"cmp","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/mime-0.3.16/benches/cmp.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"fmt","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/mime-0.3.16/benches/fmt.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"parse","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/mime-0.3.16/benches/parse.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/mime-0.3.16/Cargo.toml","metadata":null,"publish":null,"authors":["Sean McArthur "],"categories":[],"keywords":["mime","media-extensions","media-types"],"readme":"README.md","repository":"https://github.com/hyperium/mime","homepage":null,"documentation":"https://docs.rs/mime","edition":"2015","links":null},{"name":"miniz_oxide","version":"0.4.4","id":"miniz_oxide 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Zlib OR Apache-2.0","license_file":null,"description":"DEFLATE compression and decompression library rewritten in Rust based on miniz","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"adler","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":"alloc","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":"core","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"miniz_oxide","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/miniz_oxide-0.4.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/miniz_oxide-0.4.4/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"no_extern_crate_alloc":[],"rustc-dep-of-std":["core","alloc","compiler_builtins","adler/rustc-dep-of-std"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/miniz_oxide-0.4.4/Cargo.toml","metadata":null,"publish":null,"authors":["Frommi ","oyvindln "],"categories":["compression"],"keywords":["zlib","miniz","deflate","encoding"],"readme":"Readme.md","repository":"https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide","homepage":"https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide","documentation":"https://docs.rs/miniz_oxide","edition":"2018","links":null},{"name":"mio","version":"0.6.23","id":"mio 0.6.23 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Lightweight non-blocking IO","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cfg-if","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":[],"target":null,"registry":null},{"name":"iovec","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,"registry":null},{"name":"log","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,"registry":null},{"name":"net2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.36","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"slab","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,"registry":null},{"name":"bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"tempdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.4","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"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\")","registry":null},{"name":"fuchsia-zircon-sys","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\")","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.54","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","registry":null},{"name":"kernel32-sys","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)","registry":null},{"name":"miow","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(windows)","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.6","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"mio","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.6.23/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.6.23/test/mod.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{"default":["with-deprecated"],"with-deprecated":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.6.23/Cargo.toml","metadata":null,"publish":null,"authors":["Carl Lerche "],"categories":["asynchronous"],"keywords":["io","async","non-blocking"],"readme":"README.md","repository":"https://github.com/tokio-rs/mio","homepage":"https://github.com/tokio-rs/mio","documentation":"https://docs.rs/mio/0.6.23/mio/","edition":"2015","links":null},{"name":"mio","version":"0.7.13","id":"mio 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Lightweight non-blocking IO","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.2","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":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,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.86","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","registry":null},{"name":"miow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","registry":null},{"name":"ntapi","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":"cfg(windows)","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["winsock2","mswsock","mstcpip"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"mio","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.7.13/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"tcp_server","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.7.13/examples/tcp_server.rs","edition":"2018","required-features":["os-poll","net"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"udp_server","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.7.13/examples/udp_server.rs","edition":"2018","required-features":["os-poll","net"],"doc":false,"doctest":false,"test":false}],"features":{"default":[],"extra-docs":[],"net":[],"os-ext":["os-poll"],"os-poll":[],"os-util":["os-ext"],"pipe":["os-ext"],"tcp":["net"],"udp":["net"],"uds":["net"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.7.13/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"],"targets":["aarch64-apple-ios","aarch64-linux-android","x86_64-apple-darwin","x86_64-pc-windows-msvc","x86_64-sun-solaris","x86_64-unknown-dragonfly","x86_64-unknown-freebsd","x86_64-unknown-linux-gnu","x86_64-unknown-netbsd","x86_64-unknown-openbsd"]}},"playground":{"features":["os-poll","os-ext","net"]}},"publish":null,"authors":["Carl Lerche ","Thomas de Zeeuw ","Tokio Contributors "],"categories":["asynchronous"],"keywords":["io","async","non-blocking"],"readme":"README.md","repository":"https://github.com/tokio-rs/mio","homepage":"https://github.com/tokio-rs/mio","documentation":"https://docs.rs/mio/0.7.13","edition":"2018","links":null},{"name":"mio-extras","version":"2.0.6","id":"mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Extra components for use with Mio","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"lazycell","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,"registry":null},{"name":"log","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,"registry":null},{"name":"mio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.14","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"slab","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"mio-extras","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-extras-2.0.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-extras-2.0.6/test/mod.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-extras-2.0.6/Cargo.toml","metadata":null,"publish":null,"authors":["Carl Lerche ","David Hotham"],"categories":["asynchronous"],"keywords":["io","async","non-blocking"],"readme":"README.md","repository":"https://github.com/dimbleby/mio-extras","homepage":null,"documentation":"https://docs.rs/mio-extras","edition":"2018","links":null},{"name":"miow","version":"0.2.2","id":"miow 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A zero overhead I/O library for Windows, focusing on IOCP and Async I/O\nabstractions.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"kernel32-sys","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,"registry":null},{"name":"net2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.36","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"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,"registry":null},{"name":"ws2_32-sys","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,"registry":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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"miow","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/miow-0.2.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/miow-0.2.2/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":["iocp","windows","io","overlapped"],"readme":"README.md","repository":"https://github.com/alexcrichton/miow","homepage":"https://github.com/alexcrichton/miow","documentation":"https://docs.rs/miow/0.1/x86_64-pc-windows-msvc/miow/","edition":"2015","links":null},{"name":"miow","version":"0.3.7","id":"miow 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A zero overhead I/O library for Windows, focusing on IOCP and Async I/O\nabstractions.\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.3.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["std","fileapi","handleapi","ioapiset","minwindef","namedpipeapi","ntdef","synchapi","winerror","winsock2","ws2def","ws2ipdef"],"target":null,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"socket2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"miow","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/miow-0.3.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/miow-0.3.7/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":["aarch64-pc-windows-msvc","i686-pc-windows-msvc","x86_64-pc-windows-msvc"]}}},"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":["iocp","windows","io","overlapped"],"readme":"README.md","repository":"https://github.com/yoshuawuyts/miow","homepage":"https://github.com/yoshuawuyts/miow","documentation":"https://docs.rs/miow/0.3/x86_64-pc-windows-msvc/miow/","edition":"2018","links":null},{"name":"mockall","version":"0.10.2","id":"mockall 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A powerful mock object library 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-index","req":"^1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"downcast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"fragile","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,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"mockall_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.10.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"predicates","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"predicates-tree","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,"registry":null},{"name":"async-trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.38","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"mockall_double","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":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,"registry":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,"registry":null},{"name":"serde_json","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,"registry":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.23","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"mockall","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/mockall-0.10.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["lib"],"name":"serde","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/mockall-0.10.2/examples/serde.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"nightly":["mockall_derive/nightly_derive","downcast/nightly"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/mockall-0.10.2/Cargo.toml","metadata":{"docs":{"rs":{"features":["nightly"]}},"release":{"tag-prefix":"","pre-release-replacements":[{"file":"../README.md","replace":"mockall = \"{{version}}\"","search":"mockall = \"[a-z0-9\\.-]+\""},{"file":"../CHANGELOG.md","replace":"{{version}}","search":"Unreleased"},{"file":"../CHANGELOG.md","replace":"{{date}}","search":"ReleaseDate"}]}},"publish":null,"authors":["Alan Somers "],"categories":["development-tools::testing"],"keywords":["mock","mocking","testing"],"readme":"README.md","repository":"https://github.com/asomers/mockall","homepage":null,"documentation":"https://docs.rs/mockall","edition":"2018","links":null},{"name":"mockall_derive","version":"0.10.2","id":"mockall_derive 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Procedural macros for Mockall\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cfg-if","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,"registry":null},{"name":"proc-macro2","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,"registry":null},{"name":"quote","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,"registry":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.15","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["extra-traits","full"],"target":null,"registry":null},{"name":"pretty_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"mockall_derive","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/mockall_derive-0.10.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"nightly_derive":["proc-macro2/nightly"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/mockall_derive-0.10.2/Cargo.toml","metadata":{"release":{"disable-push":true,"disable-tag":true}},"publish":null,"authors":["Alan Somers "],"categories":["development-tools::testing"],"keywords":["mock","mocking","testing"],"readme":"README.md","repository":"https://github.com/asomers/mockall","homepage":null,"documentation":"https://docs.rs/mockall_derive","edition":"2018","links":null},{"name":"native-tls","version":"0.2.7","id":"native-tls 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A wrapper over a platform's native TLS implementation","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"test-cert-gen","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,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\", target_os = \"ios\"))","registry":null},{"name":"libc","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(any(target_os = \"macos\", target_os = \"ios\"))","registry":null},{"name":"security-framework","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":"cfg(any(target_os = \"macos\", target_os = \"ios\"))","registry":null},{"name":"security-framework-sys","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":"cfg(any(target_os = \"macos\", target_os = \"ios\"))","registry":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\", target_os = \"ios\"))","registry":null},{"name":"log","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":"cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))","registry":null},{"name":"openssl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.29","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))","registry":null},{"name":"openssl-probe","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":"cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))","registry":null},{"name":"openssl-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.55","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))","registry":null},{"name":"schannel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.16","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"windows\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"native-tls","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/native-tls-0.2.7/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"google-connect","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/native-tls-0.2.7/examples/google-connect.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"simple-server","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/native-tls-0.2.7/examples/simple-server.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/native-tls-0.2.7/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"alpn":["security-framework/alpn"],"vendored":["openssl/vendored"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/native-tls-0.2.7/Cargo.toml","metadata":{"docs":{"rs":{"features":["alpn"],"rustdoc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["Steven Fackler "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/sfackler/rust-native-tls","homepage":null,"documentation":null,"edition":"2015","links":null},{"name":"net2","version":"0.2.37","id":"net2 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Extensions to the standard library's networking types as proposed in RFC 1158.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cfg-if","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,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.54","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"redox\", unix, target_os = \"wasi\"))","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["handleapi","winsock2","ws2def","ws2ipdef","ws2tcpip"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"net2","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/net2-0.2.37/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{"default":["duration"],"duration":[],"nightly":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/net2-0.2.37/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/deprecrated/net2-rs","homepage":"https://github.com/deprecrated/net2-rs","documentation":"https://docs.rs/net2/~0.2","edition":"2015","links":null},{"name":"new_debug_unreachable","version":"1.0.4","id":"new_debug_unreachable 1.0.4 (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+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"debug_unreachable","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/new_debug_unreachable-1.0.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"simple","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/new_debug_unreachable-1.0.4/examples/simple.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"check","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/new_debug_unreachable-1.0.4/tests/check.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/new_debug_unreachable-1.0.4/Cargo.toml","metadata":null,"publish":null,"authors":["Matt Brubeck ","Jonathan Reem "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/mbrubeck/rust-debug-unreachable","homepage":null,"documentation":"https://docs.rs/new_debug_unreachable","edition":"2018","links":null},{"name":"normalize-line-endings","version":"0.3.0","id":"normalize-line-endings 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0","license_file":null,"description":"Takes an iterator over chars and returns a new iterator with all line endings (\\r, \\n, or \\r\\n) as \\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"normalize-line-endings","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/normalize-line-endings-0.3.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/normalize-line-endings-0.3.0/Cargo.toml","metadata":null,"publish":null,"authors":["Richard Dodd "],"categories":[],"keywords":["chars","line","ending","normalize"],"readme":"./README.md","repository":"https://github.com/derekdreery/normalize-line-endings","homepage":null,"documentation":"https://derekdreery.github.io/normalize-line-endings/normalize_line_endings/index.html","edition":"2015","links":null},{"name":"notify","version":"4.0.17","id":"notify 4.0.17 (registry+https://github.com/rust-lang/crates.io-index)","license":"CC0-1.0","license_file":null,"description":"Cross-platform filesystem notification library","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"filetime","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,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"inotify","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"linux\")","registry":null},{"name":"mio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.15","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"linux\")","registry":null},{"name":"mio-extras","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"linux\")","registry":null},{"name":"fsevent","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":"cfg(target_os = \"macos\")","registry":null},{"name":"fsevent-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["fileapi","handleapi","ioapiset","minwinbase","synchapi","winbase","winnt"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"notify","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/notify-4.0.17/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"monitor_debounced","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/notify-4.0.17/examples/monitor_debounced.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"monitor_raw","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/notify-4.0.17/examples/monitor_raw.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"debounce","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/notify-4.0.17/tests/debounce.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"event_path","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/notify-4.0.17/tests/event_path.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"fsevents","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/notify-4.0.17/tests/fsevents.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"notify","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/notify-4.0.17/tests/notify.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"race-with-remove-dir","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/notify-4.0.17/tests/race-with-remove-dir.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"watcher","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/notify-4.0.17/tests/watcher.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"windows","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/notify-4.0.17/tests/windows.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{"manual_tests":[],"timing_tests":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/notify-4.0.17/Cargo.toml","metadata":null,"publish":null,"authors":["Félix Saparelli ","Jorge Israel Peña ","Michael Maurizi ","Pierre Baillet ","Joe Wilm ","Daniel Faust ","Aron Heinecke "],"categories":["filesystem"],"keywords":["events","filesystem","notify","watch"],"readme":"README.md","repository":"https://github.com/notify-rs/notify.git","homepage":"https://github.com/notify-rs/notify","documentation":"https://docs.rs/notify","edition":"2015","links":null},{"name":"ntapi","version":"0.3.6","id":"ntapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"FFI bindings for Native API","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.3.9","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["cfg","evntrace","in6addr","inaddr","minwinbase","ntsecapi","windef","winioctl"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"ntapi","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ntapi-0.3.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ntapi-0.3.6/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["user"],"func-types":[],"impl-default":["winapi/impl-default"],"kernel":[],"nightly":[],"user":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ntapi-0.3.6/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","features":["nightly"],"targets":["aarch64-pc-windows-msvc","i686-pc-windows-msvc","x86_64-pc-windows-msvc"]}}},"publish":null,"authors":["MSxDOS "],"categories":["external-ffi-bindings","no-std","os::windows-apis"],"keywords":["windows","ffi","ntapi","native","win32"],"readme":"README.md","repository":"https://github.com/MSxDOS/ntapi","homepage":null,"documentation":"https://docs.rs/ntapi/*/x86_64-pc-windows-msvc/ntapi/","edition":"2018","links":null},{"name":"num-traits","version":"0.2.14","id":"num-traits 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Numeric traits for generic mathematics","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"libm","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,"registry":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"num-traits","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"cast","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/tests/cast.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"i128":[],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/Cargo.toml","metadata":{"docs":{"rs":{"features":["std"]}}},"publish":null,"authors":["The Rust Project Developers"],"categories":["algorithms","science","no-std"],"keywords":["mathematics","numerics"],"readme":"README.md","repository":"https://github.com/rust-num/num-traits","homepage":"https://github.com/rust-num/num-traits","documentation":"https://docs.rs/num-traits","edition":"2015","links":null},{"name":"num_cpus","version":"1.13.0","id":"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Get the number of CPUs on a machine.","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.26","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"hermit-abi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), target_os = \"hermit\"))","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"num_cpus","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.13.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"values","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.13.0/examples/values.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.13.0/Cargo.toml","metadata":null,"publish":null,"authors":["Sean McArthur "],"categories":["hardware-support"],"keywords":["cpu","cpus","cores"],"readme":"README.md","repository":"https://github.com/seanmonstar/num_cpus","homepage":null,"documentation":"https://docs.rs/num_cpus","edition":"2015","links":null},{"name":"once_cell","version":"1.8.0","id":"once_cell 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Single assignment cells and lazy values.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"once_cell","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.8.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"bench","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.8.0/examples/bench.rs","edition":"2018","required-features":["std"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"bench_acquire","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.8.0/examples/bench_acquire.rs","edition":"2018","required-features":["std"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"bench_vs_lazy_static","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.8.0/examples/bench_vs_lazy_static.rs","edition":"2018","required-features":["std"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"lazy_static","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.8.0/examples/lazy_static.rs","edition":"2018","required-features":["std"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"reentrant_init_deadlocks","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.8.0/examples/reentrant_init_deadlocks.rs","edition":"2018","required-features":["std"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"regex","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.8.0/examples/regex.rs","edition":"2018","required-features":["std"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"test_synchronization","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.8.0/examples/test_synchronization.rs","edition":"2018","required-features":["std"],"doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"it","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.8.0/tests/it.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"alloc":["race"],"default":["std"],"race":[],"std":["alloc"],"unstable":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.8.0/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true}}},"publish":null,"authors":["Aleksey Kladov "],"categories":["rust-patterns","memory-management"],"keywords":["lazy","static"],"readme":"README.md","repository":"https://github.com/matklad/once_cell","homepage":null,"documentation":"https://docs.rs/once_cell","edition":"2018","links":null},{"name":"openssl","version":"0.10.34","id":"openssl 0.10.34 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0","license_file":null,"description":"OpenSSL bindings","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bitflags","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,"registry":null},{"name":"cfg-if","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,"registry":null},{"name":"openssl-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.62","kind":null,"rename":"ffi","optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"foreign-types","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","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,"registry":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"hex","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,"registry":null},{"name":"tempdir","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"openssl","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.34/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"mk_certs","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.34/examples/mk_certs.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.34/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"v101":[],"v102":[],"v110":[],"v111":[],"vendored":["ffi/vendored"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.34/Cargo.toml","metadata":null,"publish":null,"authors":["Steven Fackler "],"categories":["cryptography","api-bindings"],"keywords":["crypto","tls","ssl","dtls"],"readme":"README.md","repository":"https://github.com/sfackler/rust-openssl","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"openssl-probe","version":"0.1.4","id":"openssl-probe 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Tool for helping to find SSL certificate locations on the system for OpenSSL\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"openssl-probe","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-probe-0.1.4/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-probe-0.1.4/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/alexcrichton/openssl-probe","homepage":"https://github.com/alexcrichton/openssl-probe","documentation":null,"edition":"2015","links":null},{"name":"openssl-sys","version":"0.9.63","id":"openssl-sys 0.9.63 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"FFI bindings to OpenSSL","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","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"openssl-src","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^111.0.1","kind":"build","rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vcpkg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_env = \"msvc\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"openssl-sys","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.63/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-main","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.63/build/main.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"vendored":["openssl-src"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.63/Cargo.toml","metadata":{"pkg-config":{"openssl":"1.0.1"}},"publish":null,"authors":["Alex Crichton ","Steven Fackler "],"categories":["cryptography","external-ffi-bindings"],"keywords":[],"readme":"README.md","repository":"https://github.com/sfackler/rust-openssl","homepage":null,"documentation":null,"edition":"2015","links":"openssl"},{"name":"parking","version":"2.0.0","id":"parking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"Thread parking and unparking","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"parking","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/parking-2.0.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"parking","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/parking-2.0.0/tests/parking.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/parking-2.0.0/Cargo.toml","metadata":null,"publish":null,"authors":["Stjepan Glavina ","The Rust Project Developers"],"categories":["concurrency"],"keywords":["park","notify","thread","wake","condition"],"readme":"README.md","repository":"https://github.com/stjepang/parking","homepage":"https://github.com/stjepang/parking","documentation":"https://docs.rs/parking","edition":"2018","links":null},{"name":"parking_lot","version":"0.11.1","id":"parking_lot 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0/MIT","license_file":null,"description":"More compact and efficient implementations of the standard synchronization primitives.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"instant","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,"registry":null},{"name":"lock_api","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,"registry":null},{"name":"parking_lot_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"parking_lot","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.11.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"issue_203","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.11.1/tests/issue_203.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"deadlock_detection":["parking_lot_core/deadlock_detection"],"default":[],"nightly":["parking_lot_core/nightly","lock_api/nightly"],"owning_ref":["lock_api/owning_ref"],"send_guard":[],"serde":["lock_api/serde"],"stdweb":["instant/stdweb"],"wasm-bindgen":["instant/wasm-bindgen"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.11.1/Cargo.toml","metadata":null,"publish":null,"authors":["Amanieu d'Antras "],"categories":["concurrency"],"keywords":["mutex","condvar","rwlock","once","thread"],"readme":"README.md","repository":"https://github.com/Amanieu/parking_lot","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"parking_lot_core","version":"0.8.3","id":"parking_lot_core 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0/MIT","license_file":null,"description":"An advanced API for creating custom synchronization primitives.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.49","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"cfg-if","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,"registry":null},{"name":"instant","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,"registry":null},{"name":"petgraph","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"thread-id","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.3.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"redox_syscall","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"redox\")","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.71","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["winnt","ntstatus","minwindef","winerror","winbase","errhandlingapi","handleapi"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"parking_lot_core","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.8.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"deadlock_detection":["petgraph","thread-id","backtrace"],"nightly":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.8.3/Cargo.toml","metadata":null,"publish":null,"authors":["Amanieu d'Antras "],"categories":["concurrency"],"keywords":["mutex","condvar","rwlock","once","thread"],"readme":null,"repository":"https://github.com/Amanieu/parking_lot","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"percent-encoding","version":"2.1.0","id":"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Percent encoding and decoding","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"percent-encoding","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/percent-encoding-2.1.0/lib.rs","edition":"2015","doc":true,"doctest":true,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/percent-encoding-2.1.0/Cargo.toml","metadata":null,"publish":null,"authors":["The rust-url developers"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/servo/rust-url/","homepage":null,"documentation":null,"edition":"2015","links":null},{"name":"pest","version":"2.1.3","id":"pest 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"The Elegant Parser","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.89","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.39","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"ucd-trie","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"pest","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.1.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"parens","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.1.3/examples/parens.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"calculator","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.1.3/tests/calculator.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"json","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.1.3/tests/json.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{"pretty-print":["serde","serde_json"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.1.3/Cargo.toml","metadata":null,"publish":null,"authors":["Dragoș Tiselice "],"categories":["parsing"],"keywords":["pest","parser","peg","grammar"],"readme":"_README.md","repository":"https://github.com/pest-parser/pest","homepage":"https://pest-parser.github.io/","documentation":"https://docs.rs/pest","edition":"2015","links":null},{"name":"petgraph","version":"0.5.1","id":"petgraph 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Graph data structure library. Provides 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.io-index","req":"^0.2.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":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,"registry":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,"registry":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,"registry":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":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,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.5","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"petgraph","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.5.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"graph","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.5.1/tests/graph.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"graphmap","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.5.1/tests/graphmap.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"iso","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.5.1/tests/iso.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"quickcheck","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.5.1/tests/quickcheck.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"stable_graph","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.5.1/tests/stable_graph.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"unionfind","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.5.1/tests/unionfind.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"dijkstra","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.5.1/benches/dijkstra.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"iso","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.5.1/benches/iso.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"matrix_graph","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.5.1/benches/matrix_graph.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"ograph","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.5.1/benches/ograph.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"stable_graph","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.5.1/benches/stable_graph.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"unionfind","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.5.1/benches/unionfind.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"all":["unstable","quickcheck","matrix_graph","stable_graph","graphmap"],"default":["graphmap","stable_graph","matrix_graph"],"generate":[],"graphmap":[],"matrix_graph":[],"serde-1":["serde","serde_derive"],"stable_graph":[],"unstable":["generate"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.5.1/Cargo.toml","metadata":{"docs":{"rs":{"features":["serde-1","quickcheck"]}},"release":{"no-dev-version":true}},"publish":null,"authors":["bluss","mitchmindtree"],"categories":["data-structures"],"keywords":["data-structure","graph","unionfind","graph-algorithms"],"readme":null,"repository":"https://github.com/petgraph/petgraph","homepage":null,"documentation":"https://docs.rs/petgraph/","edition":"2018","links":null},{"name":"phf_shared","version":"0.8.0","id":"phf_shared 0.8.0 (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-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"unicase","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"phf_shared","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.8.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.8.0/Cargo.toml","metadata":null,"publish":null,"authors":["Steven Fackler "],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/sfackler/rust-phf","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"pico-args","version":"0.4.2","id":"pico-args 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"An ultra simple CLI arguments parser.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"pico-args","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pico-args-0.4.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"app","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pico-args-0.4.2/examples/app.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"dash_dash","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pico-args-0.4.2/examples/dash_dash.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"tests","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pico-args-0.4.2/tests/tests.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"combined-flags":[],"default":["eq-separator"],"eq-separator":[],"short-space-opt":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pico-args-0.4.2/Cargo.toml","metadata":null,"publish":null,"authors":["Evgeniy Reizner "],"categories":[],"keywords":["args","cli"],"readme":"README.md","repository":"https://github.com/RazrFalcon/pico-args","homepage":null,"documentation":"https://docs.rs/pico-args/","edition":"2018","links":null},{"name":"pin-project","version":"1.0.7","id":"pin-project 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"A crate for safe and ergonomic pin-projection.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"pin-project-internal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.7","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"macrotest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.8","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustversion","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,"registry":null},{"name":"static_assertions","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,"registry":null},{"name":"trybuild","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"pin-project","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"enum-default-expanded","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/examples/enum-default-expanded.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"enum-default","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/examples/enum-default.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"not_unpin-expanded","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/examples/not_unpin-expanded.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"not_unpin","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/examples/not_unpin.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"pinned_drop-expanded","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/examples/pinned_drop-expanded.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"pinned_drop","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/examples/pinned_drop.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"project_replace-expanded","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/examples/project_replace-expanded.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"project_replace","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/examples/project_replace.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"struct-default-expanded","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/examples/struct-default-expanded.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"struct-default","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/examples/struct-default.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"unsafe_unpin-expanded","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/examples/unsafe_unpin-expanded.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"unsafe_unpin","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/examples/unsafe_unpin.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"cfg","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/tests/cfg.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compiletest","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/tests/compiletest.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"drop_order","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/tests/drop_order.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"expandtest","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/tests/expandtest.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"lint","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/tests/lint.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"pin_project","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/tests/pin_project.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"pinned_drop","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/tests/pinned_drop.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"proper_unpin","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/tests/proper_unpin.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"repr_packed","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/tests/repr_packed.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"unsafe_unpin","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/tests/unsafe_unpin.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["Taiki Endo "],"categories":["no-std","rust-patterns"],"keywords":["pin","macros","attribute"],"readme":"README.md","repository":"https://github.com/taiki-e/pin-project","homepage":null,"documentation":"https://docs.rs/pin-project","edition":"2018","links":null},{"name":"pin-project-internal","version":"1.0.7","id":"pin-project-internal 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"Implementation detail of the `pin-project` crate.\n","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":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"quote","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,"registry":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.56","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["full","visit-mut"],"target":null,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"pin-project-internal","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-internal-1.0.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-internal-1.0.7/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["Taiki Endo "],"categories":["no-std","rust-patterns"],"keywords":["pin","macros","attribute"],"readme":null,"repository":"https://github.com/taiki-e/pin-project","homepage":null,"documentation":"https://docs.rs/pin-project-internal","edition":"2018","links":null},{"name":"pin-project-lite","version":"0.2.6","id":"pin-project-lite 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"A lightweight version of pin-project written with declarative macros.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"macrotest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.8","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustversion","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,"registry":null},{"name":"static_assertions","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,"registry":null},{"name":"trybuild","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"pin-project-lite","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compiletest","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.6/tests/compiletest.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"drop_order","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.6/tests/drop_order.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"expandtest","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.6/tests/expandtest.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"lint","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.6/tests/lint.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"proper_unpin","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.6/tests/proper_unpin.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.6/tests/test.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.6/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["Taiki Endo "],"categories":["no-std","rust-patterns"],"keywords":["pin","macros"],"readme":"README.md","repository":"https://github.com/taiki-e/pin-project-lite","homepage":null,"documentation":"https://docs.rs/pin-project-lite","edition":"2018","links":null},{"name":"pin-utils","version":"0.1.0","id":"pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Utilities for pinning\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"pin-utils","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-utils-0.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"projection","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-utils-0.1.0/tests/projection.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"stack_pin","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-utils-0.1.0/tests/stack_pin.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-utils-0.1.0/Cargo.toml","metadata":null,"publish":null,"authors":["Josef Brandl "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang-nursery/pin-utils","homepage":null,"documentation":"https://docs.rs/pin-utils","edition":"2018","links":null},{"name":"pkg-config","version":"0.3.19","id":"pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A library to run the pkg-config system tool at build time in order to be used in\nCargo build scripts.\n","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","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"pkg-config","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.19/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.19/tests/test.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.19/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":["build-dependencies"],"readme":"README.md","repository":"https://github.com/rust-lang/pkg-config-rs","homepage":null,"documentation":"https://docs.rs/pkg-config","edition":"2015","links":null},{"name":"polling","version":"2.1.0","id":"polling 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"Portable interface to epoll, kqueue, event ports, and wepoll","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cfg-if","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,"registry":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.77","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","registry":null},{"name":"wepoll-ffi","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":["null-overlapped-wakeups-patch"],"target":"cfg(windows)","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["ioapiset","winsock2"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"polling","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/polling-2.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"two-listeners","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/polling-2.1.0/examples/two-listeners.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"notify","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/polling-2.1.0/tests/notify.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"precision","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/polling-2.1.0/tests/precision.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"timeout","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/polling-2.1.0/tests/timeout.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/polling-2.1.0/Cargo.toml","metadata":null,"publish":null,"authors":["Stjepan Glavina "],"categories":["asynchronous","network-programming","os"],"keywords":["mio","epoll","kqueue","iocp","wepoll"],"readme":"README.md","repository":"https://github.com/smol-rs/polling","homepage":"https://github.com/smol-rs/polling","documentation":"https://docs.rs/polling","edition":"2018","links":null},{"name":"ppv-lite86","version":"0.2.10","id":"ppv-lite86 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Implementation of the crypto-simd API for x86","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"ppv-lite86","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.10/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"default":["std"],"no_simd":[],"simd":[],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.10/Cargo.toml","metadata":null,"publish":null,"authors":["The CryptoCorrosion Contributors"],"categories":["cryptography","no-std"],"keywords":["crypto","simd","x86"],"readme":null,"repository":"https://github.com/cryptocorrosion/cryptocorrosion","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"precomputed-hash","version":"0.1.1","id":"precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A library intending to be a base dependency to expose a precomputed hash","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"precomputed-hash","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/precomputed-hash-0.1.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/precomputed-hash-0.1.1/Cargo.toml","metadata":null,"publish":null,"authors":["Emilio Cobos Álvarez "],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/emilio/precomputed-hash","homepage":null,"documentation":null,"edition":"2015","links":null},{"name":"predicates","version":"1.0.8","id":"predicates 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"An implementation of boolean-valued predicate functions.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"difference","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"float-cmp","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"normalize-line-endings","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,"registry":null},{"name":"predicates-core","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,"registry":null},{"name":"regex","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,"registry":null},{"name":"predicates-tree","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"predicates","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/predicates-1.0.8/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"case_tree","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/predicates-1.0.8/examples/case_tree.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["difference","regex","float-cmp","normalize-line-endings"],"unstable":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/predicates-1.0.8/Cargo.toml","metadata":null,"publish":null,"authors":["Nick Stevens "],"categories":["data-structures","rust-patterns"],"keywords":["predicate","boolean","combinatorial","match","logic"],"readme":"README.md","repository":"https://github.com/assert-rs/predicates-rs","homepage":"https://github.com/assert-rs/predicates-rs","documentation":"https://docs.rs/predicates","edition":"2018","links":null},{"name":"predicates","version":"2.0.1","id":"predicates 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"An implementation of boolean-valued predicate functions.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"difflib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"float-cmp","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"normalize-line-endings","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,"registry":null},{"name":"predicates-core","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,"registry":null},{"name":"regex","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,"registry":null},{"name":"predicates-tree","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"predicates","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/predicates-2.0.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"case_tree","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/predicates-2.0.1/examples/case_tree.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["diff","regex","float-cmp","normalize-line-endings"],"diff":["difflib"],"unstable":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/predicates-2.0.1/Cargo.toml","metadata":null,"publish":null,"authors":["Nick Stevens "],"categories":["data-structures","rust-patterns"],"keywords":["predicate","boolean","combinatorial","match","logic"],"readme":"README.md","repository":"https://github.com/assert-rs/predicates-rs","homepage":"https://github.com/assert-rs/predicates-rs","documentation":"https://docs.rs/predicates","edition":"2018","links":null},{"name":"predicates-core","version":"1.0.2","id":"predicates-core 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"An API for boolean-valued predicate functions.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"predicates-core","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/predicates-core-1.0.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/predicates-core-1.0.2/Cargo.toml","metadata":null,"publish":null,"authors":["Nick Stevens "],"categories":["data-structures","rust-patterns"],"keywords":["predicate","boolean","combinatorial","match","logic"],"readme":"README.md","repository":"https://github.com/assert-rs/predicates-rs/tree/master/predicates-core","homepage":"https://github.com/assert-rs/predicates-rs/tree/master/predicates-core","documentation":"https://docs.rs/predicates-core","edition":"2018","links":null},{"name":"predicates-tree","version":"1.0.2","id":"predicates-tree 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Render boolean-valued predicate functions results as a tree.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"predicates-core","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,"registry":null},{"name":"treeline","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"predicates-tree","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/predicates-tree-1.0.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/predicates-tree-1.0.2/Cargo.toml","metadata":null,"publish":null,"authors":["Nick Stevens "],"categories":["data-structures","rust-patterns"],"keywords":["predicate","boolean","combinatorial","match","logic"],"readme":"README.md","repository":"https://github.com/assert-rs/predicates-rs/tree/master/predicates-tree","homepage":"https://github.com/assert-rs/predicates-rs/tree/master/predicates-tree","documentation":"https://docs.rs/predicates-tree","edition":"2018","links":null},{"name":"proc-macro-error","version":"1.0.4","id":"proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Almost drop-in replacement to panics in proc-macros","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"proc-macro-error-attr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"proc-macro2","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,"registry":null},{"name":"quote","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,"registry":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.107","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"toml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.5.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.19","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["diff"],"target":null,"registry":null},{"name":"version_check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"proc-macro-error","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macro-errors","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/tests/macro-errors.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"ok","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/tests/ok.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"runtime-errors","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/tests/runtime-errors.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["syn-error"],"syn-error":["syn"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["CreepySkeleton "],"categories":["development-tools::procedural-macro-helpers"],"keywords":["proc-macro","error","errors"],"readme":"README.md","repository":"https://gitlab.com/CreepySkeleton/proc-macro-error","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"proc-macro-error-attr","version":"1.0.4","id":"proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Attribute macro for proc-macro-error crate","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":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"quote","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,"registry":null},{"name":"version_check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"proc-macro-error-attr","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["CreepySkeleton "],"categories":[],"keywords":[],"readme":null,"repository":"https://gitlab.com/CreepySkeleton/proc-macro-error","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"proc-macro-hack","version":"0.5.19","id":"proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Procedural macros in expression position","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"demo-hack","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.0.5","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"demo-hack-impl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.0.5","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"quote","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,"registry":null},{"name":"rustversion","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,"registry":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.5","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"trybuild","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,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"proc-macro-hack","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-hack-0.5.19/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compiletest","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-hack-0.5.19/tests/compiletest.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-hack-0.5.19/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-hack-0.5.19/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"categories":["development-tools::procedural-macro-helpers"],"keywords":[],"readme":"README.md","repository":"https://github.com/dtolnay/proc-macro-hack","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"proc-macro-nested","version":"0.1.7","id":"proc-macro-nested 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Support for nested proc-macro-hack invocations","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"proc-macro-nested","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-nested-0.1.7/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-nested-0.1.7/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-nested-0.1.7/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/dtolnay/proc-macro-hack","homepage":null,"documentation":null,"edition":"2015","links":null},{"name":"proc-macro2","version":"1.0.27","id":"proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"A substitute implementation of the compiler's `proc_macro` API to decouple\ntoken-based libraries from the procedural macro use case.\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.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"proc-macro2","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.27/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"comments","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.27/tests/comments.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"features","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.27/tests/features.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"marker","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.27/tests/marker.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.27/tests/test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_fmt","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.27/tests/test_fmt.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.27/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["proc-macro"],"nightly":[],"proc-macro":[],"span-locations":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.27/Cargo.toml","metadata":{"docs":{"rs":{"rustc-args":["--cfg","procmacro2_semver_exempt"],"rustdoc-args":["--cfg","procmacro2_semver_exempt","--cfg","doc_cfg"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["span-locations"]}},"publish":null,"authors":["Alex Crichton ","David Tolnay "],"categories":["development-tools::procedural-macro-helpers"],"keywords":["macros"],"readme":"README.md","repository":"https://github.com/alexcrichton/proc-macro2","homepage":null,"documentation":"https://docs.rs/proc-macro2","edition":"2018","links":null},{"name":"qstring","version":"0.7.2","id":"qstring 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Query string parser","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"percent-encoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"qstring","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/qstring-0.7.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/qstring-0.7.2/Cargo.toml","metadata":null,"publish":null,"authors":["Martin Algesten "],"categories":[],"keywords":["query","url","querystring"],"readme":"README.md","repository":"https://github.com/algesten/qstring","homepage":null,"documentation":"https://docs.rs/qstring","edition":"2018","links":null},{"name":"query-planner","version":"0.1.0","id":"query-planner 0.1.0 (path+file:///home/cecile/repos/router/crates/query-planner)","license":null,"license_file":null,"description":null,"source":null,"dependencies":[{"name":"derive_more","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.99.16","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"harmonizer","source":"git+https://github.com/apollographql/federation.git?branch=query-planer-js-bridge","req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.127","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.66","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.26","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"insta","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"mockall","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"query-planner","src_path":"/home/cecile/repos/router/crates/query-planner/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/repos/router/crates/query-planner/Cargo.toml","metadata":null,"publish":null,"authors":["Apollo Graph, Inc. "],"categories":[],"keywords":[],"readme":"README.md","repository":null,"homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"quote","version":"1.0.9","id":"quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Quasi-quoting macro quote!(...)","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":"^1.0.20","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"rustversion","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,"registry":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.19","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["diff"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"quote","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compiletest","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/tests/compiletest.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/tests/test.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"default":["proc-macro"],"proc-macro":["proc-macro2/proc-macro"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"categories":["development-tools::procedural-macro-helpers"],"keywords":["syn"],"readme":"README.md","repository":"https://github.com/dtolnay/quote","homepage":null,"documentation":"https://docs.rs/quote/","edition":"2018","links":null},{"name":"rand","version":"0.8.4","id":"rand 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Random number generators and other randomness functionality.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"packed_simd_2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":null,"rename":"packed_simd","optional":true,"uses_default_features":true,"features":["into_bits"],"target":null,"registry":null},{"name":"rand_core","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,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rand_hc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rand_pcg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rand_chacha","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":"cfg(not(target_os = \"emscripten\"))","registry":null},{"name":"rand_hc","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":"cfg(target_os = \"emscripten\")","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.22","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":"cfg(unix)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"rand","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"alloc":["rand_core/alloc"],"default":["std","std_rng"],"getrandom":["rand_core/getrandom"],"min_const_gen":[],"nightly":[],"serde1":["serde","rand_core/serde1"],"simd_support":["packed_simd"],"small_rng":[],"std":["rand_core/std","rand_chacha/std","alloc","getrandom","libc"],"std_rng":["rand_chacha","rand_hc"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.4/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg"]}},"playground":{"features":["small_rng","serde1"]}},"publish":null,"authors":["The Rand Project Developers","The Rust Project Developers"],"categories":["algorithms","no-std"],"keywords":["random","rng"],"readme":"README.md","repository":"https://github.com/rust-random/rand","homepage":"https://rust-random.github.io/book","documentation":"https://docs.rs/rand","edition":"2018","links":null},{"name":"rand_chacha","version":"0.3.1","id":"rand_chacha 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"ChaCha random number generator\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"ppv-lite86","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["simd"],"target":null,"registry":null},{"name":"rand_core","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,"registry":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":["derive"],"target":null,"registry":null},{"name":"serde_json","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"rand_chacha","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"default":["std"],"serde1":["serde"],"simd":[],"std":["ppv-lite86/std"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/Cargo.toml","metadata":null,"publish":null,"authors":["The Rand Project Developers","The Rust Project Developers","The CryptoCorrosion Contributors"],"categories":["algorithms","no-std"],"keywords":["random","rng","chacha"],"readme":"README.md","repository":"https://github.com/rust-random/rand","homepage":"https://rust-random.github.io/book","documentation":"https://docs.rs/rand_chacha","edition":"2018","links":null},{"name":"rand_core","version":"0.6.3","id":"rand_core 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Core random number generator traits and tools for implementation.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":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":["derive"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"rand_core","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"alloc":[],"serde1":["serde"],"std":["alloc","getrandom","getrandom/std"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg"]}},"playground":{"all-features":true}},"publish":null,"authors":["The Rand Project Developers","The Rust Project Developers"],"categories":["algorithms","no-std"],"keywords":["random","rng"],"readme":"README.md","repository":"https://github.com/rust-random/rand","homepage":"https://rust-random.github.io/book","documentation":"https://docs.rs/rand_core","edition":"2018","links":null},{"name":"rand_hc","version":"0.3.1","id":"rand_hc 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"HC128 random number generator\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"rand_core","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"rand_hc","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_hc-0.3.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_hc-0.3.1/Cargo.toml","metadata":null,"publish":null,"authors":["The Rand Project Developers"],"categories":["algorithms","no-std"],"keywords":["random","rng","hc128"],"readme":"README.md","repository":"https://github.com/rust-random/rand","homepage":"https://rust-random.github.io/book","documentation":"https://docs.rs/rand_hc","edition":"2018","links":null},{"name":"redox_syscall","version":"0.2.9","id":"redox_syscall 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A Rust library to access raw Redox system calls","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"syscall","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/redox_syscall-0.2.9/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/redox_syscall-0.2.9/Cargo.toml","metadata":null,"publish":null,"authors":["Jeremy Soller "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://gitlab.redox-os.org/redox-os/syscall","homepage":null,"documentation":"https://docs.rs/redox_syscall","edition":"2018","links":null},{"name":"redox_users","version":"0.4.0","id":"redox_users 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A Rust library to access Redox users and groups functionality","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["std"],"target":null,"registry":null},{"name":"redox_syscall","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,"registry":null},{"name":"rust-argon2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"redox_users","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/redox_users-0.4.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"auth":["rust-argon2"],"default":["auth"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/redox_users-0.4.0/Cargo.toml","metadata":null,"publish":null,"authors":["Jose Narvaez ","Wesley Hershberger "],"categories":[],"keywords":["redox","auth"],"readme":"README.md","repository":"https://gitlab.redox-os.org/redox-os/users","homepage":null,"documentation":"https://docs.rs/redox_users","edition":"2018","links":null},{"name":"regex","version":"1.5.4","id":"regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_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.7.18","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"regex-syntax","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.25","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":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,"registry":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":["getrandom","small_rng"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"regex","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/lib.rs","edition":"2018","doc":true,"doctest":false,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"shootout-regex-dna-bytes","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/examples/shootout-regex-dna-bytes.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"shootout-regex-dna-cheat","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/examples/shootout-regex-dna-cheat.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"shootout-regex-dna-replace","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/examples/shootout-regex-dna-replace.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"shootout-regex-dna-single-cheat","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/examples/shootout-regex-dna-single-cheat.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"shootout-regex-dna-single","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/examples/shootout-regex-dna-single.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"shootout-regex-dna","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/examples/shootout-regex-dna.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"default","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/tests/test_default.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"default-bytes","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/tests/test_default_bytes.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"nfa","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/tests/test_nfa.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"nfa-utf8bytes","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/tests/test_nfa_utf8bytes.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"nfa-bytes","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/tests/test_nfa_bytes.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"backtrack","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/tests/test_backtrack.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"backtrack-utf8bytes","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/tests/test_backtrack_utf8bytes.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"backtrack-bytes","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/tests/test_backtrack_bytes.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"crates-regex","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/tests/test_crates_regex.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"default":["std","perf","unicode","regex-syntax/default"],"pattern":[],"perf":["perf-cache","perf-dfa","perf-inline","perf-literal"],"perf-cache":[],"perf-dfa":[],"perf-inline":[],"perf-literal":["aho-corasick","memchr"],"std":[],"unicode":["unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment","regex-syntax/unicode"],"unicode-age":["regex-syntax/unicode-age"],"unicode-bool":["regex-syntax/unicode-bool"],"unicode-case":["regex-syntax/unicode-case"],"unicode-gencat":["regex-syntax/unicode-gencat"],"unicode-perl":["regex-syntax/unicode-perl"],"unicode-script":["regex-syntax/unicode-script"],"unicode-segment":["regex-syntax/unicode-segment"],"unstable":["pattern"],"use_std":["std"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/Cargo.toml","metadata":null,"publish":null,"authors":["The Rust Project Developers"],"categories":["text-processing"],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/regex","homepage":"https://github.com/rust-lang/regex","documentation":"https://docs.rs/regex","edition":"2018","links":null},{"name":"regex-syntax","version":"0.6.25","id":"regex-syntax 0.6.25 (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/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"regex-syntax","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/benches/bench.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["unicode"],"unicode":["unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"],"unicode-age":[],"unicode-bool":[],"unicode-case":[],"unicode-gencat":[],"unicode-perl":[],"unicode-script":[],"unicode-segment":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/Cargo.toml","metadata":null,"publish":null,"authors":["The Rust Project Developers"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/regex","homepage":"https://github.com/rust-lang/regex","documentation":"https://docs.rs/regex-syntax","edition":"2018","links":null},{"name":"remove_dir_all","version":"0.5.3","id":"remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A safe, reliable implementation of remove_dir_all for Windows","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"doc-comment","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,"registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["std","errhandlingapi","winerror","fileapi","winbase"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"remove_dir_all","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/remove_dir_all-0.5.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/remove_dir_all-0.5.3/Cargo.toml","metadata":null,"publish":null,"authors":["Aaronepower "],"categories":["filesystem"],"keywords":["utility","filesystem","remove_dir","windows"],"readme":"README.md","repository":"https://github.com/XAMPPRocky/remove_dir_all.git","homepage":null,"documentation":null,"edition":"2015","links":null},{"name":"reqwest","version":"0.11.4","id":"reqwest 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"higher level HTTP client library","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bytes","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,"registry":null},{"name":"http","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,"registry":null},{"name":"mime_guess","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"serde","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,"registry":null},{"name":"serde_json","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,"registry":null},{"name":"serde_urlencoded","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,"registry":null},{"name":"url","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"async-compression","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":["tokio"],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"base64","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"cookie","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":null,"rename":"cookie_crate","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"cookie_store","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"encoding_rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"http-body","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":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"hyper","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["tcp","http1","http2","client","runtime"],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"hyper-rustls","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.22.1","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"hyper-tls","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"ipnet","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"log","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":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"mime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"native-tls","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.7","kind":null,"rename":"native-tls-crate","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"percent-encoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"pin-project-lite","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":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"rustls","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["dangerous_configuration"],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"rustls-native-certs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.11","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["net","time"],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"tokio-native-tls","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":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"tokio-rustls","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.22","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"tokio-socks","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"tokio-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":["codec","io"],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"trust-dns-resolver","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"webpki-roots","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"brotli","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.3.0","kind":"dev","rename":"brotli_crate","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"doc-comment","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":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"hyper","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":["tcp","stream","http1","http2","client","server","runtime"],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"libflate","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":"cfg(not(target_arch = \"wasm32\"))","registry":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":["derive"],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":["macros","rt-multi-thread"],"target":"cfg(not(target_arch = \"wasm32\"))","registry":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.45","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.68","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["serde-serialize"],"target":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.18","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["Headers","Request","RequestInit","RequestMode","Response","Window","FormData","Blob","BlobPropertyBag","ServiceWorkerGlobalScope","RequestCredentials"],"target":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"wasm-bindgen-test","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":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"winreg","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":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"reqwest","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"blocking","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.4/examples/blocking.rs","edition":"2018","required-features":["blocking"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"json_dynamic","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.4/examples/json_dynamic.rs","edition":"2018","required-features":["json"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"json_typed","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.4/examples/json_typed.rs","edition":"2018","required-features":["json"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"tor_socks","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.4/examples/tor_socks.rs","edition":"2018","required-features":["socks"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"form","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.4/examples/form.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"simple","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.4/examples/simple.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"blocking","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.4/tests/blocking.rs","edition":"2018","required-features":["blocking"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"cookie","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.4/tests/cookie.rs","edition":"2018","required-features":["cookies"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"gzip","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.4/tests/gzip.rs","edition":"2018","required-features":["gzip"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"brotli","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.4/tests/brotli.rs","edition":"2018","required-features":["brotli"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"deflate","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.4/tests/deflate.rs","edition":"2018","required-features":["deflate"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"multipart","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.4/tests/multipart.rs","edition":"2018","required-features":["multipart"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"badssl","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.4/tests/badssl.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"client","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.4/tests/client.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"proxy","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.4/tests/proxy.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"redirect","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.4/tests/redirect.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"timeouts","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.4/tests/timeouts.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"wasm_simple","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.4/tests/wasm_simple.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"__internal_proxy_sys_no_cache":[],"__rustls":["hyper-rustls","tokio-rustls","rustls","__tls"],"__tls":[],"blocking":["futures-util/io","tokio/rt-multi-thread","tokio/sync"],"brotli":["async-compression","async-compression/brotli","tokio-util"],"cookies":["cookie_crate","cookie_store","time"],"default":["default-tls"],"default-tls":["hyper-tls","native-tls-crate","__tls","tokio-native-tls"],"deflate":["async-compression","async-compression/zlib","tokio-util"],"gzip":["async-compression","async-compression/gzip","tokio-util"],"json":["serde_json"],"multipart":["mime_guess"],"native-tls":["default-tls"],"native-tls-alpn":["native-tls","native-tls-crate/alpn"],"native-tls-vendored":["native-tls","native-tls-crate/vendored"],"rustls-tls":["rustls-tls-webpki-roots"],"rustls-tls-manual-roots":["__rustls"],"rustls-tls-native-roots":["rustls-native-certs","__rustls"],"rustls-tls-webpki-roots":["webpki-roots","__rustls"],"socks":["tokio-socks"],"stream":[],"trust-dns":["trust-dns-resolver"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.4/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"],"targets":["x86_64-unknown-linux-gnu","wasm32-unknown-unknown"]}},"playground":{"features":["blocking","cookies","json","multipart"]}},"publish":null,"authors":["Sean McArthur "],"categories":["web-programming::http-client","wasm"],"keywords":["http","request","client"],"readme":"README.md","repository":"https://github.com/seanmonstar/reqwest","homepage":null,"documentation":"https://docs.rs/reqwest","edition":"2018","links":null},{"name":"router","version":"0.1.0","id":"router 0.1.0 (path+file:///home/cecile/repos/router)","license":null,"license_file":null,"description":null,"source":null,"dependencies":[{"name":"configuration","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/home/cecile/repos/router/crates/configuration"},{"name":"directories","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"execution","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/home/cecile/repos/router/crates/execution"},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.15","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["thread-pool"],"target":null,"registry":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.14","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"query-planner","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/home/cecile/repos/router/crates/query-planner"},{"name":"server","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/home/cecile/repos/router/crates/server"},{"name":"structopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.22","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.10.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["full"],"target":null,"registry":null}],"targets":[{"kind":["bin"],"crate_types":["bin"],"name":"router","src_path":"/home/cecile/repos/router/src/main.rs","edition":"2018","doc":true,"doctest":false,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"deps","src_path":"/home/cecile/repos/router/examples/deps.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/repos/router/Cargo.toml","metadata":null,"publish":null,"authors":["Apollo Graph, Inc. "],"categories":[],"keywords":[],"readme":"README.md","repository":null,"homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"rustc_version","version":"0.3.3","id":"rustc_version 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A library for querying the version of a installed rustc compiler","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"semver","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"doc-comment","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"rustc_version","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.3.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"all","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.3.3/tests/all.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.3.3/Cargo.toml","metadata":null,"publish":null,"authors":["Marvin Löbel "],"categories":[],"keywords":["version","rustc"],"readme":"README.md","repository":"https://github.com/Kimundi/rustc-version-rs","homepage":null,"documentation":"https://docs.rs/rustc_version/","edition":"2018","links":null},{"name":"rustversion","version":"1.0.5","id":"rustversion 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Conditional compilation according to rustc compiler version","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"rustversion","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rustversion-1.0.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compiletest","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rustversion-1.0.5/tests/compiletest.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_const","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rustversion-1.0.5/tests/test_const.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_eval","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rustversion-1.0.5/tests/test_eval.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_parse","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rustversion-1.0.5/tests/test_parse.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rustversion-1.0.5/build/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rustversion-1.0.5/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/dtolnay/rustversion","homepage":null,"documentation":"https://docs.rs/rustversion","edition":"2018","links":null},{"name":"rusty_v8","version":"0.22.3","id":"rusty_v8 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Rust bindings to V8","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.93","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"align-data","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.42","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"fslock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.6","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"which","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.1.0","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"rusty_v8","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rusty_v8-0.22.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"hello_world","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rusty_v8-0.22.3/examples/hello_world.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"shell","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rusty_v8-0.22.3/examples/shell.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"process","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rusty_v8-0.22.3/examples/process.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"slots","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rusty_v8-0.22.3/tests/slots.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_api","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rusty_v8-0.22.3/tests/test_api.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_api_entropy_source","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rusty_v8-0.22.3/tests/test_api_entropy_source.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_api_flags","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rusty_v8-0.22.3/tests/test_api_flags.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_single_threaded_default_platform","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rusty_v8-0.22.3/tests/test_single_threaded_default_platform.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_ui","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rusty_v8-0.22.3/tests/test_ui.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rusty_v8-0.22.3/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/rusty_v8-0.22.3/Cargo.toml","metadata":null,"publish":null,"authors":["the Deno authors"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/denoland/rusty_v8","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"ryu","version":"1.0.5","id":"ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR BSL-1.0","license_file":null,"description":"Fast floating point to string conversion","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"no-panic","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,"registry":null},{"name":"num_cpus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rand_xorshift","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"ryu","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"upstream_benchmark","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.5/examples/upstream_benchmark.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"common_test","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.5/tests/common_test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"d2s_table_test","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.5/tests/d2s_table_test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"d2s_test","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.5/tests/d2s_test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"exhaustive","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.5/tests/exhaustive.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"f2s_test","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.5/tests/f2s_test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"s2d_test","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.5/tests/s2d_test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"s2f_test","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.5/tests/s2f_test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.5/benches/bench.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.5/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"small":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.5/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/dtolnay/ryu","homepage":null,"documentation":"https://docs.rs/ryu","edition":"2018","links":null},{"name":"same-file","version":"1.0.6","id":"same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)","license":"Unlicense/MIT","license_file":null,"description":"A simple crate for determining whether two file paths point to the same file.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"doc-comment","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,"registry":null},{"name":"winapi-util","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":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"same-file","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/same-file-1.0.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"is_same_file","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/same-file-1.0.6/examples/is_same_file.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"is_stderr","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/same-file-1.0.6/examples/is_stderr.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/same-file-1.0.6/Cargo.toml","metadata":null,"publish":null,"authors":["Andrew Gallant "],"categories":[],"keywords":["same","file","equal","inode"],"readme":"README.md","repository":"https://github.com/BurntSushi/same-file","homepage":"https://github.com/BurntSushi/same-file","documentation":"https://docs.rs/same-file","edition":"2018","links":null},{"name":"schannel","version":"0.1.19","id":"schannel 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Schannel bindings for rust, allowing SSL/TLS (e.g. https) without openssl","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,"features":[],"target":null,"registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["lmcons","minschannel","securitybaseapi","schannel","sspi","sysinfoapi","timezoneapi","winbase","wincrypt","winerror"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"schannel","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/schannel-0.1.19/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/schannel-0.1.19/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc"}}},"publish":null,"authors":["Steven Fackler ","Steffen Butzer "],"categories":[],"keywords":["windows","schannel","tls","ssl","https"],"readme":"README.md","repository":"https://github.com/steffengy/schannel-rs","homepage":null,"documentation":"https://docs.rs/schannel/0/x86_64-pc-windows-gnu/schannel/","edition":"2015","links":null},{"name":"scopeguard","version":"1.1.0","id":"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A RAII scope guard that will run a given closure when it goes out of scope,\neven if the code between panics (assuming unwinding panic).\n\nDefines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as\nshorthands for guards with one of the implemented strategies.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"scopeguard","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"readme","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/examples/readme.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"default":["use_std"],"use_std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/Cargo.toml","metadata":{"release":{"no-dev-version":true}},"publish":null,"authors":["bluss"],"categories":["rust-patterns","no-std"],"keywords":["scope-guard","defer","panic","unwind"],"readme":null,"repository":"https://github.com/bluss/scopeguard","homepage":null,"documentation":"https://docs.rs/scopeguard/","edition":"2015","links":null},{"name":"security-framework","version":"2.3.1","id":"security-framework 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Security.framework bindings for macOS and iOS","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"core-foundation-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.95","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.14","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"security-framework-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tempdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"security-framework","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/security-framework-2.3.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"client","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/security-framework-2.3.1/examples/client.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"find_internet_password","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/security-framework-2.3.1/examples/find_internet_password.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"set_internet_password","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/security-framework-2.3.1/examples/set_internet_password.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"OSX_10_10":["OSX_10_9","security-framework-sys/OSX_10_10"],"OSX_10_11":["OSX_10_10","security-framework-sys/OSX_10_11"],"OSX_10_12":["OSX_10_11","security-framework-sys/OSX_10_12"],"OSX_10_13":["OSX_10_12","security-framework-sys/OSX_10_13","alpn","session-tickets"],"OSX_10_14":["OSX_10_13","security-framework-sys/OSX_10_14"],"OSX_10_9":["security-framework-sys/OSX_10_9"],"alpn":[],"default":["OSX_10_9"],"nightly":[],"session-tickets":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/security-framework-2.3.1/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-apple-darwin","aarch64-apple-ios"]}}},"publish":null,"authors":["Steven Fackler ","Kornel "],"categories":["os::macos-apis","cryptography","api-bindings"],"keywords":["iOS","TLS","SSL","crypto","keychain"],"readme":"README.md","repository":"https://github.com/kornelski/rust-security-framework","homepage":"https://lib.rs/crates/security_framework","documentation":"https://docs.rs/security_framework","edition":"2018","links":null},{"name":"security-framework-sys","version":"2.3.0","id":"security-framework-sys 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Apple `Security.framework` low-level FFI bindings","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"core-foundation-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.95","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"security-framework-sys","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/security-framework-sys-2.3.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"OSX_10_10":["OSX_10_9"],"OSX_10_11":["OSX_10_10"],"OSX_10_12":["OSX_10_11"],"OSX_10_13":["OSX_10_12"],"OSX_10_14":["OSX_10_13"],"OSX_10_9":[],"default":["OSX_10_9"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/security-framework-sys-2.3.0/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-apple-darwin","aarch64-apple-ios"]}}},"publish":null,"authors":["Steven Fackler ","Kornel "],"categories":["os::macos-apis","external-ffi-bindings"],"keywords":["ffi","iOS","TLS","SSL","crypto"],"readme":"README.md","repository":"https://github.com/kornelski/rust-security-framework","homepage":"https://lib.rs/crates/security-framework-sys","documentation":"https://kornelski.github.io/rust-security-framework/doc/security_framework_sys","edition":"2018","links":null},{"name":"semver","version":"0.11.0","id":"semver 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Semantic version parsing and comparison.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"diesel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"semver-parser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":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,"registry":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,"registry":null},{"name":"serde_json","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"semver","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.11.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"deprecation","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.11.0/tests/deprecation.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"diesel","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.11.0/tests/diesel.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"serde","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.11.0/tests/serde.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{"ci":["serde","diesel/sqlite"],"default":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.11.0/Cargo.toml","metadata":null,"publish":null,"authors":["Steve Klabnik ","The Rust Project Developers"],"categories":["development-tools","parser-implementations"],"keywords":["version","semantic","compare"],"readme":"README.md","repository":"https://github.com/steveklabnik/semver","homepage":"https://docs.rs/crate/semver/","documentation":"https://docs.rs/crate/semver/","edition":"2015","links":null},{"name":"semver","version":"1.0.4","id":"semver 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Parser and evaluator for Cargo's flavor of Semantic Versioning","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":false,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"semver","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_identifier","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.4/tests/test_identifier.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_version","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.4/tests/test_version.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_version_req","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.4/tests/test_version_req.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"parse","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.4/benches/parse.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.4/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.4/Cargo.toml","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","doc_cfg"],"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/dtolnay/semver","homepage":null,"documentation":"https://docs.rs/semver","edition":"2018","links":null},{"name":"semver-parser","version":"0.10.2","id":"semver-parser 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Parsing of the semver spec.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"pest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"pest_generator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"proc-macro2","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"semver-parser","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.10.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["bin"],"crate_types":["bin"],"name":"semver-parser","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.10.2/src/main.rs","edition":"2018","doc":true,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"genpest","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.10.2/tests/genpest.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.10.2/Cargo.toml","metadata":null,"publish":null,"authors":["Steve Klabnik "],"categories":["development-tools","parsing"],"keywords":["parser","semver","version","semantic"],"readme":"README.md","repository":"https://github.com/steveklabnik/semver-parser","homepage":"https://github.com/steveklabnik/semver-parser","documentation":"https://docs.rs/semver-parser","edition":"2018","links":null},{"name":"serde","version":"1.0.127","id":"serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR 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.127","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"serde","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.127/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.127/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"alloc":[],"default":["std"],"derive":["serde_derive"],"rc":[],"std":[],"unstable":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.127/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["derive","rc"]}},"publish":null,"authors":["Erick Tryzelaar ","David Tolnay "],"categories":["encoding"],"keywords":["serde","serialization","no_std"],"readme":"crates-io.md","repository":"https://github.com/serde-rs/serde","homepage":"https://serde.rs","documentation":"https://docs.serde.rs/serde/","edition":"2015","links":null},{"name":"serde_derive","version":"1.0.127","id":"serde_derive 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Macros 1.1 implementation of #[derive(Serialize, Deserialize)]","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":"^1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"quote","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,"registry":null},{"name":"syn","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,"registry":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,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"serde_derive","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.127/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.127/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"default":[],"deserialize_in_place":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.127/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["Erick Tryzelaar ","David Tolnay "],"categories":[],"keywords":["serde","serialization","no_std"],"readme":"crates-io.md","repository":"https://github.com/serde-rs/serde","homepage":"https://serde.rs","documentation":"https://serde.rs/derive.html","edition":"2015","links":null},{"name":"serde_json","version":"1.0.66","id":"serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"A JSON serialization file format","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"itoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"ryu","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,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.100","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"automod","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,"registry":null},{"name":"rustversion","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,"registry":null},{"name":"serde_bytes","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,"registry":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,"registry":null},{"name":"serde_stacker","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,"registry":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.19","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["diff"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"serde_json","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.66/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.66/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"alloc":["serde/alloc"],"arbitrary_precision":[],"default":["std"],"float_roundtrip":[],"preserve_order":["indexmap"],"raw_value":[],"std":["serde/std"],"unbounded_depth":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.66/Cargo.toml","metadata":{"docs":{"rs":{"features":["raw_value","unbounded_depth"],"rustdoc-args":["--cfg","docsrs"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["raw_value"]}},"publish":null,"authors":["Erick Tryzelaar ","David Tolnay "],"categories":["encoding"],"keywords":["json","serde","serialization"],"readme":"README.md","repository":"https://github.com/serde-rs/json","homepage":null,"documentation":"https://docs.serde.rs/serde_json/","edition":"2018","links":null},{"name":"serde_json_traversal","version":"0.2.0","id":"serde_json_traversal 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"A macro that creates the boilerplate to traverse JSON (js/ts style)","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"serde_json","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,"registry":null},{"name":"trybuild","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"serde_json_traversal","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json_traversal-0.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"success","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json_traversal-0.2.0/tests/success.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"ui","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json_traversal-0.2.0/tests/ui.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json_traversal-0.2.0/Cargo.toml","metadata":null,"publish":null,"authors":["Cecile Tonglet "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/cecton/serde_json_traversal","homepage":"https://github.com/cecton/serde_json_traversal","documentation":null,"edition":"2018","links":null},{"name":"serde_regex","version":"1.1.0","id":"serde_regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":" A serde wrapper that (de)serializes regex as strings\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"regex","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,"registry":null},{"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,"registry":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.39","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"serde_regex","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_regex-1.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_regex-1.1.0/Cargo.toml","metadata":null,"publish":null,"authors":["paul@colomiets.name"],"categories":["encoding"],"keywords":["serde","regex"],"readme":"README.md","repository":null,"homepage":"https://github.com/tailhook/serde-regex","documentation":"https://docs.rs/serde_regex","edition":"2018","links":null},{"name":"serde_urlencoded","version":"0.7.0","id":"serde_urlencoded 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"`x-www-form-urlencoded` meets Serde","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"form_urlencoded","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,"registry":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,"features":[],"target":null,"registry":null},{"name":"ryu","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,"registry":null},{"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,"registry":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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"serde_urlencoded","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_urlencoded-0.7.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"test_deserialize","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_urlencoded-0.7.0/tests/test_deserialize.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_serialize","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_urlencoded-0.7.0/tests/test_serialize.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_urlencoded-0.7.0/Cargo.toml","metadata":null,"publish":null,"authors":["Anthony Ramine "],"categories":["encoding","web-programming"],"keywords":["serde","serialization","urlencoded"],"readme":"README.md","repository":"https://github.com/nox/serde_urlencoded","homepage":null,"documentation":"https://docs.rs/serde_urlencoded/0.7.0/serde_urlencoded/","edition":"2018","links":null},{"name":"serde_v8","version":"0.3.0","id":"serde_v8 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Rust to V8 serialization and deserialization","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"rusty_v8","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.22.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.125","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"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,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.64","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"serde_v8","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_v8-0.3.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"basic","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_v8-0.3.0/examples/basic.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"de","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_v8-0.3.0/tests/de.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"magic","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_v8-0.3.0/tests/magic.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"ser","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_v8-0.3.0/tests/ser.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"de","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_v8-0.3.0/benches/de.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"ser","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_v8-0.3.0/benches/ser.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_v8-0.3.0/Cargo.toml","metadata":null,"publish":null,"authors":["the Deno authors"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/denoland/deno","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"serde_yaml","version":"0.8.17","id":"serde_yaml 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"YAML support for Serde","source":"registry+https://github.com/rust-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":true,"features":[],"target":null,"registry":null},{"name":"linked-hash-map","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.69","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"yaml-rust","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,"registry":null},{"name":"anyhow","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,"registry":null},{"name":"indoc","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,"registry":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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"serde_yaml","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_yaml-0.8.17/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_de","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_yaml-0.8.17/tests/test_de.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_error","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_yaml-0.8.17/tests/test_error.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_serde","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_yaml-0.8.17/tests/test_serde.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_value","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_yaml-0.8.17/tests/test_value.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_visitor","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_yaml-0.8.17/tests/test_visitor.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_yaml-0.8.17/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"categories":[],"keywords":["yaml","serde"],"readme":"README.md","repository":"https://github.com/dtolnay/serde-yaml","homepage":null,"documentation":"https://docs.rs/serde_yaml/","edition":"2018","links":null},{"name":"server","version":"0.1.0","id":"server 0.1.0 (path+file:///home/cecile/repos/router/crates/server)","license":null,"license_file":null,"description":null,"source":null,"dependencies":[{"name":"configuration","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/home/cecile/repos/router/crates/configuration"},{"name":"derivative","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,"registry":null},{"name":"derive_more","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.99.16","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"execution","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/home/cecile/repos/router/crates/execution"},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.15","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["thread-pool"],"target":null,"registry":null},{"name":"hotwatch","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,"registry":null},{"name":"hyper","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.11","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["full"],"target":null,"registry":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.14","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"mockall","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"query-planner","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/home/cecile/repos/router/crates/query-planner"},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.66","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_yaml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.17","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.26","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.10.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["full"],"target":null,"registry":null},{"name":"typed-builder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"ctor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.20","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"execution","source":null,"req":"*","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["mocks"],"target":null,"registry":null,"path":"/home/cecile/repos/router/crates/execution"},{"name":"insta","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"reqwest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.4","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"server","source":null,"req":"*","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["mocks"],"target":null,"registry":null,"path":"/home/cecile/repos/router/crates/server"},{"name":"uuid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["serde","v4"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"server","src_path":"/home/cecile/repos/router/crates/server/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"mocks":["mockall"]},"manifest_path":"/home/cecile/repos/router/crates/server/Cargo.toml","metadata":null,"publish":null,"authors":["Apollo Graph, Inc. "],"categories":[],"keywords":[],"readme":"README.md","repository":null,"homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"signal-hook","version":"0.3.9","id":"signal-hook 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0/MIT","license_file":null,"description":"Unix signal handling","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","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"signal-hook-registry","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serial_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"signal-hook","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-0.3.9/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"print","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-0.3.9/examples/print.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"default","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-0.3.9/tests/default.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"iterator","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-0.3.9/tests/iterator.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"shutdown","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-0.3.9/tests/shutdown.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-0.3.9/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"channel":[],"default":["channel","iterator"],"extended-siginfo":["channel","iterator","extended-siginfo-raw"],"extended-siginfo-raw":["cc"],"iterator":["channel"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-0.3.9/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["Michal 'vorner' Vaner ","Thomas Himmelstoss "],"categories":[],"keywords":["signal","unix","daemon"],"readme":"README.md","repository":"https://github.com/vorner/signal-hook","homepage":null,"documentation":"https://docs.rs/signal-hook","edition":"2018","links":null},{"name":"signal-hook-registry","version":"1.4.0","id":"signal-hook-registry 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0/MIT","license_file":null,"description":"Backend crate for signal-hook","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","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"signal-hook","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"signal-hook-registry","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-registry-1.4.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"unregister_signal","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-registry-1.4.0/tests/unregister_signal.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-registry-1.4.0/Cargo.toml","metadata":null,"publish":null,"authors":["Michal 'vorner' Vaner ","Masaki Hara "],"categories":[],"keywords":["signal","unix","daemon"],"readme":"README.md","repository":"https://github.com/vorner/signal-hook","homepage":null,"documentation":"https://docs.rs/signal-hook-registry","edition":"2015","links":null},{"name":"similar","version":"1.3.0","id":"similar 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0","license_file":null,"description":"A diff library for Rust","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bstr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.14","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"unicode-segmentation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"console","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"insta","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"similar","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/similar-1.3.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"assert","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/similar-1.3.0/examples/assert.rs","edition":"2018","required-features":["text","inline"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"patience","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/similar-1.3.0/examples/patience.rs","edition":"2018","required-features":["text","inline"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"terminal","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/similar-1.3.0/examples/terminal.rs","edition":"2018","required-features":["text"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"terminal-inline","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/similar-1.3.0/examples/terminal-inline.rs","edition":"2018","required-features":["text","inline","bytes"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"original-slices","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/similar-1.3.0/examples/original-slices.rs","edition":"2018","required-features":["text"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"udiff","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/similar-1.3.0/examples/udiff.rs","edition":"2018","required-features":["text","bytes"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"close-matches","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/similar-1.3.0/examples/close-matches.rs","edition":"2018","required-features":["text"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"large","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/similar-1.3.0/examples/large.rs","edition":"2018","required-features":["text"],"doc":false,"doctest":false,"test":false}],"features":{"bytes":["bstr","text"],"default":["text"],"inline":["text"],"text":[],"unicode":["text","unicode-segmentation","bstr/unicode"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/similar-1.3.0/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true}}},"publish":null,"authors":["Armin Ronacher ","Pierre-Étienne Meunier ","Brandon Williams "],"categories":[],"keywords":["diff","difference","patience","compare","changes"],"readme":"README.md","repository":"https://github.com/mitsuhiko/similar","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"siphasher","version":"0.3.5","id":"siphasher 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust","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,"registry":null},{"name":"serde_json","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"siphasher","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/siphasher-0.3.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"default":["std"],"serde_no_std":["serde/alloc"],"serde_std":["std","serde/std"],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/siphasher-0.3.5/Cargo.toml","metadata":null,"publish":null,"authors":["Frank Denis "],"categories":["algorithms","cryptography"],"keywords":["crypto","hash","siphash"],"readme":"README.md","repository":"https://github.com/jedisct1/rust-siphash","homepage":"https://docs.rs/siphasher","documentation":"https://docs.rs/siphasher","edition":"2018","links":null},{"name":"slab","version":"0.4.3","id":"slab 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Pre-allocated storage for a uniform data type","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.95","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"serde_test","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"slab","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"serde","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.3/tests/serde.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"slab","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.3/tests/slab.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.3/Cargo.toml","metadata":null,"publish":null,"authors":["Carl Lerche "],"categories":["memory-management","data-structures","no-std"],"keywords":["slab","allocator","no_std"],"readme":"README.md","repository":"https://github.com/tokio-rs/slab","homepage":"https://github.com/tokio-rs/slab","documentation":"https://docs.rs/slab/0.4.3/slab/","edition":"2015","links":null},{"name":"sluice","version":"0.5.4","id":"sluice 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Efficient ring buffer for byte buffers, FIFO queues, and SPSC channels","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"futures-channel","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,"registry":null},{"name":"futures-core","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,"registry":null},{"name":"futures-io","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,"registry":null},{"name":"criterion","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,"registry":null},{"name":"futures","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,"registry":null},{"name":"quickcheck","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,"registry":null},{"name":"quickcheck_macros","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"sluice","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/sluice-0.5.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"pipe","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/sluice-0.5.4/tests/pipe.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"pipe","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/sluice-0.5.4/benches/pipe.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/sluice-0.5.4/Cargo.toml","metadata":null,"publish":null,"authors":["Stephen M. Coakley "],"categories":["asynchronous","concurrency","data-structures"],"keywords":["buffer","pipe","channel"],"readme":"README.md","repository":"https://github.com/sagebind/sluice","homepage":null,"documentation":"https://docs.rs/sluice","edition":"2018","links":null},{"name":"smallvec","version":"1.6.1","id":"smallvec 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"'Small vector' optimization: store up to a small number of items on the stack","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","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"smallvec","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.6.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macro","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.6.1/tests/macro.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.6.1/benches/bench.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"const_generics":[],"may_dangle":[],"specialization":[],"union":[],"write":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.6.1/Cargo.toml","metadata":null,"publish":null,"authors":["The Servo Project Developers"],"categories":["data-structures"],"keywords":["small","vec","vector","stack","no_std"],"readme":"README.md","repository":"https://github.com/servo/rust-smallvec","homepage":null,"documentation":"https://docs.rs/smallvec/","edition":"2018","links":null},{"name":"socket2","version":"0.4.0","id":"socket2 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Utilities for handling networking sockets with a maximal amount of configuration\npossible intended.\n","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.86","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["handleapi","ws2ipdef","ws2tcpip"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"socket2","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"all":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.0/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"playground":{"features":["all"]}},"publish":null,"authors":["Alex Crichton ","Thomas de Zeeuw "],"categories":["api-bindings","network-programming"],"keywords":["io","socket","network"],"readme":"README.md","repository":"https://github.com/rust-lang/socket2","homepage":"https://github.com/rust-lang/socket2","documentation":"https://docs.rs/socket2","edition":"2018","links":null},{"name":"string_cache","version":"0.8.1","id":"string_cache 0.8.1 (registry+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.","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","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"new_debug_unreachable","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,"registry":null},{"name":"phf_shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"precomputed-hash","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,"registry":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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"string_cache","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/string_cache-0.8.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"simple","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/string_cache-0.8.1/examples/simple.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"small-stack","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/string_cache-0.8.1/tests/small-stack.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"default":["serde_support"],"serde_support":["serde"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/string_cache-0.8.1/Cargo.toml","metadata":null,"publish":null,"authors":["The Servo Project Developers"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/servo/string-cache","homepage":null,"documentation":"https://docs.rs/string_cache/","edition":"2018","links":null},{"name":"strsim","version":"0.8.0","id":"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Implementations of string similarity metrics.\nIncludes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, and Jaro-Winkler.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"strsim","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.8.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"lib","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.8.0/tests/lib.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"benches","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.8.0/benches/benches.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.8.0/Cargo.toml","metadata":null,"publish":null,"authors":["Danny Guo "],"categories":[],"keywords":["string","similarity","Hamming","Levenshtein","Jaro"],"readme":"README.md","repository":"https://github.com/dguo/strsim-rs","homepage":"https://github.com/dguo/strsim-rs","documentation":"https://docs.rs/strsim/","edition":"2015","links":null},{"name":"structopt","version":"0.3.22","id":"structopt 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"Parse command line argument by defining a struct.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.33","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"paw","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":"paw_dep","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"structopt-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.4.15","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustversion","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,"registry":null},{"name":"strum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.5","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["diff"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"structopt","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"after_help","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/examples/after_help.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"at_least_two","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/examples/at_least_two.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"basic","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/examples/basic.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"deny_missing_docs","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/examples/deny_missing_docs.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"doc_comments","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/examples/doc_comments.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"enum_in_args","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/examples/enum_in_args.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"enum_in_args_with_strum","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/examples/enum_in_args_with_strum.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"enum_tuple","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/examples/enum_tuple.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"env","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/examples/env.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"example","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/examples/example.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"flatten","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/examples/flatten.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"gen_completions","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/examples/gen_completions.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"git","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/examples/git.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"group","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/examples/group.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"keyvalue","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/examples/keyvalue.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"negative_flag","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/examples/negative_flag.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"no_version","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/examples/no_version.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"rename_all","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/examples/rename_all.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"required_if","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/examples/required_if.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"skip","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/examples/skip.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"subcommand_aliases","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/examples/subcommand_aliases.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"true_or_false","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/examples/true_or_false.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"argument_naming","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/argument_naming.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"arguments","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/arguments.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"author_version_about","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/author_version_about.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"custom-string-parsers","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/custom-string-parsers.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"default_value","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/default_value.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"deny-warnings","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/deny-warnings.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"doc-comments-help","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/doc-comments-help.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"explicit_name_no_renaming","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/explicit_name_no_renaming.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"flags","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/flags.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"flatten","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/flatten.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"generics","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/generics.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"issues","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/issues.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macro-errors","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/macro-errors.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"nested-subcommands","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/nested-subcommands.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"non_literal_attributes","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/non_literal_attributes.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"options","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/options.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"privacy","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/privacy.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"raw_bool_literal","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/raw_bool_literal.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"raw_idents","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/raw_idents.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"regressions","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/regressions.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rename_all_env","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/rename_all_env.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"skip","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/skip.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"special_types","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/special_types.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"subcommands","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/subcommands.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"utils","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/utils.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"we_need_syn_full","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/tests/we_need_syn_full.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"color":["clap/color"],"debug":["clap/debug"],"default":["clap/default"],"doc":["clap/doc"],"lints":["clap/lints"],"no_cargo":["clap/no_cargo"],"paw":["structopt-derive/paw","paw_dep"],"suggestions":["clap/suggestions"],"wrap_help":["clap/wrap_help"],"yaml":["clap/yaml"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.22/Cargo.toml","metadata":null,"publish":null,"authors":["Guillaume Pinot ","others"],"categories":["command-line-interface"],"keywords":["clap","cli","derive","docopt"],"readme":"README.md","repository":"https://github.com/TeXitoi/structopt","homepage":null,"documentation":"https://docs.rs/structopt","edition":"2018","links":null},{"name":"structopt-derive","version":"0.4.15","id":"structopt-derive 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0/MIT","license_file":null,"description":"Parse command line argument by defining a struct, derive crate.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"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":[],"target":null,"registry":null},{"name":"proc-macro-error","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,"registry":null},{"name":"proc-macro2","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,"registry":null},{"name":"quote","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,"registry":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["full"],"target":null,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"structopt-derive","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-derive-0.4.15/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"paw":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-derive-0.4.15/Cargo.toml","metadata":null,"publish":null,"authors":["Guillaume Pinot "],"categories":["command-line-interface"],"keywords":["clap","cli","derive","docopt"],"readme":null,"repository":"https://github.com/TeXitoi/structopt","homepage":null,"documentation":"https://docs.rs/structopt-derive","edition":"2018","links":null},{"name":"syn","version":"1.0.73","id":"syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"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":"^1.0.26","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"quote","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,"registry":null},{"name":"unicode-xid","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,"registry":null},{"name":"anyhow","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,"registry":null},{"name":"flate2","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,"registry":null},{"name":"insta","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,"registry":null},{"name":"rayon","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,"registry":null},{"name":"ref-cast","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,"registry":null},{"name":"regex","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,"registry":null},{"name":"reqwest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["blocking"],"target":null,"registry":null},{"name":"syn-test-suite","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,"registry":null},{"name":"tar","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.16","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"termcolor","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,"registry":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"syn","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_asyncness","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_asyncness.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_attribute","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_attribute.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_derive_input","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_derive_input.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_expr","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_expr.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_generics","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_generics.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_grouping","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_grouping.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_ident","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_ident.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_item","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_item.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_iterators","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_iterators.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_lit","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_lit.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_meta","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_meta.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_parse_buffer","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_parse_buffer.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_parse_stream","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_parse_stream.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_pat","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_pat.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_path","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_path.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_precedence","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_precedence.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_receiver","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_receiver.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_round_trip","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_round_trip.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_shebang","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_shebang.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_should_parse","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_should_parse.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_size","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_size.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_stmt","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_stmt.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_token_trees","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_token_trees.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_ty","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_ty.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_visibility","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/test_visibility.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"zzz_stable","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/tests/zzz_stable.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"rust","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/benches/rust.rs","edition":"2018","required-features":["full","parsing"],"doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"file","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/benches/file.rs","edition":"2018","required-features":["full","parsing"],"doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"clone-impls":[],"default":["derive","parsing","printing","clone-impls","proc-macro"],"derive":[],"extra-traits":[],"fold":[],"full":[],"parsing":[],"printing":["quote"],"proc-macro":["proc-macro2/proc-macro","quote/proc-macro"],"test":["syn-test-suite/all-features"],"visit":[],"visit-mut":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["full","visit","visit-mut","fold","extra-traits"]}},"publish":null,"authors":["David Tolnay "],"categories":["development-tools::procedural-macro-helpers"],"keywords":[],"readme":"README.md","repository":"https://github.com/dtolnay/syn","homepage":null,"documentation":"https://docs.rs/syn","edition":"2018","links":null},{"name":"tar","version":"0.4.36","id":"tar 0.4.36 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A Rust implementation of a TAR file reader and writer. This library does not\ncurrently handle compression, but it is abstract over all I/O readers and\nwriters. Additionally, great lengths are taken to ensure that the entire\ncontents are never required to be entirely resident in memory all at once.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"filetime","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":null,"registry":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","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(unix)","registry":null},{"name":"xattr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(unix)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"tar","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tar-0.4.36/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"extract_file","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tar-0.4.36/examples/extract_file.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"list","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tar-0.4.36/examples/list.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"raw_list","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tar-0.4.36/examples/raw_list.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"write","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tar-0.4.36/examples/write.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"all","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tar-0.4.36/tests/all.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"entry","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tar-0.4.36/tests/entry.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"default":["xattr"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tar-0.4.36/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":["tar","tarfile","encoding"],"readme":"README.md","repository":"https://github.com/alexcrichton/tar-rs","homepage":"https://github.com/alexcrichton/tar-rs","documentation":"https://docs.rs/tar","edition":"2018","links":null},{"name":"tempfile","version":"3.2.0","id":"tempfile 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"A library for managing temporary files and directories.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cfg-if","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,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"remove_dir_all","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,"registry":null},{"name":"redox_syscall","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(target_os = \"redox\")","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.27","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["fileapi","handleapi","winbase"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"tempfile","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"namedtempfile","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.2.0/tests/namedtempfile.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"spooled","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.2.0/tests/spooled.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tempdir","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.2.0/tests/tempdir.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tempfile","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.2.0/tests/tempfile.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.2.0/Cargo.toml","metadata":null,"publish":null,"authors":["Steven Allen ","The Rust Project Developers","Ashley Mannix ","Jason White "],"categories":[],"keywords":["tempfile","tmpfile","filesystem"],"readme":"README.md","repository":"https://github.com/Stebalien/tempfile","homepage":"http://stebalien.com/projects/tempfile-rs","documentation":"https://docs.rs/tempfile","edition":"2018","links":null},{"name":"term","version":"0.7.0","id":"term 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A terminal formatting library\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"dirs-next","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,"registry":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["consoleapi","wincon","handleapi","fileapi"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"term","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.7.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"terminfo","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.7.0/tests/terminfo.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"default":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.7.0/Cargo.toml","metadata":null,"publish":null,"authors":["The Rust Project Developers","Steven Allen"],"categories":["command-line-interface"],"keywords":[],"readme":"README.md","repository":"https://github.com/Stebalien/term","homepage":"https://github.com/Stebalien/term","documentation":"https://docs.rs/term/","edition":"2018","links":null},{"name":"termcolor","version":"1.1.2","id":"termcolor 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"Unlicense OR MIT","license_file":null,"description":"A simple cross platform library for writing colored text to a terminal.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"winapi-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"termcolor","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/termcolor-1.1.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/termcolor-1.1.2/Cargo.toml","metadata":null,"publish":null,"authors":["Andrew Gallant "],"categories":[],"keywords":["windows","win","color","ansi","console"],"readme":"README.md","repository":"https://github.com/BurntSushi/termcolor","homepage":"https://github.com/BurntSushi/termcolor","documentation":"https://docs.rs/termcolor","edition":"2018","links":null},{"name":"terminal_size","version":"0.1.17","id":"terminal_size 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Gets the size of your Linux or Windows terminal","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","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(windows))","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["handleapi","processenv","winbase","wincon","winnt"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"terminal_size","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/terminal_size-0.1.17/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"get_size","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/terminal_size-0.1.17/examples/get_size.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/terminal_size-0.1.17/Cargo.toml","metadata":null,"publish":null,"authors":["Andrew Chin "],"categories":[],"keywords":["terminal","console","term","size","dimensions"],"readme":"README.md","repository":"https://github.com/eminence/terminal-size","homepage":null,"documentation":"http://eminence.github.io/terminal-size/doc/terminal_size/index.html","edition":"2018","links":null},{"name":"textwrap","version":"0.11.0","id":"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Textwrap is a small library for word wrapping, indenting, and\ndedenting strings.\n\nYou can use it to format strings (such as help and error messages) for\ndisplay in commandline applications. It is designed to be efficient\nand handle Unicode characters correctly.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"hyphenation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["embed_all"],"target":null,"registry":null},{"name":"term_size","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,"registry":null},{"name":"unicode-width","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"lipsum","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,"registry":null},{"name":"rand","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,"registry":null},{"name":"rand_xorshift","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,"registry":null},{"name":"version-sync","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"textwrap","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/textwrap-0.11.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"layout","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/textwrap-0.11.0/examples/layout.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"termwidth","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/textwrap-0.11.0/examples/termwidth.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"version-numbers","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/textwrap-0.11.0/tests/version-numbers.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"linear","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/textwrap-0.11.0/benches/linear.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/textwrap-0.11.0/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true}}},"publish":null,"authors":["Martin Geisler "],"categories":["text-processing","command-line-interface"],"keywords":["text","formatting","wrap","typesetting","hyphenation"],"readme":"README.md","repository":"https://github.com/mgeisler/textwrap","homepage":null,"documentation":"https://docs.rs/textwrap/","edition":"2015","links":null},{"name":"thiserror","version":"1.0.26","id":"thiserror 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"derive(Error)","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"thiserror-impl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.26","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"anyhow","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,"registry":null},{"name":"ref-cast","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,"registry":null},{"name":"rustversion","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,"registry":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.19","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["diff"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"thiserror","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.26/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compiletest","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.26/tests/compiletest.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_backtrace","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.26/tests/test_backtrace.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_display","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.26/tests/test_display.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_error","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.26/tests/test_error.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_expr","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.26/tests/test_expr.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_from","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.26/tests/test_from.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_lints","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.26/tests/test_lints.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_option","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.26/tests/test_option.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_path","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.26/tests/test_path.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_source","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.26/tests/test_source.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_transparent","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.26/tests/test_transparent.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.26/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"categories":["rust-patterns"],"keywords":[],"readme":"README.md","repository":"https://github.com/dtolnay/thiserror","homepage":null,"documentation":"https://docs.rs/thiserror","edition":"2018","links":null},{"name":"thiserror-impl","version":"1.0.26","id":"thiserror-impl 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Implementation detail of the `thiserror` crate","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":"^1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"quote","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,"registry":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.45","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"thiserror-impl","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/dtolnay/thiserror","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"thread_local","version":"1.1.3","id":"thread_local 1.1.3 (registry+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":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"thread_local","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-1.1.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"thread_local","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-1.1.3/benches/thread_local.rs","edition":"2018","required-features":["criterion"],"doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-1.1.3/Cargo.toml","metadata":null,"publish":null,"authors":["Amanieu d'Antras "],"categories":[],"keywords":["thread_local","concurrent","thread"],"readme":"README.md","repository":"https://github.com/Amanieu/thread_local-rs","homepage":null,"documentation":"https://docs.rs/thread_local/","edition":"2018","links":null},{"name":"tiny-keccak","version":"2.0.2","id":"tiny-keccak 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"CC0-1.0","license_file":null,"description":"An implementation of Keccak derived functions.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"crunchy","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"tiny-keccak","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tiny-keccak-2.0.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"sha3","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tiny-keccak-2.0.2/examples/sha3.rs","edition":"2018","required-features":["sha3"],"doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"keccak","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tiny-keccak-2.0.2/tests/keccak.rs","edition":"2018","required-features":["keccak"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"cshake","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tiny-keccak-2.0.2/tests/cshake.rs","edition":"2018","required-features":["cshake"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tuple_hash","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tiny-keccak-2.0.2/tests/tuple_hash.rs","edition":"2018","required-features":["tuple_hash"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"kangaroo","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tiny-keccak-2.0.2/tests/kangaroo.rs","edition":"2018","required-features":["k12"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sha3","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tiny-keccak-2.0.2/tests/sha3.rs","edition":"2018","required-features":["sha3"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"shake","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tiny-keccak-2.0.2/tests/shake.rs","edition":"2018","required-features":["shake"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"kmac","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tiny-keccak-2.0.2/tests/kmac.rs","edition":"2018","required-features":["kmac"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"parallel_hash","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tiny-keccak-2.0.2/tests/parallel_hash.rs","edition":"2018","required-features":["parallel_hash"],"doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"keccak","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tiny-keccak-2.0.2/benches/keccak.rs","edition":"2018","required-features":["keccak"],"doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"kangaroo","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tiny-keccak-2.0.2/benches/kangaroo.rs","edition":"2018","required-features":["k12"],"doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tiny-keccak-2.0.2/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"cshake":[],"default":[],"fips202":["keccak","shake","sha3"],"k12":[],"keccak":[],"kmac":["cshake"],"parallel_hash":["cshake"],"sha3":[],"shake":[],"sp800":["cshake","kmac","tuple_hash"],"tuple_hash":["cshake"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tiny-keccak-2.0.2/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true}}},"publish":null,"authors":["debris "],"categories":["cryptography","no-std"],"keywords":["hash","sha3","keccak","crypto","kangarootwelve"],"readme":"README.md","repository":null,"homepage":"https://github.com/debris/tiny-keccak","documentation":null,"edition":"2018","links":null},{"name":"tinyvec","version":"1.2.0","id":"tinyvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Zlib OR Apache-2.0 OR MIT","license_file":null,"description":"`tinyvec` provides 100% safe vec-like data structures.","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":false,"features":[],"target":null,"registry":null},{"name":"tinyvec_macros","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,"registry":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_test","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"tinyvec","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tinyvec-1.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tinyvec","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tinyvec-1.2.0/tests/tinyvec.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"arrayvec","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tinyvec-1.2.0/tests/arrayvec.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"macros","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tinyvec-1.2.0/benches/macros.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":false}],"features":{"alloc":["tinyvec_macros"],"default":[],"experimental_write_impl":[],"grab_spare_slice":[],"nightly_const_generics":[],"nightly_slice_partition_dedup":[],"rustc_1_40":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tinyvec-1.2.0/Cargo.toml","metadata":{"docs":{"rs":{"features":["alloc","grab_spare_slice","rustc_1_40","serde"],"rustdoc-args":["--cfg","docs_rs"]}},"playground":{"features":["alloc","grab_spare_slice","rustc_1_40","serde"]}},"publish":null,"authors":["Lokathor "],"categories":["data-structures","no-std"],"keywords":["vec","no_std","no-std"],"readme":"README.md","repository":"https://github.com/Lokathor/tinyvec","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"tinyvec_macros","version":"0.1.0","id":"tinyvec_macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0 OR Zlib","license_file":null,"description":"Some macros for tiny containers","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"tinyvec_macros","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tinyvec_macros-0.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tinyvec_macros-0.1.0/Cargo.toml","metadata":null,"publish":null,"authors":["Soveu "],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/Soveu/tinyvec_macros","homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"tokio","version":"1.10.0","id":"tokio 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"An event-driven, non-blocking I/O platform for writing asynchronous I/O\nbacked applications.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"mio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.6","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"num_cpus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"pin-project-lite","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,"registry":null},{"name":"tokio-macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"async-stream","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,"registry":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["async-await"],"target":null,"registry":null},{"name":"mockall","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"proptest","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,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"socket2","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,"registry":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tokio-stream","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,"registry":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["futures","checkpoint"],"target":"cfg(loom)","registry":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.21","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":["std"],"target":"cfg(tokio_unstable)","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.42","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(unix)","registry":null},{"name":"signal-hook-registry","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(unix)","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.42","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","registry":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.22.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":"cfg(windows)","registry":null},{"name":"ntapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"tokio","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"_require_full","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/_require_full.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"async_send_sync","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/async_send_sync.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"buffered","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/buffered.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"fs","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/fs.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"fs_copy","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/fs_copy.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"fs_dir","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/fs_dir.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"fs_file","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/fs_file.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"fs_link","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/fs_link.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_async_fd","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_async_fd.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_async_read","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_async_read.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_buf_reader","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_buf_reader.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_buf_writer","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_buf_writer.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_chain","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_chain.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_copy","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_copy.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_copy_bidirectional","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_copy_bidirectional.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_driver","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_driver.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_driver_drop","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_driver_drop.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_lines","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_lines.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_mem_stream","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_mem_stream.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_read","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_read.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_read_buf","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_read_buf.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_read_exact","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_read_exact.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_read_line","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_read_line.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_read_to_end","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_read_to_end.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_read_to_string","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_read_to_string.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_read_until","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_read_until.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_split","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_split.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_take","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_take.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_write","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_write.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_write_all","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_write_all.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_write_all_buf","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_write_all_buf.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_write_buf","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_write_buf.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_write_int","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/io_write_int.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macros_join","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/macros_join.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macros_pin","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/macros_pin.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macros_select","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/macros_select.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macros_test","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/macros_test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macros_try_join","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/macros_try_join.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"named_pipe","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/named_pipe.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"net_bind_resource","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/net_bind_resource.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"net_lookup_host","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/net_lookup_host.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"no_rt","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/no_rt.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"process_arg0","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/process_arg0.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"process_issue_2174","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/process_issue_2174.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"process_issue_42","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/process_issue_42.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"process_kill_on_drop","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/process_kill_on_drop.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"process_raw_handle","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/process_raw_handle.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"process_smoke","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/process_smoke.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rt_basic","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/rt_basic.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rt_common","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/rt_common.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rt_handle_block_on","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/rt_handle_block_on.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rt_threaded","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/rt_threaded.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"signal_ctrl_c","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/signal_ctrl_c.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"signal_drop_recv","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/signal_drop_recv.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"signal_drop_rt","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/signal_drop_rt.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"signal_drop_signal","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/signal_drop_signal.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"signal_multi_rt","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/signal_multi_rt.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"signal_no_rt","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/signal_no_rt.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"signal_notify_both","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/signal_notify_both.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"signal_twice","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/signal_twice.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"signal_usr1","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/signal_usr1.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_barrier","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/sync_barrier.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_broadcast","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/sync_broadcast.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_errors","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/sync_errors.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_mpsc","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/sync_mpsc.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_mutex","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/sync_mutex.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_mutex_owned","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/sync_mutex_owned.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_notify","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/sync_notify.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_once_cell","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/sync_once_cell.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_oneshot","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/sync_oneshot.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_rwlock","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/sync_rwlock.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_semaphore","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/sync_semaphore.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_semaphore_owned","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/sync_semaphore_owned.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_watch","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/sync_watch.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"task_abort","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/task_abort.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"task_blocking","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/task_blocking.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"task_builder","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/task_builder.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"task_local","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/task_local.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"task_local_set","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/task_local_set.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tcp_accept","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/tcp_accept.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tcp_connect","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/tcp_connect.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tcp_echo","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/tcp_echo.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tcp_into_split","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/tcp_into_split.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tcp_into_std","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/tcp_into_std.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tcp_peek","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/tcp_peek.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tcp_shutdown","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/tcp_shutdown.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tcp_socket","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/tcp_socket.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tcp_split","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/tcp_split.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tcp_stream","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/tcp_stream.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_clock","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/test_clock.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"time_interval","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/time_interval.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"time_pause","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/time_pause.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"time_rt","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/time_rt.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"time_sleep","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/time_sleep.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"time_timeout","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/time_timeout.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"udp","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/udp.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"uds_cred","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/uds_cred.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"uds_datagram","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/uds_datagram.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"uds_split","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/uds_split.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"uds_stream","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/tests/uds_stream.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":[],"fs":[],"full":["fs","io-util","io-std","macros","net","parking_lot","process","rt","rt-multi-thread","signal","sync","time"],"io-std":[],"io-util":["memchr","bytes"],"macros":["tokio-macros"],"net":["libc","mio/os-poll","mio/os-util","mio/tcp","mio/udp","mio/uds","winapi/namedpipeapi"],"process":["bytes","once_cell","libc","mio/os-poll","mio/os-util","mio/uds","signal-hook-registry","winapi/threadpoollegacyapiset"],"rt":[],"rt-multi-thread":["num_cpus","rt"],"signal":["once_cell","libc","mio/os-poll","mio/uds","mio/os-util","signal-hook-registry","winapi/consoleapi"],"sync":[],"test-util":["rt","sync","time"],"time":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.10.0/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"playground":{"features":["full","test-util"]}},"publish":null,"authors":["Tokio Contributors "],"categories":["asynchronous","network-programming"],"keywords":["io","async","non-blocking","futures"],"readme":"README.md","repository":"https://github.com/tokio-rs/tokio","homepage":"https://tokio.rs","documentation":"https://docs.rs/tokio/1.10.0/tokio/","edition":"2018","links":null},{"name":"tokio-macros","version":"1.2.0","id":"tokio-macros 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Tokio's proc macros.\n","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":"^1.0.7","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"quote","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,"registry":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.56","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["full"],"target":null,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["full"],"target":null,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"tokio-macros","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-macros-1.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-macros-1.2.0/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true}}},"publish":null,"authors":["Tokio Contributors "],"categories":["asynchronous"],"keywords":[],"readme":"README.md","repository":"https://github.com/tokio-rs/tokio","homepage":"https://tokio.rs","documentation":"https://docs.rs/tokio-macros/1.2.0/tokio_macros","edition":"2018","links":null},{"name":"tokio-native-tls","version":"0.3.0","id":"tokio-native-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"An implementation of TLS/SSL streams for Tokio using native-tls giving an implementation of TLS\nfor nonblocking I/O streams.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"native-tls","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,"registry":null},{"name":"tokio","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,"registry":null},{"name":"cfg-if","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,"registry":null},{"name":"env_logger","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,"registry":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["async-await"],"target":null,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["macros","rt","rt-multi-thread","io-util","net"],"target":null,"registry":null},{"name":"tokio-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["full"],"target":null,"registry":null},{"name":"openssl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(not(target_os = \"macos\"), not(windows), not(target_os = \"ios\")))","registry":null},{"name":"security-framework","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":"cfg(any(target_os = \"macos\", target_os = \"ios\"))","registry":null},{"name":"schannel","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":"cfg(windows)","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["lmcons","basetsd","minwinbase","minwindef","ntdef","sysinfoapi","timezoneapi","wincrypt","winerror"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"tokio-native-tls","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-native-tls-0.3.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"download-rust-lang","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-native-tls-0.3.0/examples/download-rust-lang.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"echo","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-native-tls-0.3.0/examples/echo.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"bad","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-native-tls-0.3.0/tests/bad.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"google","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-native-tls-0.3.0/tests/google.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"smoke","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-native-tls-0.3.0/tests/smoke.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-native-tls-0.3.0/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true}}},"publish":null,"authors":["Tokio Contributors "],"categories":["asynchronous","network-programming"],"keywords":[],"readme":"README.md","repository":"https://github.com/tokio-rs/tls","homepage":"https://tokio.rs","documentation":"https://docs.rs/tokio-native-tls","edition":"2018","links":null},{"name":"tokio-util","version":"0.6.7","id":"tokio-util 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Additional utilities for working with Tokio.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bytes","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,"registry":null},{"name":"futures-core","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":[],"target":null,"registry":null},{"name":"futures-io","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,"registry":null},{"name":"futures-sink","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":[],"target":null,"registry":null},{"name":"futures-util","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,"registry":null},{"name":"log","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,"registry":null},{"name":"pin-project-lite","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,"registry":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tokio","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":["sync"],"target":null,"registry":null},{"name":"async-stream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["full"],"target":null,"registry":null},{"name":"tokio-stream","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,"registry":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"tokio-util","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-0.6.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"_require_full","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-0.6.7/tests/_require_full.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"codecs","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-0.6.7/tests/codecs.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"context","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-0.6.7/tests/context.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"framed","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-0.6.7/tests/framed.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"framed_read","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-0.6.7/tests/framed_read.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"framed_write","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-0.6.7/tests/framed_write.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_reader_stream","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-0.6.7/tests/io_reader_stream.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_stream_reader","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-0.6.7/tests/io_stream_reader.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"length_delimited","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-0.6.7/tests/length_delimited.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"mpsc","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-0.6.7/tests/mpsc.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"poll_semaphore","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-0.6.7/tests/poll_semaphore.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"reusable_box","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-0.6.7/tests/reusable_box.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_cancellation_token","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-0.6.7/tests/sync_cancellation_token.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"time_delay_queue","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-0.6.7/tests/time_delay_queue.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"udp","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-0.6.7/tests/udp.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"__docs_rs":["futures-util"],"codec":[],"compat":["futures-io"],"default":[],"full":["codec","compat","io","time","net","rt"],"io":[],"net":["tokio/net"],"rt":["tokio/rt"],"time":["tokio/time","slab"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-0.6.7/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["Tokio Contributors "],"categories":["asynchronous"],"keywords":[],"readme":"README.md","repository":"https://github.com/tokio-rs/tokio","homepage":"https://tokio.rs","documentation":"https://docs.rs/tokio-util/0.6.7/tokio_util","edition":"2018","links":null},{"name":"tower-service","version":"0.3.1","id":"tower-service 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Trait representing an asynchronous, request / response based, client or server.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"futures","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,"registry":null},{"name":"http","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,"registry":null},{"name":"tokio","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,"registry":null},{"name":"tower-layer","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"tower-service","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tower-service-0.3.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tower-service-0.3.1/Cargo.toml","metadata":null,"publish":null,"authors":["Tower Maintainers "],"categories":["asynchronous","network-programming"],"keywords":[],"readme":"README.md","repository":"https://github.com/tower-rs/tower","homepage":"https://github.com/tower-rs/tower","documentation":"https://docs.rs/tower-service/0.3.1","edition":"2018","links":null},{"name":"tracing","version":"0.1.26","id":"tracing 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Application-level tracing 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-index","req":"^1.0.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"pin-project-lite","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,"registry":null},{"name":"tracing-attributes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.15","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tracing-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.18","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"futures","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,"registry":null},{"name":"log","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,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.21","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["rt-core"],"target":null,"registry":null},{"name":"wasm-bindgen-test","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":"cfg(target_arch = \"wasm32\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"tracing","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.26/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"event","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.26/tests/event.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"filter_caching_is_lexically_scoped","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.26/tests/filter_caching_is_lexically_scoped.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"filters_are_not_reevaluated_for_the_same_span","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.26/tests/filters_are_not_reevaluated_for_the_same_span.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"filters_are_reevaluated_for_different_call_sites","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.26/tests/filters_are_reevaluated_for_different_call_sites.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"filters_dont_leak","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.26/tests/filters_dont_leak.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macro_imports","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.26/tests/macro_imports.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macros","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.26/tests/macros.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"max_level_hint","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.26/tests/max_level_hint.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"multiple_max_level_hints","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.26/tests/multiple_max_level_hints.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"span","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.26/tests/span.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"subscriber","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.26/tests/subscriber.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"subscriber","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.26/benches/subscriber.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"no_subscriber","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.26/benches/no_subscriber.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"async-await":[],"attributes":["tracing-attributes"],"default":["std","attributes"],"log-always":["log"],"max_level_debug":[],"max_level_error":[],"max_level_info":[],"max_level_off":[],"max_level_trace":[],"max_level_warn":[],"release_max_level_debug":[],"release_max_level_error":[],"release_max_level_info":[],"release_max_level_off":[],"release_max_level_trace":[],"release_max_level_warn":[],"std":["tracing-core/std"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.26/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["Eliza Weisman ","Tokio Contributors "],"categories":["development-tools::debugging","development-tools::profiling","asynchronous","no-std"],"keywords":["logging","tracing","metrics","async"],"readme":"README.md","repository":"https://github.com/tokio-rs/tracing","homepage":"https://tokio.rs","documentation":null,"edition":"2018","links":null},{"name":"tracing-attributes","version":"0.1.15","id":"tracing-attributes 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Procedural macro attributes for automatically instrumenting functions.\n","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":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"quote","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,"registry":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["full","parsing","printing","visit","visit-mut","clone-impls","extra-traits","proc-macro"],"target":null,"registry":null},{"name":"async-trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.44","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tracing","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,"registry":null},{"name":"tracing-core","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,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"tracing-attributes","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.15/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"async_fn","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.15/tests/async_fn.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"destructuring","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.15/tests/destructuring.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"err","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.15/tests/err.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"fields","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.15/tests/fields.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"instrument","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.15/tests/instrument.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"levels","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.15/tests/levels.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"names","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.15/tests/names.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"support","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.15/tests/support.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"targets","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.15/tests/targets.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"async-await":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.15/Cargo.toml","metadata":null,"publish":null,"authors":["Tokio Contributors ","Eliza Weisman ","David Barsky "],"categories":["development-tools::debugging","development-tools::profiling","asynchronous"],"keywords":["logging","tracing","macro","instrument","log"],"readme":"README.md","repository":"https://github.com/tokio-rs/tracing","homepage":"https://tokio.rs","documentation":null,"edition":"2018","links":null},{"name":"tracing-core","version":"0.1.18","id":"tracing-core 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Core primitives for application-level tracing.\n","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","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"tracing-core","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.18/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"dispatch","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.18/tests/dispatch.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"global_dispatch","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.18/tests/global_dispatch.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macros","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.18/tests/macros.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"default":["std"],"std":["lazy_static"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.18/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["Tokio Contributors "],"categories":["development-tools::debugging","development-tools::profiling","asynchronous"],"keywords":["logging","tracing","profiling"],"readme":"README.md","repository":"https://github.com/tokio-rs/tracing","homepage":"https://tokio.rs","documentation":null,"edition":"2018","links":null},{"name":"tracing-futures","version":"0.2.5","id":"tracing-futures 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Utilities for instrumenting `futures` with `tracing`.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"futures","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,"registry":null},{"name":"futures-task","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,"registry":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":null,"rename":"futures_01","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"pin-project","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,"registry":null},{"name":"tokio","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,"registry":null},{"name":"tokio-executor","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,"registry":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.22","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tokio-test","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,"registry":null},{"name":"tracing-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"tracing-futures","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-futures-0.2.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"std_future","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-futures-0.2.5/tests/std_future.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"support","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-futures-0.2.5/tests/support.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"default":["std-future","std"],"futures-01":["futures_01","std"],"futures-03":["std-future","futures","futures-task","std"],"std":["tracing/std"],"std-future":["pin-project"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-futures-0.2.5/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["Eliza Weisman ","Tokio Contributors "],"categories":["development-tools::debugging","development-tools::profiling","asynchronous"],"keywords":["logging","profiling","tracing","futures","async"],"readme":"README.md","repository":"https://github.com/tokio-rs/tracing","homepage":"https://tokio.rs","documentation":null,"edition":"2018","links":null},{"name":"treeline","version":"0.1.0","id":"treeline 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"a library for visualizing tree structured data","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"treeline","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/treeline-0.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"tree","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/treeline-0.1.0/examples/tree.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/treeline-0.1.0/Cargo.toml","metadata":null,"publish":null,"authors":["softprops "],"categories":[],"keywords":["tree"],"readme":"README.md","repository":"https://github.com/softprops/treeline","homepage":"https://github.com/softprops/treeline","documentation":"https://softprops.github.io/treeline","edition":"2015","links":null},{"name":"try-lock","version":"0.2.3","id":"try-lock 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A lightweight atomic lock.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"try-lock","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/try-lock-0.2.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/try-lock-0.2.3/Cargo.toml","metadata":null,"publish":null,"authors":["Sean McArthur "],"categories":["concurrency","no-std"],"keywords":["lock","atomic"],"readme":"README.md","repository":"https://github.com/seanmonstar/try-lock","homepage":"https://github.com/seanmonstar/try-lock","documentation":"https://docs.rs/try-lock","edition":"2015","links":null},{"name":"typed-builder","version":"0.9.0","id":"typed-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Compile-time type-checked builder derive","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":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"quote","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,"registry":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["full","extra-traits"],"target":null,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"typed-builder","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/typed-builder-0.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"example","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/typed-builder-0.9.0/examples/example.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"no_std","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/typed-builder-0.9.0/tests/no_std.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tests","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/typed-builder-0.9.0/tests/tests.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/typed-builder-0.9.0/Cargo.toml","metadata":null,"publish":null,"authors":["IdanArye ","Chris Morgan "],"categories":["rust-patterns"],"keywords":["builder"],"readme":"README.md","repository":"https://github.com/idanarye/rust-typed-builder","homepage":null,"documentation":"https://idanarye.github.io/rust-typed-builder/","edition":"2018","links":null},{"name":"ucd-trie","version":"0.1.3","id":"ucd-trie 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A trie for storing Unicode codepoint sets and maps.\n","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","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"ucd-trie","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ucd-trie-0.1.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ucd-trie-0.1.3/benches/bench.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ucd-trie-0.1.3/Cargo.toml","metadata":null,"publish":null,"authors":["Andrew Gallant "],"categories":[],"keywords":["unicode","database","character","codepoint","trie"],"readme":"README.md","repository":"https://github.com/BurntSushi/ucd-generate","homepage":"https://github.com/BurntSushi/ucd-generate","documentation":"https://docs.rs/ucd-trie","edition":"2018","links":null},{"name":"unicode-bidi","version":"0.3.5","id":"unicode-bidi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT / Apache-2.0","license_file":null,"description":"Implementation of the Unicode Bidirectional Algorithm","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"flame","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"flamer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"matches","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,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.8, <2.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.8, <2.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"unicode_bidi","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-bidi-0.3.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"bench_it":[],"default":[],"flame_it":["flame","flamer"],"unstable":[],"with_serde":["serde"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-bidi-0.3.5/Cargo.toml","metadata":null,"publish":null,"authors":["The Servo Project Developers"],"categories":[],"keywords":["rtl","unicode","text","layout","bidi"],"readme":"README.md","repository":"https://github.com/servo/unicode-bidi","homepage":null,"documentation":"https://docs.rs/unicode-bidi/","edition":"2018","links":null},{"name":"unicode-normalization","version":"0.1.19","id":"unicode-normalization 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"This crate provides functions for normalization of\nUnicode strings, including Canonical and Compatible\nDecomposition and Recomposition, as described in\nUnicode Standard Annex #15.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"tinyvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["alloc"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"unicode-normalization","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-normalization-0.1.19/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-normalization-0.1.19/benches/bench.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-normalization-0.1.19/Cargo.toml","metadata":null,"publish":null,"authors":["kwantam ","Manish Goregaokar "],"categories":[],"keywords":["text","unicode","normalization","decomposition","recomposition"],"readme":"README.md","repository":"https://github.com/unicode-rs/unicode-normalization","homepage":"https://github.com/unicode-rs/unicode-normalization","documentation":"https://docs.rs/unicode-normalization/","edition":"2018","links":null},{"name":"unicode-segmentation","version":"1.8.0","id":"unicode-segmentation 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"This crate provides Grapheme Cluster, Word and Sentence boundaries\naccording to Unicode Standard Annex #29 rules.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"criterion","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,"registry":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"unicode-segmentation","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-segmentation-1.8.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"graphemes","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-segmentation-1.8.0/benches/graphemes.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"unicode_words","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-segmentation-1.8.0/benches/unicode_words.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"word_bounds","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-segmentation-1.8.0/benches/word_bounds.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"no_std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-segmentation-1.8.0/Cargo.toml","metadata":null,"publish":null,"authors":["kwantam ","Manish Goregaokar "],"categories":[],"keywords":["text","unicode","grapheme","word","boundary"],"readme":"README.md","repository":"https://github.com/unicode-rs/unicode-segmentation","homepage":"https://github.com/unicode-rs/unicode-segmentation","documentation":"https://unicode-rs.github.io/unicode-segmentation","edition":"2018","links":null},{"name":"unicode-width","version":"0.1.8","id":"unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Determine displayed width of `char` and `str` types\naccording to Unicode Standard Annex #11 rules.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"compiler_builtins","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,"registry":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":"core","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustc-std-workspace-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":"std","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"unicode-width","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-width-0.1.8/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{"bench":[],"default":[],"no_std":[],"rustc-dep-of-std":["std","core","compiler_builtins"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-width-0.1.8/Cargo.toml","metadata":null,"publish":null,"authors":["kwantam ","Manish Goregaokar "],"categories":[],"keywords":["text","width","unicode"],"readme":"README.md","repository":"https://github.com/unicode-rs/unicode-width","homepage":"https://github.com/unicode-rs/unicode-width","documentation":"https://unicode-rs.github.io/unicode-width","edition":"2015","links":null},{"name":"unicode-xid","version":"0.2.2","id":"unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Determine whether characters have the XID_Start\nor XID_Continue properties according to\nUnicode Standard Annex #31.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"criterion","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"unicode-xid","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"exhaustive_tests","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/tests/exhaustive_tests.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"xid","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/benches/xid.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"bench":[],"default":[],"no_std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/Cargo.toml","metadata":null,"publish":null,"authors":["erick.tryzelaar ","kwantam ","Manish Goregaokar "],"categories":[],"keywords":["text","unicode","xid"],"readme":"README.md","repository":"https://github.com/unicode-rs/unicode-xid","homepage":"https://github.com/unicode-rs/unicode-xid","documentation":"https://unicode-rs.github.io/unicode-xid","edition":"2015","links":null},{"name":"url","version":"2.2.2","id":"url 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"URL library for Rust, based on the WHATWG URL Standard","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"form_urlencoded","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,"registry":null},{"name":"idna","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,"registry":null},{"name":"matches","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,"registry":null},{"name":"percent-encoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":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":["derive"],"target":null,"registry":null},{"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,"registry":null},{"name":"serde_json","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"url","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/url-2.2.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"data","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/url-2.2.2/tests/data.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"unit","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/url-2.2.2/tests/unit.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"parse_url","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/url-2.2.2/benches/parse_url.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/url-2.2.2/Cargo.toml","metadata":null,"publish":null,"authors":["The rust-url developers"],"categories":["parser-implementations","web-programming","encoding"],"keywords":["url","parser"],"readme":"../README.md","repository":"https://github.com/servo/rust-url","homepage":null,"documentation":"https://docs.rs/url","edition":"2018","links":null},{"name":"uuid","version":"0.8.2","id":"uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"A library to generate and parse UUIDs.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"getrandom","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,"registry":null},{"name":"md5","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.56","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"sha1","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"slog","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"bincode","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,"registry":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.79","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_json","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,"registry":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.56","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"winapi","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":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"uuid","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/uuid-0.8.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"format_str","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/uuid-0.8.2/benches/format_str.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"invalid_parse_str","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/uuid-0.8.2/benches/invalid_parse_str.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"mod","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/uuid-0.8.2/benches/mod.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"serde_support","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/uuid-0.8.2/benches/serde_support.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"valid_parse_str","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/uuid-0.8.2/benches/valid_parse_str.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"guid":["winapi"],"std":[],"stdweb":["getrandom","getrandom/js"],"v1":[],"v3":["md5"],"v4":["getrandom"],"v5":["sha1"],"wasm-bindgen":["getrandom","getrandom/js"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/uuid-0.8.2/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","features":["guid","serde","slog","v1","v3","v4","v5"]}},"playground":{"features":["serde","v1","v3","v4","v5"]}},"publish":null,"authors":["Ashley Mannix","Christopher Armstrong","Dylan DPC","Hunar Roop Kahlon"],"categories":["data-structures","no-std","parser-implementations","wasm"],"keywords":["guid","unique","uuid"],"readme":"README.md","repository":"https://github.com/uuid-rs/uuid","homepage":"https://github.com/uuid-rs/uuid","documentation":"https://docs.rs/uuid","edition":"2018","links":null},{"name":"value-bag","version":"1.0.0-alpha.7","id":"value-bag 1.0.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"Anonymous structured values","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"ctor","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,"registry":null},{"name":"erased-serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":"erased-serde1","optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"serde_fmt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":"serde1_fmt","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":"serde1_lib","optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"sval","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0-alpha.5","kind":null,"rename":"sval1_lib","optional":true,"uses_default_features":false,"features":["fmt"],"target":null,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":"serde1_json","optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":"serde1_test","optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"sval_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0-alpha.5","kind":"dev","rename":"sval1_json","optional":false,"uses_default_features":true,"features":["std"],"target":null,"registry":null},{"name":"sval","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0-alpha.5","kind":"dev","rename":"sval1_lib","optional":false,"uses_default_features":true,"features":["test"],"target":null,"registry":null},{"name":"wasm-bindgen","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,"registry":null},{"name":"wasm-bindgen-test","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,"registry":null},{"name":"version_check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"build","rename":"rustc","optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"value-bag","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/value-bag-1.0.0-alpha.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/value-bag-1.0.0-alpha.7/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"error":["std","sval1_lib/std"],"serde":["serde1"],"serde1":["serde1_lib","sval1_lib/serde1","sval1_lib/alloc","erased-serde1/alloc","serde1_fmt"],"std":[],"sval":["sval1"],"sval1":["sval1_lib"],"test":["std"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/value-bag-1.0.0-alpha.7/Cargo.toml","metadata":{"docs":{"rs":{"features":["std","error","sval","serde","test"]}}},"publish":null,"authors":["Ashley Mannix "],"categories":["encoding","no-std"],"keywords":["serialization","no_std"],"readme":"README.md","repository":"https://github.com/sval-rs/value-bag","homepage":null,"documentation":"https://docs.rs/value-bag","edition":"2018","links":null},{"name":"vcpkg","version":"0.2.14","id":"vcpkg 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A library to find native dependencies in a vcpkg tree at build\ntime in order to be used in Cargo build scripts.\n","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","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tempdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"vcpkg","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/vcpkg-0.2.14/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/vcpkg-0.2.14/Cargo.toml","metadata":null,"publish":null,"authors":["Jim McGrath "],"categories":["development-tools::build-utils"],"keywords":["build-dependencies","windows","macos","linux"],"readme":"README.md","repository":"https://github.com/mcgoo/vcpkg-rs","homepage":null,"documentation":"https://docs.rs/vcpkg","edition":"2015","links":null},{"name":"vec_map","version":"0.8.2","id":"vec_map 0.8.2 (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 integer 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":"^1.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["derive"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"vec_map","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/vec_map-0.8.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{"eders":["serde"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/vec_map-0.8.2/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton ","Jorge Aparicio ","Alexis Beingessner ","Brian Anderson <>","tbu- <>","Manish Goregaokar <>","Aaron Turon ","Adolfo Ochagavía <>","Niko Matsakis <>","Steven Fackler <>","Chase Southwood ","Eduard Burtescu <>","Florian Wilkens <>","Félix Raimundo <>","Tibor Benke <>","Markus Siemens ","Josh Branchaud ","Huon Wilson ","Corey Farwell ","Aaron Liblong <>","Nick Cameron ","Patrick Walton ","Felix S Klock II <>","Andrew Paseltiner ","Sean McArthur ","Vadim Petrochenkov <>"],"categories":[],"keywords":["data-structures","collections","vecmap","vec_map","contain-rs"],"readme":"README.md","repository":"https://github.com/contain-rs/vec-map","homepage":"https://github.com/contain-rs/vec-map","documentation":"https://contain-rs.github.io/vec-map/vec_map","edition":"2015","links":null},{"name":"version_check","version":"0.9.3","id":"version_check 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Tiny crate to check the version of the installed/running rustc.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"version_check","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.3/Cargo.toml","metadata":null,"publish":null,"authors":["Sergio Benitez "],"categories":[],"keywords":["version","rustc","minimum","check"],"readme":"README.md","repository":"https://github.com/SergioBenitez/version_check","homepage":null,"documentation":"https://docs.rs/version_check/","edition":"2015","links":null},{"name":"waker-fn","version":"1.1.0","id":"waker-fn 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"Convert closures into wakers","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"waker-fn","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/waker-fn-1.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/waker-fn-1.1.0/Cargo.toml","metadata":null,"publish":null,"authors":["Stjepan Glavina "],"categories":["concurrency"],"keywords":["async","waker","wake","closure","callback"],"readme":"README.md","repository":"https://github.com/stjepang/waker-fn","homepage":"https://github.com/stjepang/waker-fn","documentation":"https://docs.rs/waker-fn","edition":"2018","links":null},{"name":"walkdir","version":"2.3.2","id":"walkdir 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"Unlicense/MIT","license_file":null,"description":"Recursively walk a directory.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"same-file","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,"registry":null},{"name":"doc-comment","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,"registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["std","winnt"],"target":"cfg(windows)","registry":null},{"name":"winapi-util","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":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"walkdir","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/walkdir-2.3.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/walkdir-2.3.2/Cargo.toml","metadata":null,"publish":null,"authors":["Andrew Gallant "],"categories":["filesystem"],"keywords":["directory","recursive","walk","iterator"],"readme":"README.md","repository":"https://github.com/BurntSushi/walkdir","homepage":"https://github.com/BurntSushi/walkdir","documentation":"https://docs.rs/walkdir/","edition":"2018","links":null},{"name":"want","version":"0.3.0","id":"want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Detect when another Future wants a result.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"log","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,"registry":null},{"name":"try-lock","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,"registry":null},{"name":"tokio-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0-alpha.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tokio-sync","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0-alpha.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"want","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/want-0.3.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"throughput","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/want-0.3.0/benches/throughput.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/want-0.3.0/Cargo.toml","metadata":null,"publish":null,"authors":["Sean McArthur "],"categories":[],"keywords":["futures","channel","async"],"readme":"README.md","repository":"https://github.com/seanmonstar/want","homepage":null,"documentation":"https://docs.rs/want","edition":"2018","links":null},{"name":"wasi","version":"0.10.2+wasi-snapshot-preview1","id":"wasi 0.10.2+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"description":"Experimental WASI API bindings for Rust","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"compiler_builtins","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,"registry":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":"core","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustc-std-workspace-alloc","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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"wasi","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasi-0.10.2+wasi-snapshot-preview1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"default":["std"],"rustc-dep-of-std":["compiler_builtins","core","rustc-std-workspace-alloc"],"std":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasi-0.10.2+wasi-snapshot-preview1/Cargo.toml","metadata":null,"publish":null,"authors":["The Cranelift Project Developers"],"categories":["no-std","wasm"],"keywords":["webassembly","wasm"],"readme":"README.md","repository":"https://github.com/bytecodealliance/wasi","homepage":null,"documentation":"https://docs.rs/wasi","edition":"2018","links":null},{"name":"wasm-bindgen","version":"0.2.74","id":"wasm-bindgen 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Easy support for interacting between JS and 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-index","req":"^1.0.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":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,"registry":null},{"name":"serde_json","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,"registry":null},{"name":"wasm-bindgen-macro","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.74","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.51","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","registry":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":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.4.24","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.3.24","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"wasm-bindgen-test-crate-a","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":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"wasm-bindgen-test-crate-b","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":"cfg(target_arch = \"wasm32\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"wasm-bindgen","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.74/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"headless","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.74/tests/headless/main.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"must_use","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.74/tests/must_use.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"non_wasm","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.74/tests/non_wasm.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"std-crate-no-std-dep","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.74/tests/std-crate-no-std-dep.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"unwrap_throw","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.74/tests/unwrap_throw.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"wasm","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.74/tests/wasm/main.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.74/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["spans","std"],"enable-interning":["std"],"nightly":[],"serde-serialize":["serde","serde_json","std"],"spans":["wasm-bindgen-macro/spans"],"std":[],"strict-macro":["wasm-bindgen-macro/strict-macro"],"xxx_debug_only_print_generated_code":["wasm-bindgen-macro/xxx_debug_only_print_generated_code"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.74/Cargo.toml","metadata":{"docs":{"rs":{"features":["serde-serialize"]}}},"publish":null,"authors":["The wasm-bindgen Developers"],"categories":["wasm"],"keywords":[],"readme":"README.md","repository":"https://github.com/rustwasm/wasm-bindgen","homepage":"https://rustwasm.github.io/","documentation":"https://docs.rs/wasm-bindgen","edition":"2018","links":null},{"name":"wasm-bindgen-backend","version":"0.2.74","id":"wasm-bindgen-backend 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Backend code generation of the wasm-bindgen tool\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bumpalo","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"log","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,"registry":null},{"name":"proc-macro2","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,"registry":null},{"name":"quote","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,"registry":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["full"],"target":null,"registry":null},{"name":"wasm-bindgen-shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.74","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"wasm-bindgen-backend","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-backend-0.2.74/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"extra-traits":["syn/extra-traits"],"spans":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-backend-0.2.74/Cargo.toml","metadata":null,"publish":null,"authors":["The wasm-bindgen Developers"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen-backend","edition":"2018","links":null},{"name":"wasm-bindgen-futures","version":"0.4.24","id":"wasm-bindgen-futures 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Bridging the gap between Rust Futures and JavaScript Promises","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cfg-if","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,"registry":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.51","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.74","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"futures-channel-preview","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0-alpha.18","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.3","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.24","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.24","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["MessageEvent","Worker"],"target":"cfg(target_feature = \"atomics\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"wasm-bindgen-futures","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-futures-0.4.24/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tests","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-futures-0.4.24/tests/tests.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"futures-core-03-stream":["futures-core"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-futures-0.4.24/Cargo.toml","metadata":null,"publish":null,"authors":["The wasm-bindgen Developers"],"categories":[],"keywords":[],"readme":"./README.md","repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen-futures","edition":"2018","links":null},{"name":"wasm-bindgen-macro","version":"0.2.74","id":"wasm-bindgen-macro 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Definition of the `#[wasm_bindgen]` attribute, an internal dependency\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"quote","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,"registry":null},{"name":"wasm-bindgen-macro-support","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.74","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"trybuild","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,"registry":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.74","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["strict-macro"],"target":null,"registry":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.24","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"wasm-bindgen-macro","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-macro-0.2.74/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"ui","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-macro-0.2.74/tests/ui.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"spans":["wasm-bindgen-macro-support/spans"],"strict-macro":["wasm-bindgen-macro-support/strict-macro"],"xxx_debug_only_print_generated_code":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-macro-0.2.74/Cargo.toml","metadata":null,"publish":null,"authors":["The wasm-bindgen Developers"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen","edition":"2018","links":null},{"name":"wasm-bindgen-macro-support","version":"0.2.74","id":"wasm-bindgen-macro-support 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate\n","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":"^1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"quote","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,"registry":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.67","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["visit","full"],"target":null,"registry":null},{"name":"wasm-bindgen-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.74","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"wasm-bindgen-shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.74","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"wasm-bindgen-macro-support","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-macro-support-0.2.74/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"extra-traits":["syn/extra-traits"],"spans":["wasm-bindgen-backend/spans"],"strict-macro":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-macro-support-0.2.74/Cargo.toml","metadata":null,"publish":null,"authors":["The wasm-bindgen Developers"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen","edition":"2018","links":null},{"name":"wasm-bindgen-shared","version":"0.2.74","id":"wasm-bindgen-shared 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Shared support between wasm-bindgen and wasm-bindgen cli, an internal\ndependency.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"wasm-bindgen-shared","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-shared-0.2.74/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-shared-0.2.74/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-shared-0.2.74/Cargo.toml","metadata":null,"publish":null,"authors":["The wasm-bindgen Developers"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen-shared","edition":"2018","links":"wasm_bindgen"},{"name":"web-sys","version":"0.3.51","id":"web-sys 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Bindings for all Web APIs, a procedurally generated crate from WebIDL\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.51","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.74","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.24","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.24","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"web-sys","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/web-sys-0.3.51/src/lib.rs","edition":"2018","doc":true,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"wasm","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/web-sys-0.3.51/tests/wasm/main.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"AbortController":[],"AbortSignal":["EventTarget"],"AddEventListenerOptions":[],"AesCbcParams":[],"AesCtrParams":[],"AesDerivedKeyParams":[],"AesGcmParams":[],"AesKeyAlgorithm":[],"AesKeyGenParams":[],"Algorithm":[],"AlignSetting":[],"AllowedBluetoothDevice":[],"AllowedUsbDevice":[],"AnalyserNode":["AudioNode","EventTarget"],"AnalyserOptions":[],"AngleInstancedArrays":[],"Animation":["EventTarget"],"AnimationEffect":[],"AnimationEvent":["Event"],"AnimationEventInit":[],"AnimationPlayState":[],"AnimationPlaybackEvent":["Event"],"AnimationPlaybackEventInit":[],"AnimationPropertyDetails":[],"AnimationPropertyValueDetails":[],"AnimationTimeline":[],"AssignedNodesOptions":[],"AttestationConveyancePreference":[],"Attr":["EventTarget","Node"],"AttributeNameValue":[],"AudioBuffer":[],"AudioBufferOptions":[],"AudioBufferSourceNode":["AudioNode","AudioScheduledSourceNode","EventTarget"],"AudioBufferSourceOptions":[],"AudioConfiguration":[],"AudioContext":["BaseAudioContext","EventTarget"],"AudioContextOptions":[],"AudioContextState":[],"AudioDestinationNode":["AudioNode","EventTarget"],"AudioListener":[],"AudioNode":["EventTarget"],"AudioNodeOptions":[],"AudioParam":[],"AudioParamMap":[],"AudioProcessingEvent":["Event"],"AudioScheduledSourceNode":["AudioNode","EventTarget"],"AudioStreamTrack":["EventTarget","MediaStreamTrack"],"AudioTrack":[],"AudioTrackList":["EventTarget"],"AudioWorklet":["Worklet"],"AudioWorkletGlobalScope":["WorkletGlobalScope"],"AudioWorkletNode":["AudioNode","EventTarget"],"AudioWorkletNodeOptions":[],"AudioWorkletProcessor":[],"AuthenticationExtensionsClientInputs":[],"AuthenticationExtensionsClientOutputs":[],"AuthenticatorAssertionResponse":["AuthenticatorResponse"],"AuthenticatorAttachment":[],"AuthenticatorAttestationResponse":["AuthenticatorResponse"],"AuthenticatorResponse":[],"AuthenticatorSelectionCriteria":[],"AuthenticatorTransport":[],"AutoKeyword":[],"AutocompleteInfo":[],"BarProp":[],"BaseAudioContext":["EventTarget"],"BaseComputedKeyframe":[],"BaseKeyframe":[],"BasePropertyIndexedKeyframe":[],"BasicCardRequest":[],"BasicCardResponse":[],"BasicCardType":[],"BatteryManager":["EventTarget"],"BeforeUnloadEvent":["Event"],"BinaryType":[],"BiquadFilterNode":["AudioNode","EventTarget"],"BiquadFilterOptions":[],"BiquadFilterType":[],"Blob":[],"BlobEvent":["Event"],"BlobEventInit":[],"BlobPropertyBag":[],"BlockParsingOptions":[],"Bluetooth":["EventTarget"],"BluetoothAdvertisingEvent":["Event"],"BluetoothAdvertisingEventInit":[],"BluetoothCharacteristicProperties":[],"BluetoothDataFilterInit":[],"BluetoothDevice":["EventTarget"],"BluetoothLeScanFilterInit":[],"BluetoothManufacturerDataMap":[],"BluetoothPermissionDescriptor":[],"BluetoothPermissionResult":["EventTarget","PermissionStatus"],"BluetoothPermissionStorage":[],"BluetoothRemoteGattCharacteristic":["EventTarget"],"BluetoothRemoteGattDescriptor":[],"BluetoothRemoteGattServer":[],"BluetoothRemoteGattService":["EventTarget"],"BluetoothServiceDataMap":[],"BluetoothUuid":[],"BoxQuadOptions":[],"BroadcastChannel":["EventTarget"],"BrowserElementDownloadOptions":[],"BrowserElementExecuteScriptOptions":[],"BrowserFeedWriter":[],"BrowserFindCaseSensitivity":[],"BrowserFindDirection":[],"Cache":[],"CacheBatchOperation":[],"CacheQueryOptions":[],"CacheStorage":[],"CacheStorageNamespace":[],"CanvasCaptureMediaStream":["EventTarget","MediaStream"],"CanvasGradient":[],"CanvasPattern":[],"CanvasRenderingContext2d":[],"CanvasWindingRule":[],"CaretChangedReason":[],"CaretPosition":[],"CaretStateChangedEventInit":[],"CdataSection":["CharacterData","EventTarget","Node","Text"],"ChannelCountMode":[],"ChannelInterpretation":[],"ChannelMergerNode":["AudioNode","EventTarget"],"ChannelMergerOptions":[],"ChannelPixelLayout":[],"ChannelPixelLayoutDataType":[],"ChannelSplitterNode":["AudioNode","EventTarget"],"ChannelSplitterOptions":[],"CharacterData":["EventTarget","Node"],"CheckerboardReason":[],"CheckerboardReport":[],"CheckerboardReportService":[],"ChromeFilePropertyBag":[],"ChromeWorker":["EventTarget","Worker"],"Client":[],"ClientQueryOptions":[],"ClientRectsAndTexts":[],"ClientType":[],"Clients":[],"Clipboard":["EventTarget"],"ClipboardEvent":["Event"],"ClipboardEventInit":[],"ClipboardItem":[],"ClipboardItemOptions":[],"ClipboardPermissionDescriptor":[],"CloseEvent":["Event"],"CloseEventInit":[],"CollectedClientData":[],"Comment":["CharacterData","EventTarget","Node"],"CompositeOperation":[],"CompositionEvent":["Event","UiEvent"],"CompositionEventInit":[],"ComputedEffectTiming":[],"ConnStatusDict":[],"ConnectionType":[],"ConsoleCounter":[],"ConsoleCounterError":[],"ConsoleEvent":[],"ConsoleInstance":[],"ConsoleInstanceOptions":[],"ConsoleLevel":[],"ConsoleLogLevel":[],"ConsoleProfileEvent":[],"ConsoleStackEntry":[],"ConsoleTimerError":[],"ConsoleTimerLogOrEnd":[],"ConsoleTimerStart":[],"ConstantSourceNode":["AudioNode","AudioScheduledSourceNode","EventTarget"],"ConstantSourceOptions":[],"ConstrainBooleanParameters":[],"ConstrainDomStringParameters":[],"ConstrainDoubleRange":[],"ConstrainLongRange":[],"ContextAttributes2d":[],"ConvertCoordinateOptions":[],"ConvolverNode":["AudioNode","EventTarget"],"ConvolverOptions":[],"Coordinates":[],"Credential":[],"CredentialCreationOptions":[],"CredentialRequestOptions":[],"CredentialsContainer":[],"Crypto":[],"CryptoKey":[],"CryptoKeyPair":[],"Csp":[],"CspPolicies":[],"CspReport":[],"CspReportProperties":[],"CssAnimation":["Animation","EventTarget"],"CssBoxType":[],"CssConditionRule":["CssGroupingRule","CssRule"],"CssCounterStyleRule":["CssRule"],"CssFontFaceRule":["CssRule"],"CssFontFeatureValuesRule":["CssRule"],"CssGroupingRule":["CssRule"],"CssImportRule":["CssRule"],"CssKeyframeRule":["CssRule"],"CssKeyframesRule":["CssRule"],"CssMediaRule":["CssConditionRule","CssGroupingRule","CssRule"],"CssNamespaceRule":["CssRule"],"CssPageRule":["CssRule"],"CssPseudoElement":[],"CssRule":[],"CssRuleList":[],"CssStyleDeclaration":[],"CssStyleRule":["CssRule"],"CssStyleSheet":["StyleSheet"],"CssStyleSheetParsingMode":[],"CssSupportsRule":["CssConditionRule","CssGroupingRule","CssRule"],"CssTransition":["Animation","EventTarget"],"CustomElementRegistry":[],"CustomEvent":["Event"],"CustomEventInit":[],"DataTransfer":[],"DataTransferItem":[],"DataTransferItemList":[],"DateTimeValue":[],"DecoderDoctorNotification":[],"DecoderDoctorNotificationType":[],"DedicatedWorkerGlobalScope":["EventTarget","WorkerGlobalScope"],"DelayNode":["AudioNode","EventTarget"],"DelayOptions":[],"DeviceAcceleration":[],"DeviceAccelerationInit":[],"DeviceLightEvent":["Event"],"DeviceLightEventInit":[],"DeviceMotionEvent":["Event"],"DeviceMotionEventInit":[],"DeviceOrientationEvent":["Event"],"DeviceOrientationEventInit":[],"DeviceProximityEvent":["Event"],"DeviceProximityEventInit":[],"DeviceRotationRate":[],"DeviceRotationRateInit":[],"DhKeyDeriveParams":[],"DirectionSetting":[],"Directory":[],"DisplayMediaStreamConstraints":[],"DisplayNameOptions":[],"DisplayNameResult":[],"DistanceModelType":[],"DnsCacheDict":[],"DnsCacheEntry":[],"DnsLookupDict":[],"Document":["EventTarget","Node"],"DocumentFragment":["EventTarget","Node"],"DocumentTimeline":["AnimationTimeline"],"DocumentTimelineOptions":[],"DocumentType":["EventTarget","Node"],"DomError":[],"DomException":[],"DomImplementation":[],"DomMatrix":["DomMatrixReadOnly"],"DomMatrixReadOnly":[],"DomParser":[],"DomPoint":["DomPointReadOnly"],"DomPointInit":[],"DomPointReadOnly":[],"DomQuad":[],"DomQuadInit":[],"DomQuadJson":[],"DomRect":["DomRectReadOnly"],"DomRectInit":[],"DomRectList":[],"DomRectReadOnly":[],"DomRequest":["EventTarget"],"DomRequestReadyState":[],"DomStringList":[],"DomStringMap":[],"DomTokenList":[],"DomWindowResizeEventDetail":[],"DragEvent":["Event","MouseEvent","UiEvent"],"DragEventInit":[],"DynamicsCompressorNode":["AudioNode","EventTarget"],"DynamicsCompressorOptions":[],"EcKeyAlgorithm":[],"EcKeyGenParams":[],"EcKeyImportParams":[],"EcdhKeyDeriveParams":[],"EcdsaParams":[],"EffectTiming":[],"Element":["EventTarget","Node"],"ElementCreationOptions":[],"ElementDefinitionOptions":[],"EndingTypes":[],"ErrorCallback":[],"ErrorEvent":["Event"],"ErrorEventInit":[],"Event":[],"EventInit":[],"EventListener":[],"EventListenerOptions":[],"EventModifierInit":[],"EventSource":["EventTarget"],"EventSourceInit":[],"EventTarget":[],"Exception":[],"ExtBlendMinmax":[],"ExtColorBufferFloat":[],"ExtColorBufferHalfFloat":[],"ExtDisjointTimerQuery":[],"ExtFragDepth":[],"ExtSRgb":[],"ExtShaderTextureLod":[],"ExtTextureFilterAnisotropic":[],"ExtendableEvent":["Event"],"ExtendableEventInit":[],"ExtendableMessageEvent":["Event","ExtendableEvent"],"ExtendableMessageEventInit":[],"External":[],"FakePluginMimeEntry":[],"FakePluginTagInit":[],"FetchEvent":["Event","ExtendableEvent"],"FetchEventInit":[],"FetchObserver":["EventTarget"],"FetchReadableStreamReadDataArray":[],"FetchReadableStreamReadDataDone":[],"FetchState":[],"File":["Blob"],"FileCallback":[],"FileList":[],"FilePropertyBag":[],"FileReader":["EventTarget"],"FileReaderSync":[],"FileSystem":[],"FileSystemDirectoryEntry":["FileSystemEntry"],"FileSystemDirectoryReader":[],"FileSystemEntriesCallback":[],"FileSystemEntry":[],"FileSystemEntryCallback":[],"FileSystemFileEntry":["FileSystemEntry"],"FileSystemFlags":[],"FillMode":[],"FlashClassification":[],"FlexLineGrowthState":[],"FocusEvent":["Event","UiEvent"],"FocusEventInit":[],"FontFace":[],"FontFaceDescriptors":[],"FontFaceLoadStatus":[],"FontFaceSet":["EventTarget"],"FontFaceSetIterator":[],"FontFaceSetIteratorResult":[],"FontFaceSetLoadEvent":["Event"],"FontFaceSetLoadEventInit":[],"FontFaceSetLoadStatus":[],"FormData":[],"FrameType":[],"FuzzingFunctions":[],"GainNode":["AudioNode","EventTarget"],"GainOptions":[],"Gamepad":[],"GamepadAxisMoveEvent":["Event","GamepadEvent"],"GamepadAxisMoveEventInit":[],"GamepadButton":[],"GamepadButtonEvent":["Event","GamepadEvent"],"GamepadButtonEventInit":[],"GamepadEvent":["Event"],"GamepadEventInit":[],"GamepadHand":[],"GamepadHapticActuator":[],"GamepadHapticActuatorType":[],"GamepadMappingType":[],"GamepadPose":[],"GamepadServiceTest":[],"Geolocation":[],"GetNotificationOptions":[],"GetRootNodeOptions":[],"GetUserMediaRequest":[],"Gpu":[],"GpuAdapter":[],"GpuAdapterFeatures":[],"GpuAdapterLimits":[],"GpuAddressMode":[],"GpuBindGroup":[],"GpuBindGroupDescriptor":[],"GpuBindGroupEntry":[],"GpuBindGroupLayout":[],"GpuBindGroupLayoutDescriptor":[],"GpuBindGroupLayoutEntry":[],"GpuBlendComponent":[],"GpuBlendFactor":[],"GpuBlendOperation":[],"GpuBlendState":[],"GpuBuffer":[],"GpuBufferBinding":[],"GpuBufferBindingLayout":[],"GpuBufferBindingType":[],"GpuBufferDescriptor":[],"GpuBufferUsage":[],"GpuCanvasContext":[],"GpuColorDict":[],"GpuColorTargetState":[],"GpuColorWrite":[],"GpuCommandBuffer":[],"GpuCommandBufferDescriptor":[],"GpuCommandEncoder":[],"GpuCommandEncoderDescriptor":[],"GpuCompareFunction":[],"GpuCompilationInfo":[],"GpuCompilationMessage":[],"GpuCompilationMessageType":[],"GpuComputePassDescriptor":[],"GpuComputePassEncoder":[],"GpuComputePipeline":[],"GpuComputePipelineDescriptor":[],"GpuCullMode":[],"GpuDepthStencilState":[],"GpuDevice":["EventTarget"],"GpuDeviceDescriptor":[],"GpuDeviceLostInfo":[],"GpuDeviceLostReason":[],"GpuErrorFilter":[],"GpuExtent3dDict":[],"GpuFeatureName":[],"GpuFilterMode":[],"GpuFragmentState":[],"GpuFrontFace":[],"GpuImageCopyBuffer":[],"GpuImageCopyImageBitmap":[],"GpuImageCopyTexture":[],"GpuImageDataLayout":[],"GpuIndexFormat":[],"GpuInputStepMode":[],"GpuLoadOp":[],"GpuMapMode":[],"GpuMultisampleState":[],"GpuObjectDescriptorBase":[],"GpuOrigin2dDict":[],"GpuOrigin3dDict":[],"GpuOutOfMemoryError":[],"GpuPipelineDescriptorBase":[],"GpuPipelineLayout":[],"GpuPipelineLayoutDescriptor":[],"GpuPipelineStatisticName":[],"GpuPowerPreference":[],"GpuPrimitiveState":[],"GpuPrimitiveTopology":[],"GpuProgrammableStage":[],"GpuQuerySet":[],"GpuQuerySetDescriptor":[],"GpuQueryType":[],"GpuQueue":[],"GpuRenderBundle":[],"GpuRenderBundleDescriptor":[],"GpuRenderBundleEncoder":[],"GpuRenderBundleEncoderDescriptor":[],"GpuRenderPassColorAttachment":[],"GpuRenderPassDepthStencilAttachment":[],"GpuRenderPassDescriptor":[],"GpuRenderPassEncoder":[],"GpuRenderPipeline":[],"GpuRenderPipelineDescriptor":[],"GpuRequestAdapterOptions":[],"GpuSampler":[],"GpuSamplerBindingLayout":[],"GpuSamplerBindingType":[],"GpuSamplerDescriptor":[],"GpuShaderModule":[],"GpuShaderModuleDescriptor":[],"GpuShaderStage":[],"GpuStencilFaceState":[],"GpuStencilOperation":[],"GpuStorageTextureAccess":[],"GpuStorageTextureBindingLayout":[],"GpuStoreOp":[],"GpuSwapChain":[],"GpuSwapChainDescriptor":[],"GpuTexture":[],"GpuTextureAspect":[],"GpuTextureBindingLayout":[],"GpuTextureDescriptor":[],"GpuTextureDimension":[],"GpuTextureFormat":[],"GpuTextureSampleType":[],"GpuTextureUsage":[],"GpuTextureView":[],"GpuTextureViewDescriptor":[],"GpuTextureViewDimension":[],"GpuUncapturedErrorEvent":["Event"],"GpuUncapturedErrorEventInit":[],"GpuValidationError":[],"GpuVertexAttribute":[],"GpuVertexBufferLayout":[],"GpuVertexFormat":[],"GpuVertexState":[],"GridDeclaration":[],"GridTrackState":[],"GroupedHistoryEventInit":[],"HalfOpenInfoDict":[],"HashChangeEvent":["Event"],"HashChangeEventInit":[],"Headers":[],"HeadersGuardEnum":[],"HiddenPluginEventInit":[],"History":[],"HitRegionOptions":[],"HkdfParams":[],"HmacDerivedKeyParams":[],"HmacImportParams":[],"HmacKeyAlgorithm":[],"HmacKeyGenParams":[],"HtmlAllCollection":[],"HtmlAnchorElement":["Element","EventTarget","HtmlElement","Node"],"HtmlAreaElement":["Element","EventTarget","HtmlElement","Node"],"HtmlAudioElement":["Element","EventTarget","HtmlElement","HtmlMediaElement","Node"],"HtmlBaseElement":["Element","EventTarget","HtmlElement","Node"],"HtmlBodyElement":["Element","EventTarget","HtmlElement","Node"],"HtmlBrElement":["Element","EventTarget","HtmlElement","Node"],"HtmlButtonElement":["Element","EventTarget","HtmlElement","Node"],"HtmlCanvasElement":["Element","EventTarget","HtmlElement","Node"],"HtmlCollection":[],"HtmlDListElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDataElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDataListElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDetailsElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDialogElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDirectoryElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDivElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDocument":["Document","EventTarget","Node"],"HtmlElement":["Element","EventTarget","Node"],"HtmlEmbedElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFieldSetElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFontElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFormControlsCollection":["HtmlCollection"],"HtmlFormElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFrameElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFrameSetElement":["Element","EventTarget","HtmlElement","Node"],"HtmlHeadElement":["Element","EventTarget","HtmlElement","Node"],"HtmlHeadingElement":["Element","EventTarget","HtmlElement","Node"],"HtmlHrElement":["Element","EventTarget","HtmlElement","Node"],"HtmlHtmlElement":["Element","EventTarget","HtmlElement","Node"],"HtmlIFrameElement":["Element","EventTarget","HtmlElement","Node"],"HtmlImageElement":["Element","EventTarget","HtmlElement","Node"],"HtmlInputElement":["Element","EventTarget","HtmlElement","Node"],"HtmlLabelElement":["Element","EventTarget","HtmlElement","Node"],"HtmlLegendElement":["Element","EventTarget","HtmlElement","Node"],"HtmlLiElement":["Element","EventTarget","HtmlElement","Node"],"HtmlLinkElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMapElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMediaElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMenuElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMenuItemElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMetaElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMeterElement":["Element","EventTarget","HtmlElement","Node"],"HtmlModElement":["Element","EventTarget","HtmlElement","Node"],"HtmlOListElement":["Element","EventTarget","HtmlElement","Node"],"HtmlObjectElement":["Element","EventTarget","HtmlElement","Node"],"HtmlOptGroupElement":["Element","EventTarget","HtmlElement","Node"],"HtmlOptionElement":["Element","EventTarget","HtmlElement","Node"],"HtmlOptionsCollection":["HtmlCollection"],"HtmlOutputElement":["Element","EventTarget","HtmlElement","Node"],"HtmlParagraphElement":["Element","EventTarget","HtmlElement","Node"],"HtmlParamElement":["Element","EventTarget","HtmlElement","Node"],"HtmlPictureElement":["Element","EventTarget","HtmlElement","Node"],"HtmlPreElement":["Element","EventTarget","HtmlElement","Node"],"HtmlProgressElement":["Element","EventTarget","HtmlElement","Node"],"HtmlQuoteElement":["Element","EventTarget","HtmlElement","Node"],"HtmlScriptElement":["Element","EventTarget","HtmlElement","Node"],"HtmlSelectElement":["Element","EventTarget","HtmlElement","Node"],"HtmlSlotElement":["Element","EventTarget","HtmlElement","Node"],"HtmlSourceElement":["Element","EventTarget","HtmlElement","Node"],"HtmlSpanElement":["Element","EventTarget","HtmlElement","Node"],"HtmlStyleElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableCaptionElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableCellElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableColElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableRowElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableSectionElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTemplateElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTextAreaElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTimeElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTitleElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTrackElement":["Element","EventTarget","HtmlElement","Node"],"HtmlUListElement":["Element","EventTarget","HtmlElement","Node"],"HtmlUnknownElement":["Element","EventTarget","HtmlElement","Node"],"HtmlVideoElement":["Element","EventTarget","HtmlElement","HtmlMediaElement","Node"],"HttpConnDict":[],"HttpConnInfo":[],"HttpConnectionElement":[],"IdbCursor":[],"IdbCursorDirection":[],"IdbCursorWithValue":["IdbCursor"],"IdbDatabase":["EventTarget"],"IdbFactory":[],"IdbFileHandle":["EventTarget"],"IdbFileMetadataParameters":[],"IdbFileRequest":["DomRequest","EventTarget"],"IdbIndex":[],"IdbIndexParameters":[],"IdbKeyRange":[],"IdbLocaleAwareKeyRange":["IdbKeyRange"],"IdbMutableFile":["EventTarget"],"IdbObjectStore":[],"IdbObjectStoreParameters":[],"IdbOpenDbOptions":[],"IdbOpenDbRequest":["EventTarget","IdbRequest"],"IdbRequest":["EventTarget"],"IdbRequestReadyState":[],"IdbTransaction":["EventTarget"],"IdbTransactionMode":[],"IdbVersionChangeEvent":["Event"],"IdbVersionChangeEventInit":[],"IdleDeadline":[],"IdleRequestOptions":[],"IirFilterNode":["AudioNode","EventTarget"],"IirFilterOptions":[],"ImageBitmap":[],"ImageBitmapFormat":[],"ImageBitmapRenderingContext":[],"ImageCapture":[],"ImageCaptureError":[],"ImageCaptureErrorEvent":["Event"],"ImageCaptureErrorEventInit":[],"ImageData":[],"InputEvent":["Event","UiEvent"],"InputEventInit":[],"InstallTriggerData":[],"IntersectionObserver":[],"IntersectionObserverEntry":[],"IntersectionObserverEntryInit":[],"IntersectionObserverInit":[],"IntlUtils":[],"IterableKeyAndValueResult":[],"IterableKeyOrValueResult":[],"IterationCompositeOperation":[],"JsonWebKey":[],"KeyAlgorithm":[],"KeyEvent":[],"KeyIdsInitData":[],"KeyboardEvent":["Event","UiEvent"],"KeyboardEventInit":[],"KeyframeEffect":["AnimationEffect"],"KeyframeEffectOptions":[],"L10nElement":[],"L10nValue":[],"LifecycleCallbacks":[],"LineAlignSetting":[],"ListBoxObject":[],"LocalMediaStream":["EventTarget","MediaStream"],"LocaleInfo":[],"Location":[],"MediaCapabilities":[],"MediaCapabilitiesInfo":[],"MediaConfiguration":[],"MediaDecodingConfiguration":[],"MediaDecodingType":[],"MediaDeviceInfo":[],"MediaDeviceKind":[],"MediaDevices":["EventTarget"],"MediaElementAudioSourceNode":["AudioNode","EventTarget"],"MediaElementAudioSourceOptions":[],"MediaEncodingConfiguration":[],"MediaEncodingType":[],"MediaEncryptedEvent":["Event"],"MediaError":[],"MediaKeyError":["Event"],"MediaKeyMessageEvent":["Event"],"MediaKeyMessageEventInit":[],"MediaKeyMessageType":[],"MediaKeyNeededEventInit":[],"MediaKeySession":["EventTarget"],"MediaKeySessionType":[],"MediaKeyStatus":[],"MediaKeyStatusMap":[],"MediaKeySystemAccess":[],"MediaKeySystemConfiguration":[],"MediaKeySystemMediaCapability":[],"MediaKeySystemStatus":[],"MediaKeys":[],"MediaKeysPolicy":[],"MediaKeysRequirement":[],"MediaList":[],"MediaQueryList":["EventTarget"],"MediaQueryListEvent":["Event"],"MediaQueryListEventInit":[],"MediaRecorder":["EventTarget"],"MediaRecorderErrorEvent":["Event"],"MediaRecorderErrorEventInit":[],"MediaRecorderOptions":[],"MediaSource":["EventTarget"],"MediaSourceEndOfStreamError":[],"MediaSourceEnum":[],"MediaSourceReadyState":[],"MediaStream":["EventTarget"],"MediaStreamAudioDestinationNode":["AudioNode","EventTarget"],"MediaStreamAudioSourceNode":["AudioNode","EventTarget"],"MediaStreamAudioSourceOptions":[],"MediaStreamConstraints":[],"MediaStreamError":[],"MediaStreamEvent":["Event"],"MediaStreamEventInit":[],"MediaStreamTrack":["EventTarget"],"MediaStreamTrackEvent":["Event"],"MediaStreamTrackEventInit":[],"MediaStreamTrackState":[],"MediaTrackConstraintSet":[],"MediaTrackConstraints":[],"MediaTrackSettings":[],"MediaTrackSupportedConstraints":[],"MessageChannel":[],"MessageEvent":["Event"],"MessageEventInit":[],"MessagePort":["EventTarget"],"MidiAccess":["EventTarget"],"MidiConnectionEvent":["Event"],"MidiConnectionEventInit":[],"MidiInput":["EventTarget","MidiPort"],"MidiInputMap":[],"MidiMessageEvent":["Event"],"MidiMessageEventInit":[],"MidiOptions":[],"MidiOutput":["EventTarget","MidiPort"],"MidiOutputMap":[],"MidiPort":["EventTarget"],"MidiPortConnectionState":[],"MidiPortDeviceState":[],"MidiPortType":[],"MimeType":[],"MimeTypeArray":[],"MouseEvent":["Event","UiEvent"],"MouseEventInit":[],"MouseScrollEvent":["Event","MouseEvent","UiEvent"],"MozDebug":[],"MutationEvent":["Event"],"MutationObserver":[],"MutationObserverInit":[],"MutationObservingInfo":[],"MutationRecord":[],"NamedNodeMap":[],"NativeOsFileReadOptions":[],"NativeOsFileWriteAtomicOptions":[],"NavigationType":[],"Navigator":[],"NavigatorAutomationInformation":[],"NetworkCommandOptions":[],"NetworkInformation":["EventTarget"],"NetworkResultOptions":[],"Node":["EventTarget"],"NodeFilter":[],"NodeIterator":[],"NodeList":[],"Notification":["EventTarget"],"NotificationBehavior":[],"NotificationDirection":[],"NotificationEvent":["Event","ExtendableEvent"],"NotificationEventInit":[],"NotificationOptions":[],"NotificationPermission":[],"ObserverCallback":[],"OesElementIndexUint":[],"OesStandardDerivatives":[],"OesTextureFloat":[],"OesTextureFloatLinear":[],"OesTextureHalfFloat":[],"OesTextureHalfFloatLinear":[],"OesVertexArrayObject":[],"OfflineAudioCompletionEvent":["Event"],"OfflineAudioCompletionEventInit":[],"OfflineAudioContext":["BaseAudioContext","EventTarget"],"OfflineAudioContextOptions":[],"OfflineResourceList":["EventTarget"],"OffscreenCanvas":["EventTarget"],"OpenWindowEventDetail":[],"OptionalEffectTiming":[],"OrientationLockType":[],"OrientationType":[],"OscillatorNode":["AudioNode","AudioScheduledSourceNode","EventTarget"],"OscillatorOptions":[],"OscillatorType":[],"OverSampleType":[],"PageTransitionEvent":["Event"],"PageTransitionEventInit":[],"PaintRequest":[],"PaintRequestList":[],"PaintWorkletGlobalScope":["WorkletGlobalScope"],"PannerNode":["AudioNode","EventTarget"],"PannerOptions":[],"PanningModelType":[],"Path2d":[],"PaymentAddress":[],"PaymentComplete":[],"PaymentMethodChangeEvent":["Event","PaymentRequestUpdateEvent"],"PaymentMethodChangeEventInit":[],"PaymentRequestUpdateEvent":["Event"],"PaymentRequestUpdateEventInit":[],"PaymentResponse":[],"Pbkdf2Params":[],"PcImplIceConnectionState":[],"PcImplIceGatheringState":[],"PcImplSignalingState":[],"PcObserverStateType":[],"Performance":["EventTarget"],"PerformanceEntry":[],"PerformanceEntryEventInit":[],"PerformanceEntryFilterOptions":[],"PerformanceMark":["PerformanceEntry"],"PerformanceMeasure":["PerformanceEntry"],"PerformanceNavigation":[],"PerformanceNavigationTiming":["PerformanceEntry","PerformanceResourceTiming"],"PerformanceObserver":[],"PerformanceObserverEntryList":[],"PerformanceObserverInit":[],"PerformanceResourceTiming":["PerformanceEntry"],"PerformanceServerTiming":[],"PerformanceTiming":[],"PeriodicWave":[],"PeriodicWaveConstraints":[],"PeriodicWaveOptions":[],"PermissionDescriptor":[],"PermissionName":[],"PermissionState":[],"PermissionStatus":["EventTarget"],"Permissions":[],"PlaybackDirection":[],"Plugin":[],"PluginArray":[],"PluginCrashedEventInit":[],"PointerEvent":["Event","MouseEvent","UiEvent"],"PointerEventInit":[],"PopStateEvent":["Event"],"PopStateEventInit":[],"PopupBlockedEvent":["Event"],"PopupBlockedEventInit":[],"Position":[],"PositionAlignSetting":[],"PositionError":[],"PositionOptions":[],"Presentation":[],"PresentationAvailability":["EventTarget"],"PresentationConnection":["EventTarget"],"PresentationConnectionAvailableEvent":["Event"],"PresentationConnectionAvailableEventInit":[],"PresentationConnectionBinaryType":[],"PresentationConnectionCloseEvent":["Event"],"PresentationConnectionCloseEventInit":[],"PresentationConnectionClosedReason":[],"PresentationConnectionList":["EventTarget"],"PresentationConnectionState":[],"PresentationReceiver":[],"PresentationRequest":["EventTarget"],"PresentationStyle":[],"ProcessingInstruction":["CharacterData","EventTarget","Node"],"ProfileTimelineLayerRect":[],"ProfileTimelineMarker":[],"ProfileTimelineMessagePortOperationType":[],"ProfileTimelineStackFrame":[],"ProfileTimelineWorkerOperationType":[],"ProgressEvent":["Event"],"ProgressEventInit":[],"PromiseNativeHandler":[],"PromiseRejectionEvent":["Event"],"PromiseRejectionEventInit":[],"PublicKeyCredential":["Credential"],"PublicKeyCredentialCreationOptions":[],"PublicKeyCredentialDescriptor":[],"PublicKeyCredentialEntity":[],"PublicKeyCredentialParameters":[],"PublicKeyCredentialRequestOptions":[],"PublicKeyCredentialRpEntity":[],"PublicKeyCredentialType":[],"PublicKeyCredentialUserEntity":[],"PushEncryptionKeyName":[],"PushEvent":["Event","ExtendableEvent"],"PushEventInit":[],"PushManager":[],"PushMessageData":[],"PushPermissionState":[],"PushSubscription":[],"PushSubscriptionInit":[],"PushSubscriptionJson":[],"PushSubscriptionKeys":[],"PushSubscriptionOptions":[],"PushSubscriptionOptionsInit":[],"RadioNodeList":["NodeList"],"Range":[],"RcwnPerfStats":[],"RcwnStatus":[],"ReadableStream":[],"RecordingState":[],"ReferrerPolicy":[],"RegisterRequest":[],"RegisterResponse":[],"RegisteredKey":[],"RegistrationOptions":[],"Request":[],"RequestCache":[],"RequestCredentials":[],"RequestDestination":[],"RequestDeviceOptions":[],"RequestInit":[],"RequestMediaKeySystemAccessNotification":[],"RequestMode":[],"RequestRedirect":[],"Response":[],"ResponseInit":[],"ResponseType":[],"RsaHashedImportParams":[],"RsaOaepParams":[],"RsaOtherPrimesInfo":[],"RsaPssParams":[],"RtcAnswerOptions":[],"RtcBundlePolicy":[],"RtcCertificate":[],"RtcCertificateExpiration":[],"RtcCodecStats":[],"RtcConfiguration":[],"RtcDataChannel":["EventTarget"],"RtcDataChannelEvent":["Event"],"RtcDataChannelEventInit":[],"RtcDataChannelInit":[],"RtcDataChannelState":[],"RtcDataChannelType":[],"RtcDegradationPreference":[],"RtcFecParameters":[],"RtcIceCandidate":[],"RtcIceCandidateInit":[],"RtcIceCandidatePairStats":[],"RtcIceCandidateStats":[],"RtcIceComponentStats":[],"RtcIceConnectionState":[],"RtcIceCredentialType":[],"RtcIceGatheringState":[],"RtcIceServer":[],"RtcIceTransportPolicy":[],"RtcIdentityAssertion":[],"RtcIdentityAssertionResult":[],"RtcIdentityProvider":[],"RtcIdentityProviderDetails":[],"RtcIdentityProviderOptions":[],"RtcIdentityProviderRegistrar":[],"RtcIdentityValidationResult":[],"RtcInboundRtpStreamStats":[],"RtcLifecycleEvent":[],"RtcMediaStreamStats":[],"RtcMediaStreamTrackStats":[],"RtcOfferAnswerOptions":[],"RtcOfferOptions":[],"RtcOutboundRtpStreamStats":[],"RtcPeerConnection":["EventTarget"],"RtcPeerConnectionIceEvent":["Event"],"RtcPeerConnectionIceEventInit":[],"RtcPriorityType":[],"RtcRtcpParameters":[],"RtcRtpCodecParameters":[],"RtcRtpContributingSource":[],"RtcRtpEncodingParameters":[],"RtcRtpHeaderExtensionParameters":[],"RtcRtpParameters":[],"RtcRtpReceiver":[],"RtcRtpSender":[],"RtcRtpSourceEntry":[],"RtcRtpSourceEntryType":[],"RtcRtpSynchronizationSource":[],"RtcRtpTransceiver":[],"RtcRtpTransceiverDirection":[],"RtcRtpTransceiverInit":[],"RtcRtxParameters":[],"RtcSdpType":[],"RtcSessionDescription":[],"RtcSessionDescriptionInit":[],"RtcSignalingState":[],"RtcStats":[],"RtcStatsIceCandidatePairState":[],"RtcStatsIceCandidateType":[],"RtcStatsReport":[],"RtcStatsReportInternal":[],"RtcStatsType":[],"RtcTrackEvent":["Event"],"RtcTrackEventInit":[],"RtcTransportStats":[],"RtcdtmfSender":["EventTarget"],"RtcdtmfToneChangeEvent":["Event"],"RtcdtmfToneChangeEventInit":[],"RtcrtpContributingSourceStats":[],"RtcrtpStreamStats":[],"Screen":["EventTarget"],"ScreenColorGamut":[],"ScreenLuminance":[],"ScreenOrientation":["EventTarget"],"ScriptProcessorNode":["AudioNode","EventTarget"],"ScrollAreaEvent":["Event","UiEvent"],"ScrollBehavior":[],"ScrollBoxObject":[],"ScrollIntoViewOptions":[],"ScrollLogicalPosition":[],"ScrollOptions":[],"ScrollRestoration":[],"ScrollSetting":[],"ScrollState":[],"ScrollToOptions":[],"ScrollViewChangeEventInit":[],"SecurityPolicyViolationEvent":["Event"],"SecurityPolicyViolationEventDisposition":[],"SecurityPolicyViolationEventInit":[],"Selection":[],"ServerSocketOptions":[],"ServiceWorker":["EventTarget"],"ServiceWorkerContainer":["EventTarget"],"ServiceWorkerGlobalScope":["EventTarget","WorkerGlobalScope"],"ServiceWorkerRegistration":["EventTarget"],"ServiceWorkerState":[],"ServiceWorkerUpdateViaCache":[],"ShadowRoot":["DocumentFragment","EventTarget","Node"],"ShadowRootInit":[],"ShadowRootMode":[],"SharedWorker":["EventTarget"],"SharedWorkerGlobalScope":["EventTarget","WorkerGlobalScope"],"SignResponse":[],"SocketElement":[],"SocketOptions":[],"SocketReadyState":[],"SocketsDict":[],"SourceBuffer":["EventTarget"],"SourceBufferAppendMode":[],"SourceBufferList":["EventTarget"],"SpeechGrammar":[],"SpeechGrammarList":[],"SpeechRecognition":["EventTarget"],"SpeechRecognitionAlternative":[],"SpeechRecognitionError":["Event"],"SpeechRecognitionErrorCode":[],"SpeechRecognitionErrorInit":[],"SpeechRecognitionEvent":["Event"],"SpeechRecognitionEventInit":[],"SpeechRecognitionResult":[],"SpeechRecognitionResultList":[],"SpeechSynthesis":["EventTarget"],"SpeechSynthesisErrorCode":[],"SpeechSynthesisErrorEvent":["Event","SpeechSynthesisEvent"],"SpeechSynthesisErrorEventInit":[],"SpeechSynthesisEvent":["Event"],"SpeechSynthesisEventInit":[],"SpeechSynthesisUtterance":["EventTarget"],"SpeechSynthesisVoice":[],"StereoPannerNode":["AudioNode","EventTarget"],"StereoPannerOptions":[],"Storage":[],"StorageEstimate":[],"StorageEvent":["Event"],"StorageEventInit":[],"StorageManager":[],"StorageType":[],"StyleRuleChangeEventInit":[],"StyleSheet":[],"StyleSheetApplicableStateChangeEventInit":[],"StyleSheetChangeEventInit":[],"StyleSheetList":[],"SubtleCrypto":[],"SupportedType":[],"SvgAngle":[],"SvgAnimateElement":["Element","EventTarget","Node","SvgAnimationElement","SvgElement"],"SvgAnimateMotionElement":["Element","EventTarget","Node","SvgAnimationElement","SvgElement"],"SvgAnimateTransformElement":["Element","EventTarget","Node","SvgAnimationElement","SvgElement"],"SvgAnimatedAngle":[],"SvgAnimatedBoolean":[],"SvgAnimatedEnumeration":[],"SvgAnimatedInteger":[],"SvgAnimatedLength":[],"SvgAnimatedLengthList":[],"SvgAnimatedNumber":[],"SvgAnimatedNumberList":[],"SvgAnimatedPreserveAspectRatio":[],"SvgAnimatedRect":[],"SvgAnimatedString":[],"SvgAnimatedTransformList":[],"SvgAnimationElement":["Element","EventTarget","Node","SvgElement"],"SvgBoundingBoxOptions":[],"SvgCircleElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgClipPathElement":["Element","EventTarget","Node","SvgElement"],"SvgComponentTransferFunctionElement":["Element","EventTarget","Node","SvgElement"],"SvgDefsElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgDescElement":["Element","EventTarget","Node","SvgElement"],"SvgElement":["Element","EventTarget","Node"],"SvgEllipseElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgFilterElement":["Element","EventTarget","Node","SvgElement"],"SvgForeignObjectElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgGeometryElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgGradientElement":["Element","EventTarget","Node","SvgElement"],"SvgGraphicsElement":["Element","EventTarget","Node","SvgElement"],"SvgImageElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgLength":[],"SvgLengthList":[],"SvgLineElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgLinearGradientElement":["Element","EventTarget","Node","SvgElement","SvgGradientElement"],"SvgMarkerElement":["Element","EventTarget","Node","SvgElement"],"SvgMaskElement":["Element","EventTarget","Node","SvgElement"],"SvgMatrix":[],"SvgMetadataElement":["Element","EventTarget","Node","SvgElement"],"SvgNumber":[],"SvgNumberList":[],"SvgPathElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgPathSeg":[],"SvgPathSegArcAbs":["SvgPathSeg"],"SvgPathSegArcRel":["SvgPathSeg"],"SvgPathSegClosePath":["SvgPathSeg"],"SvgPathSegCurvetoCubicAbs":["SvgPathSeg"],"SvgPathSegCurvetoCubicRel":["SvgPathSeg"],"SvgPathSegCurvetoCubicSmoothAbs":["SvgPathSeg"],"SvgPathSegCurvetoCubicSmoothRel":["SvgPathSeg"],"SvgPathSegCurvetoQuadraticAbs":["SvgPathSeg"],"SvgPathSegCurvetoQuadraticRel":["SvgPathSeg"],"SvgPathSegCurvetoQuadraticSmoothAbs":["SvgPathSeg"],"SvgPathSegCurvetoQuadraticSmoothRel":["SvgPathSeg"],"SvgPathSegLinetoAbs":["SvgPathSeg"],"SvgPathSegLinetoHorizontalAbs":["SvgPathSeg"],"SvgPathSegLinetoHorizontalRel":["SvgPathSeg"],"SvgPathSegLinetoRel":["SvgPathSeg"],"SvgPathSegLinetoVerticalAbs":["SvgPathSeg"],"SvgPathSegLinetoVerticalRel":["SvgPathSeg"],"SvgPathSegList":[],"SvgPathSegMovetoAbs":["SvgPathSeg"],"SvgPathSegMovetoRel":["SvgPathSeg"],"SvgPatternElement":["Element","EventTarget","Node","SvgElement"],"SvgPoint":[],"SvgPointList":[],"SvgPolygonElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgPolylineElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgPreserveAspectRatio":[],"SvgRadialGradientElement":["Element","EventTarget","Node","SvgElement","SvgGradientElement"],"SvgRect":[],"SvgRectElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgScriptElement":["Element","EventTarget","Node","SvgElement"],"SvgSetElement":["Element","EventTarget","Node","SvgAnimationElement","SvgElement"],"SvgStopElement":["Element","EventTarget","Node","SvgElement"],"SvgStringList":[],"SvgStyleElement":["Element","EventTarget","Node","SvgElement"],"SvgSwitchElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgSymbolElement":["Element","EventTarget","Node","SvgElement"],"SvgTextContentElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgTextElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement","SvgTextContentElement","SvgTextPositioningElement"],"SvgTextPathElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement","SvgTextContentElement"],"SvgTextPositioningElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement","SvgTextContentElement"],"SvgTitleElement":["Element","EventTarget","Node","SvgElement"],"SvgTransform":[],"SvgTransformList":[],"SvgUnitTypes":[],"SvgUseElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgViewElement":["Element","EventTarget","Node","SvgElement"],"SvgZoomAndPan":[],"SvgaElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgfeBlendElement":["Element","EventTarget","Node","SvgElement"],"SvgfeColorMatrixElement":["Element","EventTarget","Node","SvgElement"],"SvgfeComponentTransferElement":["Element","EventTarget","Node","SvgElement"],"SvgfeCompositeElement":["Element","EventTarget","Node","SvgElement"],"SvgfeConvolveMatrixElement":["Element","EventTarget","Node","SvgElement"],"SvgfeDiffuseLightingElement":["Element","EventTarget","Node","SvgElement"],"SvgfeDisplacementMapElement":["Element","EventTarget","Node","SvgElement"],"SvgfeDistantLightElement":["Element","EventTarget","Node","SvgElement"],"SvgfeDropShadowElement":["Element","EventTarget","Node","SvgElement"],"SvgfeFloodElement":["Element","EventTarget","Node","SvgElement"],"SvgfeFuncAElement":["Element","EventTarget","Node","SvgComponentTransferFunctionElement","SvgElement"],"SvgfeFuncBElement":["Element","EventTarget","Node","SvgComponentTransferFunctionElement","SvgElement"],"SvgfeFuncGElement":["Element","EventTarget","Node","SvgComponentTransferFunctionElement","SvgElement"],"SvgfeFuncRElement":["Element","EventTarget","Node","SvgComponentTransferFunctionElement","SvgElement"],"SvgfeGaussianBlurElement":["Element","EventTarget","Node","SvgElement"],"SvgfeImageElement":["Element","EventTarget","Node","SvgElement"],"SvgfeMergeElement":["Element","EventTarget","Node","SvgElement"],"SvgfeMergeNodeElement":["Element","EventTarget","Node","SvgElement"],"SvgfeMorphologyElement":["Element","EventTarget","Node","SvgElement"],"SvgfeOffsetElement":["Element","EventTarget","Node","SvgElement"],"SvgfePointLightElement":["Element","EventTarget","Node","SvgElement"],"SvgfeSpecularLightingElement":["Element","EventTarget","Node","SvgElement"],"SvgfeSpotLightElement":["Element","EventTarget","Node","SvgElement"],"SvgfeTileElement":["Element","EventTarget","Node","SvgElement"],"SvgfeTurbulenceElement":["Element","EventTarget","Node","SvgElement"],"SvggElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgmPathElement":["Element","EventTarget","Node","SvgElement"],"SvgsvgElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgtSpanElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement","SvgTextContentElement","SvgTextPositioningElement"],"TcpReadyState":[],"TcpServerSocket":["EventTarget"],"TcpServerSocketEvent":["Event"],"TcpServerSocketEventInit":[],"TcpSocket":["EventTarget"],"TcpSocketBinaryType":[],"TcpSocketErrorEvent":["Event"],"TcpSocketErrorEventInit":[],"TcpSocketEvent":["Event"],"TcpSocketEventInit":[],"Text":["CharacterData","EventTarget","Node"],"TextDecodeOptions":[],"TextDecoder":[],"TextDecoderOptions":[],"TextEncoder":[],"TextMetrics":[],"TextTrack":["EventTarget"],"TextTrackCue":["EventTarget"],"TextTrackCueList":[],"TextTrackKind":[],"TextTrackList":["EventTarget"],"TextTrackMode":[],"TimeEvent":["Event"],"TimeRanges":[],"Touch":[],"TouchEvent":["Event","UiEvent"],"TouchEventInit":[],"TouchInit":[],"TouchList":[],"TrackEvent":["Event"],"TrackEventInit":[],"TransitionEvent":["Event"],"TransitionEventInit":[],"Transport":[],"TreeBoxObject":[],"TreeCellInfo":[],"TreeView":[],"TreeWalker":[],"U2f":[],"U2fClientData":[],"UdpMessageEventInit":[],"UdpOptions":[],"UiEvent":["Event"],"UiEventInit":[],"Url":[],"UrlSearchParams":[],"Usb":["EventTarget"],"UsbAlternateInterface":[],"UsbConfiguration":[],"UsbConnectionEvent":["Event"],"UsbConnectionEventInit":[],"UsbControlTransferParameters":[],"UsbDevice":[],"UsbDeviceFilter":[],"UsbDeviceRequestOptions":[],"UsbDirection":[],"UsbEndpoint":[],"UsbEndpointType":[],"UsbInTransferResult":[],"UsbInterface":[],"UsbIsochronousInTransferPacket":[],"UsbIsochronousInTransferResult":[],"UsbIsochronousOutTransferPacket":[],"UsbIsochronousOutTransferResult":[],"UsbOutTransferResult":[],"UsbPermissionDescriptor":[],"UsbPermissionResult":["EventTarget","PermissionStatus"],"UsbPermissionStorage":[],"UsbRecipient":[],"UsbRequestType":[],"UsbTransferStatus":[],"UserProximityEvent":["Event"],"UserProximityEventInit":[],"UserVerificationRequirement":[],"ValidityState":[],"ValueEvent":["Event"],"ValueEventInit":[],"VideoConfiguration":[],"VideoFacingModeEnum":[],"VideoPlaybackQuality":[],"VideoStreamTrack":["EventTarget","MediaStreamTrack"],"VideoTrack":[],"VideoTrackList":["EventTarget"],"VisibilityState":[],"VoidCallback":[],"VrDisplay":["EventTarget"],"VrDisplayCapabilities":[],"VrEye":[],"VrEyeParameters":[],"VrFieldOfView":[],"VrFrameData":[],"VrLayer":[],"VrMockController":[],"VrMockDisplay":[],"VrPose":[],"VrServiceTest":[],"VrStageParameters":[],"VrSubmitFrameResult":[],"VttCue":["EventTarget","TextTrackCue"],"VttRegion":[],"WatchAdvertisementsOptions":[],"WaveShaperNode":["AudioNode","EventTarget"],"WaveShaperOptions":[],"WebGl2RenderingContext":[],"WebGlActiveInfo":[],"WebGlBuffer":[],"WebGlContextAttributes":[],"WebGlContextEvent":["Event"],"WebGlContextEventInit":[],"WebGlFramebuffer":[],"WebGlPowerPreference":[],"WebGlProgram":[],"WebGlQuery":[],"WebGlRenderbuffer":[],"WebGlRenderingContext":[],"WebGlSampler":[],"WebGlShader":[],"WebGlShaderPrecisionFormat":[],"WebGlSync":[],"WebGlTexture":[],"WebGlTransformFeedback":[],"WebGlUniformLocation":[],"WebGlVertexArrayObject":[],"WebKitCssMatrix":["DomMatrix","DomMatrixReadOnly"],"WebSocket":["EventTarget"],"WebSocketDict":[],"WebSocketElement":[],"WebglColorBufferFloat":[],"WebglCompressedTextureAstc":[],"WebglCompressedTextureAtc":[],"WebglCompressedTextureEtc":[],"WebglCompressedTextureEtc1":[],"WebglCompressedTexturePvrtc":[],"WebglCompressedTextureS3tc":[],"WebglCompressedTextureS3tcSrgb":[],"WebglDebugRendererInfo":[],"WebglDebugShaders":[],"WebglDepthTexture":[],"WebglDrawBuffers":[],"WebglLoseContext":[],"WebrtcGlobalStatisticsReport":[],"WheelEvent":["Event","MouseEvent","UiEvent"],"WheelEventInit":[],"WidevineCdmManifest":[],"Window":["EventTarget"],"WindowClient":["Client"],"Worker":["EventTarget"],"WorkerDebuggerGlobalScope":["EventTarget"],"WorkerGlobalScope":["EventTarget"],"WorkerLocation":[],"WorkerNavigator":[],"WorkerOptions":[],"Worklet":[],"WorkletGlobalScope":[],"WorkletOptions":[],"XPathExpression":[],"XPathNsResolver":[],"XPathResult":[],"XmlDocument":["Document","EventTarget","Node"],"XmlHttpRequest":["EventTarget","XmlHttpRequestEventTarget"],"XmlHttpRequestEventTarget":["EventTarget"],"XmlHttpRequestResponseType":[],"XmlHttpRequestUpload":["EventTarget","XmlHttpRequestEventTarget"],"XmlSerializer":[],"Xr":["EventTarget"],"XrBoundedReferenceSpace":["EventTarget","XrReferenceSpace","XrSpace"],"XrEye":[],"XrFrame":[],"XrHandedness":[],"XrInputSource":[],"XrInputSourceArray":[],"XrInputSourceEvent":["Event"],"XrInputSourceEventInit":[],"XrInputSourcesChangeEvent":["Event"],"XrInputSourcesChangeEventInit":[],"XrPose":[],"XrReferenceSpace":["EventTarget","XrSpace"],"XrReferenceSpaceEvent":["Event"],"XrReferenceSpaceEventInit":[],"XrReferenceSpaceType":[],"XrRenderState":[],"XrRenderStateInit":[],"XrRigidTransform":[],"XrSession":["EventTarget"],"XrSessionEvent":["Event"],"XrSessionEventInit":[],"XrSessionInit":[],"XrSessionMode":[],"XrSpace":["EventTarget"],"XrTargetRayMode":[],"XrView":[],"XrViewerPose":["XrPose"],"XrViewport":[],"XrVisibilityState":[],"XrWebGlLayer":[],"XrWebGlLayerInit":[],"XsltProcessor":[],"console":[],"css":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/web-sys-0.3.51/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg=web_sys_unstable_apis"]}}},"publish":null,"authors":["The wasm-bindgen Developers"],"categories":[],"keywords":[],"readme":"./README.md","repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys","homepage":"https://rustwasm.github.io/wasm-bindgen/web-sys/index.html","documentation":"https://rustwasm.github.io/wasm-bindgen/api/web_sys/","edition":"2018","links":null},{"name":"wepoll-ffi","version":"0.1.2","id":"wepoll-ffi 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0 OR BSD-2-Clause","license_file":null,"description":"Bindings for the wepoll library","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"wepoll-ffi","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wepoll-ffi-0.1.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wepoll-ffi-0.1.2/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"null-overlapped-wakeups-patch":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/wepoll-ffi-0.1.2/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-pc-windows-msvc"]}}},"publish":null,"authors":["Philip Degarmo "],"categories":["external-ffi-bindings"],"keywords":["wepoll"],"readme":"README.md","repository":"https://github.com/aclysma/wepoll-ffi","homepage":"https://github.com/aclysma/wepoll-ffi","documentation":null,"edition":"2018","links":null},{"name":"which","version":"4.2.2","id":"which 4.2.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A Rust equivalent of Unix command \"which\". Locate installed executable in cross platforms.","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.6","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.65","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.4","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tempdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"which","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/which-4.2.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"basic","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/which-4.2.2/tests/basic.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/which-4.2.2/Cargo.toml","metadata":null,"publish":null,"authors":["Harry Fei "],"categories":["os","filesystem"],"keywords":["which","which-rs","unix","command"],"readme":"README.md","repository":"https://github.com/harryfei/which-rs.git","homepage":null,"documentation":"https://docs.rs/which/","edition":"2018","links":null},{"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/crates.io-index","dependencies":[{"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,"registry":null},{"name":"bcrypt-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,"registry":null},{"name":"comctl32-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,"registry":null},{"name":"comdlg32-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,"registry":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":null,"registry":null},{"name":"crypt32-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,"registry":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,"registry":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":[],"target":null,"registry":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":[],"target":null,"registry":null},{"name":"d3d9-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,"registry":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,"registry":null},{"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":null,"registry":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,"registry":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,"registry":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,"registry":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,"registry":null},{"name":"dxguid-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,"registry":null},{"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,"registry":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":[],"target":null,"registry":null},{"name":"httpapi-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,"registry":null},{"name":"kernel32-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,"registry":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":[],"target":null,"registry":null},{"name":"mpr-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,"registry":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":[],"target":null,"registry":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,"registry":null},{"name":"ole32-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,"registry":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":[],"target":null,"registry":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,"registry":null},{"name":"pdh-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,"registry":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,"registry":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,"registry":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,"registry":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,"registry":null},{"name":"shell32-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,"registry":null},{"name":"shlwapi-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,"registry":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,"registry":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,"registry":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,"features":[],"target":null,"registry":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,"registry":null},{"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,"registry":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,"registry":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,"registry":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,"features":[],"target":null,"registry":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,"features":[],"target":null,"registry":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,"features":[],"target":null,"registry":null},{"name":"winusb-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,"registry":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,"registry":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":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"winapi","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.2.8/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.2.8/Cargo.toml","metadata":null,"publish":null,"authors":["Peter Atashian "],"categories":[],"keywords":["windows","ffi","win32","com","directx"],"readme":"README.md","repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":"https://retep998.github.io/doc/winapi/","edition":"2015","links":null},{"name":"winapi","version":"0.3.9","id":"winapi 0.3.9 (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-index","req":"^0.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"i686-pc-windows-gnu","registry":null},{"name":"winapi-x86_64-pc-windows-gnu","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":"x86_64-pc-windows-gnu","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"winapi","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.9/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.9/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"accctrl":[],"aclapi":[],"activation":[],"adhoc":[],"appmgmt":[],"audioclient":[],"audiosessiontypes":[],"avrt":[],"basetsd":[],"bcrypt":[],"bits":[],"bits10_1":[],"bits1_5":[],"bits2_0":[],"bits2_5":[],"bits3_0":[],"bits4_0":[],"bits5_0":[],"bitscfg":[],"bitsmsg":[],"bluetoothapis":[],"bluetoothleapis":[],"bthdef":[],"bthioctl":[],"bthledef":[],"bthsdpdef":[],"bugcodes":[],"cderr":[],"cfg":[],"cfgmgr32":[],"cguid":[],"combaseapi":[],"coml2api":[],"commapi":[],"commctrl":[],"commdlg":[],"commoncontrols":[],"consoleapi":[],"corecrt":[],"corsym":[],"d2d1":[],"d2d1_1":[],"d2d1_2":[],"d2d1_3":[],"d2d1effectauthor":[],"d2d1effects":[],"d2d1effects_1":[],"d2d1effects_2":[],"d2d1svg":[],"d2dbasetypes":[],"d3d":[],"d3d10":[],"d3d10_1":[],"d3d10_1shader":[],"d3d10effect":[],"d3d10misc":[],"d3d10sdklayers":[],"d3d10shader":[],"d3d11":[],"d3d11_1":[],"d3d11_2":[],"d3d11_3":[],"d3d11_4":[],"d3d11on12":[],"d3d11sdklayers":[],"d3d11shader":[],"d3d11tokenizedprogramformat":[],"d3d12":[],"d3d12sdklayers":[],"d3d12shader":[],"d3d9":[],"d3d9caps":[],"d3d9types":[],"d3dcommon":[],"d3dcompiler":[],"d3dcsx":[],"d3dkmdt":[],"d3dkmthk":[],"d3dukmdt":[],"d3dx10core":[],"d3dx10math":[],"d3dx10mesh":[],"datetimeapi":[],"davclnt":[],"dbghelp":[],"dbt":[],"dcommon":[],"dcomp":[],"dcompanimation":[],"dcomptypes":[],"dde":[],"ddraw":[],"ddrawi":[],"ddrawint":[],"debug":["impl-debug"],"debugapi":[],"devguid":[],"devicetopology":[],"devpkey":[],"devpropdef":[],"dinput":[],"dinputd":[],"dispex":[],"dmksctl":[],"dmusicc":[],"docobj":[],"documenttarget":[],"dot1x":[],"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":[],"eaptypes":[],"enclaveapi":[],"endpointvolume":[],"errhandlingapi":[],"everything":[],"evntcons":[],"evntprov":[],"evntrace":[],"excpt":[],"exdisp":[],"fibersapi":[],"fileapi":[],"functiondiscoverykeys_devpkey":[],"gl-gl":[],"guiddef":[],"handleapi":[],"heapapi":[],"hidclass":[],"hidpi":[],"hidsdi":[],"hidusage":[],"highlevelmonitorconfigurationapi":[],"hstring":[],"http":[],"ifdef":[],"ifmib":[],"imm":[],"impl-debug":[],"impl-default":[],"in6addr":[],"inaddr":[],"inspectable":[],"interlockedapi":[],"intsafe":[],"ioapiset":[],"ipexport":[],"iphlpapi":[],"ipifcons":[],"ipmib":[],"iprtrmib":[],"iptypes":[],"jobapi":[],"jobapi2":[],"knownfolders":[],"ks":[],"ksmedia":[],"ktmtypes":[],"ktmw32":[],"l2cmn":[],"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":[],"mmdeviceapi":[],"mmeapi":[],"mmreg":[],"mmsystem":[],"mprapidef":[],"msaatext":[],"mscat":[],"mschapp":[],"mssip":[],"mstcpip":[],"mswsock":[],"mswsockdef":[],"namedpipeapi":[],"namespaceapi":[],"nb30":[],"ncrypt":[],"netioapi":[],"nldef":[],"ntddndis":[],"ntddscsi":[],"ntddser":[],"ntdef":[],"ntlsa":[],"ntsecapi":[],"ntstatus":[],"oaidl":[],"objbase":[],"objidl":[],"objidlbase":[],"ocidl":[],"ole2":[],"oleauto":[],"olectl":[],"oleidl":[],"opmapi":[],"pdh":[],"perflib":[],"physicalmonitorenumerationapi":[],"playsoundapi":[],"portabledevice":[],"portabledeviceapi":[],"portabledevicetypes":[],"powerbase":[],"powersetting":[],"powrprof":[],"processenv":[],"processsnapshot":[],"processthreadsapi":[],"processtopologyapi":[],"profileapi":[],"propidl":[],"propkey":[],"propkeydef":[],"propsys":[],"prsht":[],"psapi":[],"qos":[],"realtimeapiset":[],"reason":[],"restartmanager":[],"restrictederrorinfo":[],"rmxfguid":[],"roapi":[],"robuffer":[],"roerrorapi":[],"rpc":[],"rpcdce":[],"rpcndr":[],"rtinfo":[],"sapi":[],"sapi51":[],"sapi53":[],"sapiddk":[],"sapiddk51":[],"schannel":[],"sddl":[],"securityappcontainer":[],"securitybaseapi":[],"servprov":[],"setupapi":[],"shellapi":[],"shellscalingapi":[],"shlobj":[],"shobjidl":[],"shobjidl_core":[],"shtypes":[],"softpub":[],"spapidef":[],"spellcheck":[],"sporder":[],"sql":[],"sqlext":[],"sqltypes":[],"sqlucode":[],"sspi":[],"std":[],"stralign":[],"stringapiset":[],"strmif":[],"subauth":[],"synchapi":[],"sysinfoapi":[],"systemtopologyapi":[],"taskschd":[],"tcpestats":[],"tcpmib":[],"textstor":[],"threadpoolapiset":[],"threadpoollegacyapiset":[],"timeapi":[],"timezoneapi":[],"tlhelp32":[],"transportsettingcommon":[],"tvout":[],"udpmib":[],"unknwnbase":[],"urlhist":[],"urlmon":[],"usb":[],"usbioctl":[],"usbiodef":[],"usbscan":[],"usbspec":[],"userenv":[],"usp10":[],"utilapiset":[],"uxtheme":[],"vadefs":[],"vcruntime":[],"vsbackup":[],"vss":[],"vsserror":[],"vswriter":[],"wbemads":[],"wbemcli":[],"wbemdisp":[],"wbemprov":[],"wbemtran":[],"wct":[],"werapi":[],"winbase":[],"wincodec":[],"wincodecsdk":[],"wincon":[],"wincontypes":[],"wincred":[],"wincrypt":[],"windef":[],"windot11":[],"windowsceip":[],"windowsx":[],"winefs":[],"winerror":[],"winevt":[],"wingdi":[],"winhttp":[],"wininet":[],"winineti":[],"winioctl":[],"winnetwk":[],"winnls":[],"winnt":[],"winreg":[],"winsafer":[],"winscard":[],"winsmcrd":[],"winsock2":[],"winspool":[],"winstring":[],"winsvc":[],"wintrust":[],"winusb":[],"winusbio":[],"winuser":[],"winver":[],"wlanapi":[],"wlanihv":[],"wlanihvtypes":[],"wlantypes":[],"wlclient":[],"wmistr":[],"wnnc":[],"wow64apiset":[],"wpdmtpextensions":[],"ws2bth":[],"ws2def":[],"ws2ipdef":[],"ws2spi":[],"ws2tcpip":[],"wtsapi32":[],"wtypes":[],"wtypesbase":[],"xinput":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.9/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","features":["everything","impl-debug","impl-default"],"targets":["aarch64-pc-windows-msvc","i686-pc-windows-msvc","x86_64-pc-windows-msvc"]}}},"publish":null,"authors":["Peter Atashian "],"categories":["external-ffi-bindings","no-std","os::windows-apis"],"keywords":["windows","ffi","win32","com","directx"],"readme":"README.md","repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":"https://docs.rs/winapi/","edition":"2015","links":null},{"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","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-build-0.1.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-build-0.1.1/Cargo.toml","metadata":null,"publish":null,"authors":["Peter Atashian "],"categories":[],"keywords":["Windows","FFI","WinSDK"],"readme":null,"repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":null,"edition":"2015","links":null},{"name":"winapi-i686-pc-windows-gnu","version":"0.4.0","id":"winapi-i686-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 i686-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","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"winapi-i686-pc-windows-gnu","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-i686-pc-windows-gnu-0.4.0/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml","metadata":null,"publish":null,"authors":["Peter Atashian "],"categories":[],"keywords":["windows"],"readme":null,"repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":null,"edition":"2015","links":null},{"name":"winapi-util","version":"0.1.5","id":"winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)","license":"Unlicense/MIT","license_file":null,"description":"A dumping ground for high level safe wrappers over winapi.","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.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["std","consoleapi","errhandlingapi","fileapi","minwindef","processenv","winbase","wincon","winerror","winnt"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"winapi-util","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-util-0.1.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-util-0.1.5/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-pc-windows-msvc"]}}},"publish":null,"authors":["Andrew Gallant "],"categories":["os::windows-apis","external-ffi-bindings"],"keywords":["windows","winapi","util","win"],"readme":"README.md","repository":"https://github.com/BurntSushi/winapi-util","homepage":"https://github.com/BurntSushi/winapi-util","documentation":"https://docs.rs/winapi-util","edition":"2018","links":null},{"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","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"winapi-x86_64-pc-windows-gnu","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml","metadata":null,"publish":null,"authors":["Peter Atashian "],"categories":[],"keywords":["windows"],"readme":null,"repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":null,"edition":"2015","links":null},{"name":"winreg","version":"0.7.0","id":"winreg 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Rust bindings to MS Windows Registry API","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"chrono","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,"registry":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,"registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["impl-default","impl-debug","minwindef","minwinbase","timezoneapi","winerror","winnt","winreg","handleapi"],"target":null,"registry":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,"registry":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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"winreg","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.7.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"basic_usage","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.7.0/examples/basic_usage.rs","edition":"2015","required-features":["chrono"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"enum","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.7.0/examples/enum.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"transactions","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.7.0/examples/transactions.rs","edition":"2015","required-features":["transactions"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"serialization","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.7.0/examples/serialization.rs","edition":"2015","required-features":["serialization-serde"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"installed_apps","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.7.0/examples/installed_apps.rs","edition":"2015","required-features":["serialization-serde"],"doc":false,"doctest":false,"test":false}],"features":{"serialization-serde":["transactions","serde"],"transactions":["winapi/ktmw32"]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.7.0/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-pc-windows-msvc"}}},"publish":null,"authors":["Igor Shaula "],"categories":["api-bindings","os::windows-apis"],"keywords":["Windows","WinSDK","Registry"],"readme":"README.md","repository":"https://github.com/gentoo90/winreg-rs","homepage":null,"documentation":"https://docs.rs/winreg","edition":"2015","links":null},{"name":"ws2_32-sys","version":"0.2.1","id":"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Contains function definitions for the Windows API library ws2_32. See winapi for types and constants.","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.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":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,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"ws2_32","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ws2_32-sys-0.2.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ws2_32-sys-0.2.1/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/ws2_32-sys-0.2.1/Cargo.toml","metadata":null,"publish":null,"authors":["Peter Atashian "],"categories":[],"keywords":["windows","ffi","win32"],"readme":"README.md","repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":"https://retep998.github.io/doc/ws2_32/","edition":"2015","links":null},{"name":"xattr","version":"0.2.2","id":"xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"unix extended filesystem attributes","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","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"xattr","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/xattr-0.2.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"main","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/xattr-0.2.2/tests/main.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{"default":["unsupported"],"unsupported":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/xattr-0.2.2/Cargo.toml","metadata":null,"publish":null,"authors":["Steven Allen "],"categories":[],"keywords":["xattr","filesystem","unix"],"readme":"README.md","repository":"https://github.com/Stebalien/xattr","homepage":null,"documentation":"https://docs.rs/xattr","edition":"2015","links":null},{"name":"xtask","version":"0.1.0","id":"xtask 0.1.0 (path+file:///home/cecile/repos/router/xtask)","license":null,"license_file":null,"description":null,"source":null,"dependencies":[{"name":"ansi_term","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"anyhow","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,"registry":null},{"name":"assert_fs","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,"registry":null},{"name":"base64","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"camino","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,"registry":null},{"name":"cargo_metadata","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"flate2","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,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","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,"registry":null},{"name":"regex","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,"registry":null},{"name":"reqwest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["blocking","native-tls"],"target":null,"registry":null},{"name":"semver","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,"registry":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,"registry":null},{"name":"serde_json_traversal","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,"registry":null},{"name":"structopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"tar","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,"registry":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"which","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"zip","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null}],"targets":[{"kind":["bin"],"crate_types":["bin"],"name":"xtask","src_path":"/home/cecile/repos/router/xtask/src/main.rs","edition":"2018","doc":true,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/repos/router/xtask/Cargo.toml","metadata":null,"publish":null,"authors":["Apollo Developers "],"categories":[],"keywords":[],"readme":"README.md","repository":null,"homepage":null,"documentation":null,"edition":"2018","links":null},{"name":"yaml-rust","version":"0.4.5","id":"yaml-rust 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"The missing YAML 1.2 parser for rust","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"linked-hash-map","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"yaml-rust","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"dump_yaml","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.5/examples/dump_yaml.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"quickcheck","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.5/tests/quickcheck.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"spec_test","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.5/tests/spec_test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_round_trip","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.5/tests/test_round_trip.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.5/Cargo.toml","metadata":null,"publish":null,"authors":["Yuheng Chen "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/chyh1990/yaml-rust","homepage":"http://chyh1990.github.io/yaml-rust/","documentation":"https://docs.rs/yaml-rust","edition":"2018","links":null},{"name":"zip","version":"0.5.13","id":"zip 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Library to support the reading and writing of zip files.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"bzip2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"crc32fast","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,"registry":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"thiserror","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,"registry":null},{"name":"time","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,"registry":null},{"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,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"zip","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/zip-0.5.13/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"extract","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/zip-0.5.13/examples/extract.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"extract_lorem","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/zip-0.5.13/examples/extract_lorem.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"file_info","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/zip-0.5.13/examples/file_info.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"stdin_info","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/zip-0.5.13/examples/stdin_info.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"write_dir","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/zip-0.5.13/examples/write_dir.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"write_sample","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/zip-0.5.13/examples/write_sample.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"end_to_end","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/zip-0.5.13/tests/end_to_end.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"invalid_date","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/zip-0.5.13/tests/invalid_date.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"zip64_large","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/zip-0.5.13/tests/zip64_large.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"zip_comment_garbage","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/zip-0.5.13/tests/zip_comment_garbage.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"zip_crypto","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/zip-0.5.13/tests/zip_crypto.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"read_entry","src_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/zip-0.5.13/benches/read_entry.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["bzip2","deflate","time"],"deflate":["flate2/rust_backend"],"deflate-miniz":["flate2/default"],"deflate-zlib":["flate2/zlib"],"unreserved":[]},"manifest_path":"/home/cecile/.cargo/registry/src/github.com-1ecc6299db9ec823/zip-0.5.13/Cargo.toml","metadata":null,"publish":null,"authors":["Mathijs van de Nes ","Marli Frost ","Ryan Levick "],"categories":[],"keywords":["zip","archive"],"readme":"README.md","repository":"https://github.com/zip-rs/zip.git","homepage":null,"documentation":null,"edition":"2018","links":null}],"workspace_members":["router 0.1.0 (path+file:///home/cecile/repos/router)","configuration 0.1.0 (path+file:///home/cecile/repos/router/crates/configuration)","execution 0.1.0 (path+file:///home/cecile/repos/router/crates/execution)","query-planner 0.1.0 (path+file:///home/cecile/repos/router/crates/query-planner)","server 0.1.0 (path+file:///home/cecile/repos/router/crates/server)","xtask 0.1.0 (path+file:///home/cecile/repos/router/xtask)"],"resolve":{"nodes":[{"id":"adler 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"aho-corasick 0.7.18 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["memchr 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"memchr","pkg":"memchr 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","std"]},{"id":"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"windows\")"}]}],"features":[]},{"id":"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"windows\")"}]}],"features":[]},{"id":"anyhow 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"ascii-canvas 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["term 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"term","pkg":"term 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"assert-json-diff 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"serde","pkg":"serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_json","pkg":"serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"assert_fs 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["doc-comment 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","globwalk 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)","predicates 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)","predicates-core 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","predicates-tree 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","tempfile 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"doc_comment","pkg":"doc-comment 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"globwalk","pkg":"globwalk 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"predicates","pkg":"predicates 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"predicates_core","pkg":"predicates-core 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"predicates_tree","pkg":"predicates-tree 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tempfile","pkg":"tempfile 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"async-channel 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["concurrent-queue 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)","event-listener 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)","futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"concurrent_queue","pkg":"concurrent-queue 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"event_listener","pkg":"event-listener 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_core","pkg":"futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"async-executor 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["async-task 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)","concurrent-queue 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)","fastrand 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","futures-lite 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)","once_cell 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","slab 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"async_task","pkg":"async-task 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"concurrent_queue","pkg":"concurrent-queue 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"fastrand","pkg":"fastrand 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_lite","pkg":"futures-lite 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"once_cell","pkg":"once_cell 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"slab","pkg":"slab 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"async-global-executor 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["async-channel 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)","async-executor 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","async-io 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","async-mutex 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","blocking 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","futures-lite 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)","num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)","once_cell 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"async_channel","pkg":"async-channel 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"async_executor","pkg":"async-executor 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"async_io","pkg":"async-io 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"async_mutex","pkg":"async-mutex 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"blocking","pkg":"blocking 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_lite","pkg":"futures-lite 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"num_cpus","pkg":"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"once_cell","pkg":"once_cell 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["async-io","default"]},{"id":"async-io 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["concurrent-queue 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)","fastrand 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","futures-lite 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","once_cell 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","parking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","polling 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","slab 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","socket2 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","waker-fn 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"concurrent_queue","pkg":"concurrent-queue 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"fastrand","pkg":"fastrand 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_lite","pkg":"futures-lite 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"once_cell","pkg":"once_cell 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"parking","pkg":"parking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"polling","pkg":"polling 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"slab","pkg":"slab 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"socket2","pkg":"socket2 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"waker_fn","pkg":"waker-fn 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":[]},{"id":"async-lock 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["event-listener 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"event_listener","pkg":"event-listener 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"async-mutex 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["event-listener 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"event_listener","pkg":"event-listener 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"async-object-pool 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["async-std 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"async_std","pkg":"async-std 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"async-process 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["async-io 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","blocking 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","event-listener 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)","futures-lite 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","once_cell 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","signal-hook 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"async_io","pkg":"async-io 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"blocking","pkg":"blocking 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]},{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"event_listener","pkg":"event-listener 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_lite","pkg":"futures-lite 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"once_cell","pkg":"once_cell 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"signal_hook","pkg":"signal-hook 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":[]},{"id":"async-std 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["async-channel 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)","async-global-executor 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)","async-io 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","async-lock 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)","async-process 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","crossbeam-utils 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)","futures-channel 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-io 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-lite 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)","gloo-timers 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)","kv-log-macro 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","memchr 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)","num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)","once_cell 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","pin-project-lite 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)","pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","slab 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","wasm-bindgen-futures 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"async_channel","pkg":"async-channel 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"async_global_executor","pkg":"async-global-executor 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(target_os = \"unknown\"))"}]},{"name":"async_io","pkg":"async-io 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(target_os = \"unknown\"))"}]},{"name":"async_lock","pkg":"async-lock 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"async_process","pkg":"async-process 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(target_os = \"unknown\"))"}]},{"name":"crossbeam_utils","pkg":"crossbeam-utils 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_channel","pkg":"futures-channel 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_arch = \"wasm32\")"}]},{"name":"futures_core","pkg":"futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_io","pkg":"futures-io 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_lite","pkg":"futures-lite 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(target_os = \"unknown\"))"}]},{"name":"gloo_timers","pkg":"gloo-timers 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_arch = \"wasm32\")"}]},{"name":"kv_log_macro","pkg":"kv-log-macro 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"memchr","pkg":"memchr 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"num_cpus","pkg":"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"once_cell","pkg":"once_cell 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"pin_project_lite","pkg":"pin-project-lite 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"pin_utils","pkg":"pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"slab","pkg":"slab 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"wasm_bindgen_futures","pkg":"wasm-bindgen-futures 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_arch = \"wasm32\")"}]}],"features":["alloc","async-channel","async-global-executor","async-io","async-lock","async-process","crossbeam-utils","default","futures-channel","futures-core","futures-io","futures-lite","gloo-timers","kv-log-macro","log","memchr","num_cpus","once_cell","pin-project-lite","pin-utils","slab","std","unstable","wasm-bindgen-futures"]},{"id":"async-task 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"async-trait 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"proc_macro2","pkg":"proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"atomic-waker 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["hermit-abi 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"hermit_abi","pkg":"hermit-abi 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"hermit\")"}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":[]},{"id":"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"base64 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"basic-cookies 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["lalrpop 0.19.6 (registry+https://github.com/rust-lang/crates.io-index)","lalrpop-util 0.19.6 (registry+https://github.com/rust-lang/crates.io-index)","regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"lalrpop","pkg":"lalrpop 0.19.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"lalrpop_util","pkg":"lalrpop-util 0.19.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"regex","pkg":"regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"bit-set 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bit_vec","pkg":"bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default"]},{"id":"blocking 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["async-channel 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)","async-task 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)","atomic-waker 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","fastrand 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","futures-lite 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)","once_cell 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"async_channel","pkg":"async-channel 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"async_task","pkg":"async-task 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"atomic_waker","pkg":"atomic-waker 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"fastrand","pkg":"fastrand 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_lite","pkg":"futures-lite 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"once_cell","pkg":"once_cell 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"bstr 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["memchr 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"memchr","pkg":"memchr 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["std"]},{"id":"bumpalo 3.7.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default"]},{"id":"byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"bytes 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"cache-padded 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"camino 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"serde","pkg":"serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["serde","serde1"]},{"id":"cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"serde","pkg":"serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"cargo_metadata 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["camino 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)","semver 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"camino","pkg":"camino 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"cargo_platform","pkg":"cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"semver","pkg":"semver 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_json","pkg":"serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default"]},{"id":"cc 1.0.68 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)","atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)","bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)","textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)","unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)","vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"ansi_term","pkg":"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(windows))"}]},{"name":"atty","pkg":"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"bitflags","pkg":"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"strsim","pkg":"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"textwrap","pkg":"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"unicode_width","pkg":"unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"vec_map","pkg":"vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["ansi_term","atty","color","default","strsim","suggestions","vec_map"]},{"id":"concurrent-queue 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cache-padded 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cache_padded","pkg":"cache-padded 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"configuration 0.1.0 (path+file:///home/cecile/repos/router/crates/configuration)","dependencies":["maplit 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","serde_yaml 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)","thiserror 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)","typed-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"maplit","pkg":"maplit 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_yaml","pkg":"serde_yaml 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"thiserror","pkg":"thiserror 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"typed_builder","pkg":"typed-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"console 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)","lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","terminal_size 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"encode_unicode","pkg":"encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]},{"name":"lazy_static","pkg":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"terminal_size","pkg":"terminal_size 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":[]},{"id":"convert_case 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"core-foundation 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["core-foundation-sys 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"core_foundation_sys","pkg":"core-foundation-sys 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"core-foundation-sys 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"crc32fast 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","std"]},{"id":"crossbeam-utils 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","lazy_static","std"]},{"id":"crunchy 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","limit_128"]},{"id":"ctor 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"quote","pkg":"quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"curl 0.4.38 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["curl-sys 0.4.44+curl-7.77.0 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","openssl-probe 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","openssl-sys 0.9.63 (registry+https://github.com/rust-lang/crates.io-index)","schannel 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)","socket2 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"curl_sys","pkg":"curl-sys 0.4.44+curl-7.77.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"openssl_probe","pkg":"openssl-probe 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(all(unix, not(target_os = \"macos\")))"}]},{"name":"openssl_sys","pkg":"openssl-sys 0.9.63 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(all(unix, not(target_os = \"macos\")))"}]},{"name":"schannel","pkg":"schannel 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_env = \"msvc\")"}]},{"name":"socket2","pkg":"socket2 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_env = \"msvc\")"}]}],"features":["default","http2","openssl-probe","openssl-sys","ssl","static-curl"]},{"id":"curl-sys 0.4.44+curl-7.77.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cc 1.0.68 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","libnghttp2-sys 0.1.6+1.43.0 (registry+https://github.com/rust-lang/crates.io-index)","libz-sys 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)","openssl-sys 0.9.63 (registry+https://github.com/rust-lang/crates.io-index)","pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)","vcpkg 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cc","pkg":"cc 1.0.68 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libnghttp2_sys","pkg":"libnghttp2-sys 0.1.6+1.43.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libz_sys","pkg":"libz-sys 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"openssl_sys","pkg":"openssl-sys 0.9.63 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(all(unix, not(target_os = \"macos\")))"}]},{"name":"pkg_config","pkg":"pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"vcpkg","pkg":"vcpkg 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":"cfg(target_env = \"msvc\")"}]},{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":["default","http2","libnghttp2-sys","openssl-sys","ssl","static-curl"]},{"id":"deno_core 0.86.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["anyhow 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)","futures 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","indexmap 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)","lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","pin-project 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","rusty_v8 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","serde_v8 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","url 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"anyhow","pkg":"anyhow 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures","pkg":"futures 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"indexmap","pkg":"indexmap 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"pin_project","pkg":"pin-project 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"rusty_v8","pkg":"rusty_v8 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_json","pkg":"serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_v8","pkg":"serde_v8 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"url","pkg":"url 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"derivative 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"proc_macro2","pkg":"proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"derive_more 0.99.16 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["convert_case 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","rustc_version 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"convert_case","pkg":"convert_case 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"proc_macro2","pkg":"proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"rustc_version","pkg":"rustc_version 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"syn","pkg":"syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["add","add_assign","as_mut","as_ref","constructor","convert_case","default","deref","deref_mut","display","error","from","from_str","index","index_mut","into","into_iterator","is_variant","iterator","mul","mul_assign","not","rustc_version","sum","try_into","unwrap"]},{"id":"diff 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default"]},{"id":"difflib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"directories 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["dirs-sys 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"dirs_sys","pkg":"dirs-sys 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"dirs-next 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dirs-sys-next 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"dirs_sys_next","pkg":"dirs-sys-next 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"dirs-sys 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","redox_users 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"redox_users","pkg":"redox_users 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"redox\")"}]},{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":[]},{"id":"dirs-sys-next 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","redox_users 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"redox_users","pkg":"redox_users 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"redox\")"}]},{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":[]},{"id":"doc-comment 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"downcast 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"dtoa 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","use_std"]},{"id":"ena 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"encoding_rs 0.8.28 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"env_logger 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)","humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)","termcolor 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"atty","pkg":"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"humantime","pkg":"humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"regex","pkg":"regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"termcolor","pkg":"termcolor 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["atty","default","humantime","regex","termcolor"]},{"id":"event-listener 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"execution 0.1.0 (path+file:///home/cecile/repos/router/crates/execution)","dependencies":["bytes 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","configuration 0.1.0 (path+file:///home/cecile/repos/router/crates/configuration)","ctor 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)","derivative 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)","derive_more 0.99.16 (registry+https://github.com/rust-lang/crates.io-index)","env_logger 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)","futures 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","httpmock 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","maplit 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","mockall 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)","parking_lot 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)","query-planner 0.1.0 (path+file:///home/cecile/repos/router/crates/query-planner)","reqwest 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","serde_yaml 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)","thiserror 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)","tokio 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)","typed-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bytes","pkg":"bytes 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"configuration","pkg":"configuration 0.1.0 (path+file:///home/cecile/repos/router/crates/configuration)","dep_kinds":[{"kind":null,"target":null}]},{"name":"ctor","pkg":"ctor 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"dev","target":null}]},{"name":"derivative","pkg":"derivative 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"derive_more","pkg":"derive_more 0.99.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"env_logger","pkg":"env_logger 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures","pkg":"futures 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"httpmock","pkg":"httpmock 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"dev","target":null}]},{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"maplit","pkg":"maplit 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"dev","target":null}]},{"name":"mockall","pkg":"mockall 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"parking_lot","pkg":"parking_lot 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"query_planner","pkg":"query-planner 0.1.0 (path+file:///home/cecile/repos/router/crates/query-planner)","dep_kinds":[{"kind":null,"target":null}]},{"name":"reqwest","pkg":"reqwest 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_json","pkg":"serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_yaml","pkg":"serde_yaml 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"thiserror","pkg":"thiserror 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tokio","pkg":"tokio 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"typed_builder","pkg":"typed-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["mockall","mocks"]},{"id":"fastrand 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["instant 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"instant","pkg":"instant 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_arch = \"wasm32\")"}]}],"features":[]},{"id":"filetime 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","redox_syscall 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"syscall","pkg":"redox_syscall 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"redox\")"}]},{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":[]},{"id":"fixedbitset 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"flate2 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","crc32fast 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","miniz_oxide 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"crc32fast","pkg":"crc32fast 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"miniz_oxide","pkg":"miniz_oxide 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null},{"kind":null,"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))"}]}],"features":["default","miniz_oxide","rust_backend"]},{"id":"float-cmp 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["num-traits 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"num_traits","pkg":"num-traits 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","num-traits","ratio"]},{"id":"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"foreign_types_shared","pkg":"foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"form_urlencoded 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)","percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"matches","pkg":"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"percent_encoding","pkg":"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"fragile 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bitflags","pkg":"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"fsevent_sys","pkg":"fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"fslock 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":["default","std"]},{"id":"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bitflags","pkg":"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"fuchsia_zircon_sys","pkg":"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"futures 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["futures-channel 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-executor 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-io 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-sink 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-task 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-util 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"futures_channel","pkg":"futures-channel 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_core","pkg":"futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_executor","pkg":"futures-executor 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_io","pkg":"futures-io 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_sink","pkg":"futures-sink 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_task","pkg":"futures-task 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_util","pkg":"futures-util 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["alloc","async-await","default","executor","futures-executor","std","thread-pool"]},{"id":"futures-channel 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-sink 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"futures_core","pkg":"futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_sink","pkg":"futures-sink 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["alloc","default","futures-sink","sink","std"]},{"id":"futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["alloc","default","std"]},{"id":"futures-executor 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-task 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-util 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"futures_core","pkg":"futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_task","pkg":"futures-task 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_util","pkg":"futures-util 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"num_cpus","pkg":"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["num_cpus","std","thread-pool"]},{"id":"futures-io 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"futures-lite 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["fastrand 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-io 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","memchr 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)","parking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","pin-project-lite 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)","waker-fn 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"fastrand","pkg":"fastrand 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_core","pkg":"futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_io","pkg":"futures-io 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"memchr","pkg":"memchr 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"parking","pkg":"parking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"pin_project_lite","pkg":"pin-project-lite 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"waker_fn","pkg":"waker-fn 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["alloc","default","fastrand","futures-io","memchr","parking","std","waker-fn"]},{"id":"futures-macro 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)","proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"autocfg","pkg":"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"proc_macro_hack","pkg":"proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"proc_macro2","pkg":"proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"futures-sink 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["alloc","default","std"]},{"id":"futures-task 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["alloc","std"]},{"id":"futures-util 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","futures-channel 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-io 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-macro 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-sink 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-task 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","memchr 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)","pin-project-lite 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)","pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)","proc-macro-nested 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)","slab 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"autocfg","pkg":"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"futures_channel","pkg":"futures-channel 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_core","pkg":"futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_io","pkg":"futures-io 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_macro","pkg":"futures-macro 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_sink","pkg":"futures-sink 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_task","pkg":"futures-task 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"memchr","pkg":"memchr 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"pin_project_lite","pkg":"pin-project-lite 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"pin_utils","pkg":"pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"proc_macro_hack","pkg":"proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"proc_macro_nested","pkg":"proc-macro-nested 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"slab","pkg":"slab 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["alloc","async-await","async-await-macro","channel","default","futures-channel","futures-io","futures-macro","futures-sink","io","memchr","proc-macro-hack","proc-macro-nested","sink","slab","std"]},{"id":"getrandom 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","wasi 0.10.2+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"wasi","pkg":"wasi 0.10.2+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"wasi\")"}]}],"features":["std"]},{"id":"globset 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["aho-corasick 0.7.18 (registry+https://github.com/rust-lang/crates.io-index)","bstr 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)","fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"aho_corasick","pkg":"aho-corasick 0.7.18 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"bstr","pkg":"bstr 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"fnv","pkg":"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"regex","pkg":"regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"globwalk 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","ignore 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)","walkdir 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bitflags","pkg":"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"ignore","pkg":"ignore 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"walkdir","pkg":"walkdir 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"gloo-timers 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["futures-channel 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","js-sys 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)","wasm-bindgen 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","web-sys 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"futures_channel","pkg":"futures-channel 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_core","pkg":"futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"js_sys","pkg":"js-sys 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"wasm_bindgen","pkg":"wasm-bindgen 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"web_sys","pkg":"web-sys 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","futures","futures-channel","futures-core"]},{"id":"h2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["bytes 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-sink 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-util 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","http 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)","indexmap 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)","slab 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","tokio 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)","tokio-util 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)","tracing 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bytes","pkg":"bytes 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"fnv","pkg":"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_core","pkg":"futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_sink","pkg":"futures-sink 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_util","pkg":"futures-util 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"http","pkg":"http 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"indexmap","pkg":"indexmap 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"slab","pkg":"slab 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tokio","pkg":"tokio 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tokio_util","pkg":"tokio-util 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tracing","pkg":"tracing 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"harmonizer 0.3.1 (git+https://github.com/apollographql/federation.git?branch=query-planer-js-bridge#345078033c8a012c643503e0617aab32a0e91ca4)","dependencies":["anyhow 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)","deno_core 0.86.0 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","thiserror 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)","which 4.2.2 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"anyhow","pkg":"anyhow 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"deno_core","pkg":"deno_core 0.86.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_json","pkg":"serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"thiserror","pkg":"thiserror 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"which","pkg":"which 4.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]}],"features":[]},{"id":"hashbrown 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["raw"]},{"id":"heck 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["unicode-segmentation 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"unicode_segmentation","pkg":"unicode-segmentation 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"hermit-abi 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default"]},{"id":"hotwatch 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","notify 4.0.17 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"notify","pkg":"notify 4.0.17 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"http 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["bytes 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","itoa 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bytes","pkg":"bytes 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"fnv","pkg":"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"itoa","pkg":"itoa 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"http-body 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["bytes 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","http 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)","pin-project-lite 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bytes","pkg":"bytes 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"http","pkg":"http 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"pin_project_lite","pkg":"pin-project-lite 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"httparse 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"httpdate 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"httpmock 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["assert-json-diff 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)","async-object-pool 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","async-trait 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)","base64 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)","basic-cookies 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","crossbeam-utils 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)","difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","form_urlencoded 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","futures-util 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","hyper 0.14.11 (registry+https://github.com/rust-lang/crates.io-index)","isahc 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","levenshtein 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","qstring 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)","regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","serde_regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","tokio 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"assert_json_diff","pkg":"assert-json-diff 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"async_object_pool","pkg":"async-object-pool 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"async_trait","pkg":"async-trait 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"base64","pkg":"base64 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"basic_cookies","pkg":"basic-cookies 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"crossbeam_utils","pkg":"crossbeam-utils 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"difference","pkg":"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"form_urlencoded","pkg":"form_urlencoded 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_util","pkg":"futures-util 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"hyper","pkg":"hyper 0.14.11 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"isahc","pkg":"isahc 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"levenshtein","pkg":"levenshtein 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"qstring","pkg":"qstring 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"regex","pkg":"regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_json","pkg":"serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_regex","pkg":"serde_regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tokio","pkg":"tokio 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"hyper 0.14.11 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["bytes 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","futures-channel 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-util 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","h2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","http 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)","http-body 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","httparse 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","httpdate 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","itoa 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)","pin-project-lite 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)","socket2 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","tokio 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)","tower-service 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)","tracing 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)","want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bytes","pkg":"bytes 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_channel","pkg":"futures-channel 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_core","pkg":"futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_util","pkg":"futures-util 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"h2","pkg":"h2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"http","pkg":"http 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"http_body","pkg":"http-body 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"httparse","pkg":"httparse 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"httpdate","pkg":"httpdate 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"itoa","pkg":"itoa 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"pin_project_lite","pkg":"pin-project-lite 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"socket2","pkg":"socket2 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tokio","pkg":"tokio 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tower_service","pkg":"tower-service 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tracing","pkg":"tracing 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"want","pkg":"want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["client","default","full","h2","http1","http2","runtime","server","socket2","stream","tcp"]},{"id":"hyper-tls 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["bytes 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","hyper 0.14.11 (registry+https://github.com/rust-lang/crates.io-index)","native-tls 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)","tokio 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)","tokio-native-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bytes","pkg":"bytes 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"hyper","pkg":"hyper 0.14.11 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"native_tls","pkg":"native-tls 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tokio","pkg":"tokio 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tokio_native_tls","pkg":"tokio-native-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"idna 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)","unicode-bidi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)","unicode-normalization 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"matches","pkg":"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"unicode_bidi","pkg":"unicode-bidi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"unicode_normalization","pkg":"unicode-normalization 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"ignore 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["crossbeam-utils 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)","globset 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)","lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","memchr 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)","regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)","same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)","thread_local 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)","walkdir 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)","winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"crossbeam_utils","pkg":"crossbeam-utils 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"globset","pkg":"globset 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"memchr","pkg":"memchr 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"regex","pkg":"regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"same_file","pkg":"same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"thread_local","pkg":"thread_local 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"walkdir","pkg":"walkdir 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"winapi_util","pkg":"winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":[]},{"id":"indexmap 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","hashbrown 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"autocfg","pkg":"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"hashbrown","pkg":"hashbrown 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["std"]},{"id":"inotify 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","inotify-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bitflags","pkg":"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"inotify_sys","pkg":"inotify-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"inotify-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"insta 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["console 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)","lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","serde_yaml 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)","similar 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)","uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"console","pkg":"console 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_json","pkg":"serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_yaml","pkg":"serde_yaml 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"similar","pkg":"similar 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"uuid","pkg":"uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["colors","console","default"]},{"id":"instant 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]}],"features":[]},{"id":"ipnet 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"isahc 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["async-channel 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)","crossbeam-utils 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)","curl 0.4.38 (registry+https://github.com/rust-lang/crates.io-index)","curl-sys 0.4.44+curl-7.77.0 (registry+https://github.com/rust-lang/crates.io-index)","encoding_rs 0.8.28 (registry+https://github.com/rust-lang/crates.io-index)","event-listener 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)","futures-lite 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)","http 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","once_cell 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","polling 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","slab 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","sluice 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)","tracing 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)","tracing-futures 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)","url 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)","waker-fn 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"async_channel","pkg":"async-channel 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"crossbeam_utils","pkg":"crossbeam-utils 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"curl","pkg":"curl 0.4.38 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"curl_sys","pkg":"curl-sys 0.4.44+curl-7.77.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"encoding_rs","pkg":"encoding_rs 0.8.28 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"event_listener","pkg":"event-listener 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_lite","pkg":"futures-lite 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"http","pkg":"http 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"mime","pkg":"mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"once_cell","pkg":"once_cell 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"polling","pkg":"polling 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"slab","pkg":"slab 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"sluice","pkg":"sluice 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tracing","pkg":"tracing 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tracing_futures","pkg":"tracing-futures 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"url","pkg":"url 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"waker_fn","pkg":"waker-fn 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","encoding_rs","http2","mime","static-curl","text-decoding"]},{"id":"itertools 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"either","pkg":"either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","use_alloc","use_std"]},{"id":"itoa 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"js-sys 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["wasm-bindgen 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"wasm_bindgen","pkg":"wasm-bindgen 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"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)"],"deps":[{"name":"winapi","pkg":"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"build","pkg":"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]}],"features":[]},{"id":"kv-log-macro 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"lalrpop 0.19.6 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["ascii-canvas 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)","atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)","bit-set 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)","diff 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)","ena 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)","itertools 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)","lalrpop-util 0.19.6 (registry+https://github.com/rust-lang/crates.io-index)","petgraph 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)","pico-args 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)","regex-syntax 0.6.25 (registry+https://github.com/rust-lang/crates.io-index)","string_cache 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)","term 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","tiny-keccak 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)","unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"ascii_canvas","pkg":"ascii-canvas 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"atty","pkg":"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"bit_set","pkg":"bit-set 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"diff","pkg":"diff 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"ena","pkg":"ena 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"itertools","pkg":"itertools 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"lalrpop_util","pkg":"lalrpop-util 0.19.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"petgraph","pkg":"petgraph 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"pico_args","pkg":"pico-args 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"regex","pkg":"regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"regex_syntax","pkg":"regex-syntax 0.6.25 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"string_cache","pkg":"string_cache 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"term","pkg":"term 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tiny_keccak","pkg":"tiny-keccak 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"unicode_xid","pkg":"unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","lexer","pico-args"]},{"id":"lalrpop-util 0.19.6 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"regex","pkg":"regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","lexer","regex","std"]},{"id":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"lazycell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"levenshtein 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"libnghttp2-sys 0.1.6+1.43.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cc 1.0.68 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cc","pkg":"cc 1.0.68 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"libz-sys 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cc 1.0.68 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)","vcpkg 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cc","pkg":"cc 1.0.68 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"pkg_config","pkg":"pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"vcpkg","pkg":"vcpkg 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":"cfg(target_env = \"msvc\")"}]}],"features":["libc"]},{"id":"linked-hash-map 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"lock_api 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"scopeguard","pkg":"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","value-bag 1.0.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"value_bag","pkg":"value-bag 1.0.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["kv_unstable","std","value-bag"]},{"id":"maplit 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"memchr 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"miniz_oxide 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["adler 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"adler","pkg":"adler 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"autocfg","pkg":"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]}],"features":[]},{"id":"mio 0.6.23 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)","fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","miow 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","net2 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)","slab 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cfg_if","pkg":"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"fuchsia_zircon","pkg":"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"fuchsia\")"}]},{"name":"fuchsia_zircon_sys","pkg":"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"fuchsia\")"}]},{"name":"iovec","pkg":"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"kernel32","pkg":"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"miow","pkg":"miow 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]},{"name":"net2","pkg":"net2 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"slab","pkg":"slab 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"winapi","pkg":"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":["default","with-deprecated"]},{"id":"mio 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","miow 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)","ntapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"miow","pkg":"miow 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]},{"name":"ntapi","pkg":"ntapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]},{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":["default","net","os-ext","os-poll","os-util","tcp","udp","uds"]},{"id":"mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["lazycell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","mio 0.6.23 (registry+https://github.com/rust-lang/crates.io-index)","slab 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"lazycell","pkg":"lazycell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"mio","pkg":"mio 0.6.23 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"slab","pkg":"slab 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"miow 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","net2 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)","ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"kernel32","pkg":"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"net2","pkg":"net2 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"winapi","pkg":"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"ws2_32","pkg":"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"miow 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"mockall 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","downcast 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)","fragile 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","mockall_derive 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)","predicates 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)","predicates-tree 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"downcast","pkg":"downcast 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"fragile","pkg":"fragile 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"mockall_derive","pkg":"mockall_derive 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"predicates","pkg":"predicates 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"predicates_tree","pkg":"predicates-tree 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"mockall_derive 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"proc_macro2","pkg":"proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"native-tls 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","openssl 0.10.34 (registry+https://github.com/rust-lang/crates.io-index)","openssl-probe 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","openssl-sys 0.9.63 (registry+https://github.com/rust-lang/crates.io-index)","schannel 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)","security-framework 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)","security-framework-sys 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)","tempfile 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"lazy_static","pkg":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(any(target_os = \"macos\", target_os = \"ios\"))"}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(any(target_os = \"macos\", target_os = \"ios\"))"}]},{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))"}]},{"name":"openssl","pkg":"openssl 0.10.34 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))"}]},{"name":"openssl_probe","pkg":"openssl-probe 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))"}]},{"name":"openssl_sys","pkg":"openssl-sys 0.9.63 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))"}]},{"name":"schannel","pkg":"schannel 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"windows\")"}]},{"name":"security_framework","pkg":"security-framework 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(any(target_os = \"macos\", target_os = \"ios\"))"}]},{"name":"security_framework_sys","pkg":"security-framework-sys 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(any(target_os = \"macos\", target_os = \"ios\"))"}]},{"name":"tempfile","pkg":"tempfile 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(any(target_os = \"macos\", target_os = \"ios\"))"}]}],"features":[]},{"id":"net2 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cfg_if","pkg":"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(any(target_os = \"redox\", unix, target_os = \"wasi\"))"}]},{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":["default","duration"]},{"id":"new_debug_unreachable 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"normalize-line-endings 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"notify 4.0.17 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","filetime 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)","fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)","inotify 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","mio 0.6.23 (registry+https://github.com/rust-lang/crates.io-index)","mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)","walkdir 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bitflags","pkg":"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"filetime","pkg":"filetime 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"fsevent","pkg":"fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"macos\")"}]},{"name":"fsevent_sys","pkg":"fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"macos\")"}]},{"name":"inotify","pkg":"inotify 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"linux\")"}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"mio","pkg":"mio 0.6.23 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"linux\")"}]},{"name":"mio_extras","pkg":"mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"linux\")"}]},{"name":"walkdir","pkg":"walkdir 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":[]},{"id":"ntapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","user"]},{"id":"num-traits 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"autocfg","pkg":"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]}],"features":[]},{"id":"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["hermit-abi 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"hermit_abi","pkg":"hermit-abi 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), target_os = \"hermit\"))"}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"once_cell 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["alloc","default","race","std"]},{"id":"openssl 0.10.34 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","once_cell 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","openssl-sys 0.9.63 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bitflags","pkg":"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"foreign_types","pkg":"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"once_cell","pkg":"once_cell 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"ffi","pkg":"openssl-sys 0.9.63 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"openssl-probe 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"openssl-sys 0.9.63 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","cc 1.0.68 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)","vcpkg 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"autocfg","pkg":"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"cc","pkg":"cc 1.0.68 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"pkg_config","pkg":"pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"vcpkg","pkg":"vcpkg 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":"cfg(target_env = \"msvc\")"}]}],"features":[]},{"id":"parking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"parking_lot 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["instant 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)","lock_api 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)","parking_lot_core 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"instant","pkg":"instant 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"lock_api","pkg":"lock_api 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"parking_lot_core","pkg":"parking_lot_core 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default"]},{"id":"parking_lot_core 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","instant 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","redox_syscall 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)","smallvec 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"instant","pkg":"instant 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"syscall","pkg":"redox_syscall 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"redox\")"}]},{"name":"smallvec","pkg":"smallvec 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":[]},{"id":"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"pest 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["ucd-trie 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"ucd_trie","pkg":"ucd-trie 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"petgraph 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["fixedbitset 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","indexmap 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"fixedbitset","pkg":"fixedbitset 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"indexmap","pkg":"indexmap 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["siphasher 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"siphasher","pkg":"siphasher 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","std"]},{"id":"pico-args 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"pin-project 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["pin-project-internal 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"pin_project_internal","pkg":"pin-project-internal 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"pin-project-internal 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"proc_macro2","pkg":"proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"pin-project-lite 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"polling 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","wepoll-ffi 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"wepoll_ffi","pkg":"wepoll-ffi 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]},{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":["default","std"]},{"id":"ppv-lite86 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["simd","std"]},{"id":"precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"predicates 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","float-cmp 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)","normalize-line-endings 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","predicates-core 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"difference","pkg":"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"float_cmp","pkg":"float-cmp 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"normalize_line_endings","pkg":"normalize-line-endings 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"predicates_core","pkg":"predicates-core 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"regex","pkg":"regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","difference","float-cmp","normalize-line-endings","regex"]},{"id":"predicates 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["difflib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","itertools 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)","predicates-core 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"difflib","pkg":"difflib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"itertools","pkg":"itertools 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"predicates_core","pkg":"predicates-core 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["diff","difflib"]},{"id":"predicates-core 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"predicates-tree 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["predicates-core 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","treeline 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"predicates_core","pkg":"predicates-core 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"treeline","pkg":"treeline 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)","version_check 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"proc_macro_error_attr","pkg":"proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"proc_macro2","pkg":"proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"version_check","pkg":"version_check 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]}],"features":["default","syn","syn-error"]},{"id":"proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","version_check 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"proc_macro2","pkg":"proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"version_check","pkg":"version_check 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]}],"features":[]},{"id":"proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"proc-macro-nested 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"unicode_xid","pkg":"unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","proc-macro"]},{"id":"qstring 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"percent_encoding","pkg":"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"query-planner 0.1.0 (path+file:///home/cecile/repos/router/crates/query-planner)","dependencies":["derive_more 0.99.16 (registry+https://github.com/rust-lang/crates.io-index)","harmonizer 0.3.1 (git+https://github.com/apollographql/federation.git?branch=query-planer-js-bridge#345078033c8a012c643503e0617aab32a0e91ca4)","insta 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)","mockall 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","thiserror 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"derive_more","pkg":"derive_more 0.99.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"harmonizer","pkg":"harmonizer 0.3.1 (git+https://github.com/apollographql/federation.git?branch=query-planer-js-bridge#345078033c8a012c643503e0617aab32a0e91ca4)","dep_kinds":[{"kind":null,"target":null}]},{"name":"insta","pkg":"insta 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"dev","target":null}]},{"name":"mockall","pkg":"mockall 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"dev","target":null}]},{"name":"serde","pkg":"serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_json","pkg":"serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"thiserror","pkg":"thiserror 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"proc_macro2","pkg":"proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","proc-macro"]},{"id":"rand 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","rand_chacha 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)","rand_core 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)","rand_hc 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"rand_chacha","pkg":"rand_chacha 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(target_os = \"emscripten\"))"}]},{"name":"rand_core","pkg":"rand_core 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"rand_hc","pkg":"rand_hc 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"emscripten\")"}]}],"features":["alloc","default","getrandom","libc","rand_chacha","rand_hc","std","std_rng"]},{"id":"rand_chacha 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["ppv-lite86 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)","rand_core 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"ppv_lite86","pkg":"ppv-lite86 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"rand_core","pkg":"rand_core 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["std"]},{"id":"rand_core 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["getrandom 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"getrandom","pkg":"getrandom 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["alloc","getrandom","std"]},{"id":"rand_hc 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["rand_core 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"rand_core","pkg":"rand_core 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"redox_syscall 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bitflags","pkg":"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"redox_users 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["getrandom 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)","redox_syscall 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"getrandom","pkg":"getrandom 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syscall","pkg":"redox_syscall 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["aho-corasick 0.7.18 (registry+https://github.com/rust-lang/crates.io-index)","memchr 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)","regex-syntax 0.6.25 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"aho_corasick","pkg":"aho-corasick 0.7.18 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"memchr","pkg":"memchr 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"regex_syntax","pkg":"regex-syntax 0.6.25 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["aho-corasick","default","memchr","perf","perf-cache","perf-dfa","perf-inline","perf-literal","std","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"]},{"id":"regex-syntax 0.6.25 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"]},{"id":"remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":[]},{"id":"reqwest 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["base64 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)","bytes 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","encoding_rs 0.8.28 (registry+https://github.com/rust-lang/crates.io-index)","futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-util 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","http 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)","http-body 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","hyper 0.14.11 (registry+https://github.com/rust-lang/crates.io-index)","hyper-tls 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)","ipnet 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)","js-sys 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)","lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","native-tls 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)","percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","pin-project-lite 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","serde_urlencoded 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","tokio 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)","tokio-native-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","url 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)","wasm-bindgen 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","wasm-bindgen-futures 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)","web-sys 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)","winreg 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"base64","pkg":"base64 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(target_arch = \"wasm32\"))"}]},{"name":"bytes","pkg":"bytes 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"encoding_rs","pkg":"encoding_rs 0.8.28 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(target_arch = \"wasm32\"))"}]},{"name":"futures_core","pkg":"futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(target_arch = \"wasm32\"))"}]},{"name":"futures_util","pkg":"futures-util 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(target_arch = \"wasm32\"))"}]},{"name":"http","pkg":"http 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"http_body","pkg":"http-body 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(target_arch = \"wasm32\"))"}]},{"name":"hyper","pkg":"hyper 0.14.11 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(target_arch = \"wasm32\"))"}]},{"name":"hyper_tls","pkg":"hyper-tls 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(target_arch = \"wasm32\"))"}]},{"name":"ipnet","pkg":"ipnet 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(target_arch = \"wasm32\"))"}]},{"name":"js_sys","pkg":"js-sys 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_arch = \"wasm32\")"}]},{"name":"lazy_static","pkg":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(target_arch = \"wasm32\"))"}]},{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(target_arch = \"wasm32\"))"}]},{"name":"mime","pkg":"mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(target_arch = \"wasm32\"))"}]},{"name":"native_tls_crate","pkg":"native-tls 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(target_arch = \"wasm32\"))"}]},{"name":"percent_encoding","pkg":"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(target_arch = \"wasm32\"))"}]},{"name":"pin_project_lite","pkg":"pin-project-lite 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(target_arch = \"wasm32\"))"}]},{"name":"serde","pkg":"serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_json","pkg":"serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_urlencoded","pkg":"serde_urlencoded 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tokio","pkg":"tokio 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(target_arch = \"wasm32\"))"}]},{"name":"tokio_native_tls","pkg":"tokio-native-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(target_arch = \"wasm32\"))"}]},{"name":"url","pkg":"url 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"wasm_bindgen","pkg":"wasm-bindgen 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_arch = \"wasm32\")"}]},{"name":"wasm_bindgen_futures","pkg":"wasm-bindgen-futures 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_arch = \"wasm32\")"}]},{"name":"web_sys","pkg":"web-sys 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_arch = \"wasm32\")"}]},{"name":"winreg","pkg":"winreg 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":["__tls","blocking","default","default-tls","hyper-tls","json","native-tls","native-tls-crate","serde_json","stream","tokio-native-tls"]},{"id":"router 0.1.0 (path+file:///home/cecile/repos/router)","dependencies":["configuration 0.1.0 (path+file:///home/cecile/repos/router/crates/configuration)","directories 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)","env_logger 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)","execution 0.1.0 (path+file:///home/cecile/repos/router/crates/execution)","futures 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","query-planner 0.1.0 (path+file:///home/cecile/repos/router/crates/query-planner)","server 0.1.0 (path+file:///home/cecile/repos/router/crates/server)","structopt 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)","tokio 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"configuration","pkg":"configuration 0.1.0 (path+file:///home/cecile/repos/router/crates/configuration)","dep_kinds":[{"kind":null,"target":null}]},{"name":"directories","pkg":"directories 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"env_logger","pkg":"env_logger 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"execution","pkg":"execution 0.1.0 (path+file:///home/cecile/repos/router/crates/execution)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures","pkg":"futures 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"query_planner","pkg":"query-planner 0.1.0 (path+file:///home/cecile/repos/router/crates/query-planner)","dep_kinds":[{"kind":null,"target":null}]},{"name":"server","pkg":"server 0.1.0 (path+file:///home/cecile/repos/router/crates/server)","dep_kinds":[{"kind":null,"target":null}]},{"name":"structopt","pkg":"structopt 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tokio","pkg":"tokio 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"rustc_version 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["semver 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"semver","pkg":"semver 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"rustversion 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"rusty_v8 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","fslock 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)","lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","which 4.2.2 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bitflags","pkg":"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"fslock","pkg":"fslock 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"lazy_static","pkg":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"which","pkg":"which 4.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]}],"features":[]},{"id":"ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"winapi_util","pkg":"winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":[]},{"id":"schannel 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"lazy_static","pkg":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"security-framework 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","core-foundation 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)","core-foundation-sys 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","security-framework-sys 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bitflags","pkg":"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"core_foundation","pkg":"core-foundation 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"core_foundation_sys","pkg":"core-foundation-sys 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"security_framework_sys","pkg":"security-framework-sys 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["OSX_10_9","default"]},{"id":"security-framework-sys 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["core-foundation-sys 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"core_foundation_sys","pkg":"core-foundation-sys 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["OSX_10_9","default"]},{"id":"semver 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["semver-parser 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"semver_parser","pkg":"semver-parser 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default"]},{"id":"semver 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"serde","pkg":"serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","serde","std"]},{"id":"semver-parser 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["pest 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"pest","pkg":"pest 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["serde_derive 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"serde_derive","pkg":"serde_derive 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","derive","rc","serde_derive","std"]},{"id":"serde_derive 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"proc_macro2","pkg":"proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default"]},{"id":"serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["indexmap 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)","itoa 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)","ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"indexmap","pkg":"indexmap 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"itoa","pkg":"itoa 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"ryu","pkg":"ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","indexmap","preserve_order","std","unbounded_depth"]},{"id":"serde_json_traversal 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"serde_regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"regex","pkg":"regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"serde_urlencoded 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["form_urlencoded 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","itoa 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)","ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"form_urlencoded","pkg":"form_urlencoded 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"itoa","pkg":"itoa 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"ryu","pkg":"ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"serde_v8 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["rusty_v8 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"rusty_v8","pkg":"rusty_v8 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"serde_yaml 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["dtoa 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)","linked-hash-map 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","yaml-rust 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"dtoa","pkg":"dtoa 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"linked_hash_map","pkg":"linked-hash-map 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"yaml_rust","pkg":"yaml-rust 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"server 0.1.0 (path+file:///home/cecile/repos/router/crates/server)","dependencies":["configuration 0.1.0 (path+file:///home/cecile/repos/router/crates/configuration)","ctor 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)","derivative 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)","derive_more 0.99.16 (registry+https://github.com/rust-lang/crates.io-index)","env_logger 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)","execution 0.1.0 (path+file:///home/cecile/repos/router/crates/execution)","futures 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","hotwatch 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)","hyper 0.14.11 (registry+https://github.com/rust-lang/crates.io-index)","insta 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","mockall 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)","parking_lot 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)","query-planner 0.1.0 (path+file:///home/cecile/repos/router/crates/query-planner)","reqwest 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)","serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","serde_yaml 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)","server 0.1.0 (path+file:///home/cecile/repos/router/crates/server)","thiserror 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)","tokio 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)","typed-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)","uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"configuration","pkg":"configuration 0.1.0 (path+file:///home/cecile/repos/router/crates/configuration)","dep_kinds":[{"kind":null,"target":null}]},{"name":"ctor","pkg":"ctor 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"dev","target":null}]},{"name":"derivative","pkg":"derivative 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"derive_more","pkg":"derive_more 0.99.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"env_logger","pkg":"env_logger 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"execution","pkg":"execution 0.1.0 (path+file:///home/cecile/repos/router/crates/execution)","dep_kinds":[{"kind":null,"target":null},{"kind":"dev","target":null}]},{"name":"futures","pkg":"futures 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"hotwatch","pkg":"hotwatch 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"hyper","pkg":"hyper 0.14.11 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"insta","pkg":"insta 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"dev","target":null}]},{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"mockall","pkg":"mockall 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"parking_lot","pkg":"parking_lot 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"query_planner","pkg":"query-planner 0.1.0 (path+file:///home/cecile/repos/router/crates/query-planner)","dep_kinds":[{"kind":null,"target":null}]},{"name":"reqwest","pkg":"reqwest 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"dev","target":null}]},{"name":"serde_json","pkg":"serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_yaml","pkg":"serde_yaml 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"server","pkg":"server 0.1.0 (path+file:///home/cecile/repos/router/crates/server)","dep_kinds":[{"kind":"dev","target":null}]},{"name":"thiserror","pkg":"thiserror 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tokio","pkg":"tokio 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"typed_builder","pkg":"typed-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"uuid","pkg":"uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"dev","target":null}]}],"features":["mockall","mocks"]},{"id":"signal-hook 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","signal-hook-registry 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"signal_hook_registry","pkg":"signal-hook-registry 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["channel","iterator"]},{"id":"signal-hook-registry 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"similar 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","inline","text"]},{"id":"siphasher 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"slab 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"sluice 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["futures-channel 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-io 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"futures_channel","pkg":"futures-channel 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_core","pkg":"futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_io","pkg":"futures-io 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"smallvec 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"socket2 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":["all"]},{"id":"string_cache 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","new_debug_unreachable 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)","precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"lazy_static","pkg":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"debug_unreachable","pkg":"new_debug_unreachable 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"phf_shared","pkg":"phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"precomputed_hash","pkg":"precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"structopt 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)","lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","structopt-derive 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"clap","pkg":"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"structopt_derive","pkg":"structopt-derive 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default"]},{"id":"structopt-derive 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["heck 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"heck","pkg":"heck 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"proc_macro_error","pkg":"proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"proc_macro2","pkg":"proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"proc_macro2","pkg":"proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"unicode_xid","pkg":"unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["clone-impls","default","derive","extra-traits","full","parsing","printing","proc-macro","quote","visit","visit-mut"]},{"id":"tar 0.4.36 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["filetime 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"filetime","pkg":"filetime 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"xattr","pkg":"xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]}],"features":["default","xattr"]},{"id":"tempfile 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","rand 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)","redox_syscall 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)","remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"rand","pkg":"rand 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syscall","pkg":"redox_syscall 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"redox\")"}]},{"name":"remove_dir_all","pkg":"remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":[]},{"id":"term 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["dirs-next 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","rustversion 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"dirs_next","pkg":"dirs-next 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"rustversion","pkg":"rustversion 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]},{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":["default"]},{"id":"termcolor 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"winapi_util","pkg":"winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":[]},{"id":"terminal_size 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(windows))"}]},{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":[]},{"id":"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"unicode_width","pkg":"unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"thiserror 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["thiserror-impl 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"thiserror_impl","pkg":"thiserror-impl 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"thiserror-impl 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"proc_macro2","pkg":"proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"thread_local 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["once_cell 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"once_cell","pkg":"once_cell 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"tiny-keccak 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["crunchy 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"crunchy","pkg":"crunchy 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","sha3"]},{"id":"tinyvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["tinyvec_macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"tinyvec_macros","pkg":"tinyvec_macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["alloc","default","tinyvec_macros"]},{"id":"tinyvec_macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"tokio 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","bytes 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","memchr 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)","mio 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)","num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)","once_cell 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","parking_lot 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)","pin-project-lite 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)","signal-hook-registry 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","tokio-macros 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"autocfg","pkg":"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"bytes","pkg":"bytes 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"memchr","pkg":"memchr 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"mio","pkg":"mio 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"num_cpus","pkg":"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"once_cell","pkg":"once_cell 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"parking_lot","pkg":"parking_lot 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"pin_project_lite","pkg":"pin-project-lite 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"signal_hook_registry","pkg":"signal-hook-registry 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"tokio_macros","pkg":"tokio-macros 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":["bytes","default","fs","full","io-std","io-util","libc","macros","memchr","mio","net","num_cpus","once_cell","parking_lot","process","rt","rt-multi-thread","signal","signal-hook-registry","sync","time","tokio-macros","winapi"]},{"id":"tokio-macros 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"proc_macro2","pkg":"proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"tokio-native-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["native-tls 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)","tokio 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"native_tls","pkg":"native-tls 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tokio","pkg":"tokio 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"tokio-util 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["bytes 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","futures-sink 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","pin-project-lite 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)","tokio 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bytes","pkg":"bytes 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_core","pkg":"futures-core 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"futures_sink","pkg":"futures-sink 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"pin_project_lite","pkg":"pin-project-lite 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tokio","pkg":"tokio 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["codec","default"]},{"id":"tower-service 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"tracing 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","pin-project-lite 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)","tracing-attributes 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)","tracing-core 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"pin_project_lite","pkg":"pin-project-lite 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tracing_attributes","pkg":"tracing-attributes 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tracing_core","pkg":"tracing-core 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["attributes","default","log","std","tracing-attributes"]},{"id":"tracing-attributes 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"proc_macro2","pkg":"proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"tracing-core 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"lazy_static","pkg":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["lazy_static","std"]},{"id":"tracing-futures 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["pin-project 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","tracing 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"pin_project","pkg":"pin-project 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tracing","pkg":"tracing 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["pin-project","std","std-future"]},{"id":"treeline 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"try-lock 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"typed-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"proc_macro2","pkg":"proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"ucd-trie 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"unicode-bidi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"matches","pkg":"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default"]},{"id":"unicode-normalization 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["tinyvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"tinyvec","pkg":"tinyvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","std"]},{"id":"unicode-segmentation 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default"]},{"id":"unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default"]},{"id":"url 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["form_urlencoded 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","idna 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)","matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)","percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"form_urlencoded","pkg":"form_urlencoded 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"idna","pkg":"idna 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"matches","pkg":"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"percent_encoding","pkg":"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["serde"]},{"id":"uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["getrandom 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"getrandom","pkg":"getrandom 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","getrandom","serde","std","v4"]},{"id":"value-bag 1.0.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["ctor 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)","version_check 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"ctor","pkg":"ctor 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"rustc","pkg":"version_check 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]}],"features":[]},{"id":"vcpkg 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"version_check 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"waker-fn 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"walkdir 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"same_file","pkg":"same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]},{"name":"winapi_util","pkg":"winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":[]},{"id":"want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","try-lock 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"try_lock","pkg":"try-lock 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"wasi 0.10.2+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"wasm-bindgen 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","wasm-bindgen-macro 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"serde 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_json","pkg":"serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"wasm_bindgen_macro","pkg":"wasm-bindgen-macro 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","serde","serde-serialize","serde_json","spans","std"]},{"id":"wasm-bindgen-backend 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["bumpalo 3.7.0 (registry+https://github.com/rust-lang/crates.io-index)","lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)","wasm-bindgen-shared 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bumpalo","pkg":"bumpalo 3.7.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"proc_macro2","pkg":"proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"wasm_bindgen_shared","pkg":"wasm-bindgen-shared 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["spans"]},{"id":"wasm-bindgen-futures 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","js-sys 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)","wasm-bindgen 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","web-sys 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"js_sys","pkg":"js-sys 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"wasm_bindgen","pkg":"wasm-bindgen 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"web_sys","pkg":"web-sys 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(target_feature = \"atomics\")"}]}],"features":[]},{"id":"wasm-bindgen-macro 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","wasm-bindgen-macro-support 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"quote","pkg":"quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"wasm_bindgen_macro_support","pkg":"wasm-bindgen-macro-support 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["spans"]},{"id":"wasm-bindgen-macro-support 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)","wasm-bindgen-backend 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","wasm-bindgen-shared 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"proc_macro2","pkg":"proc-macro2 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.73 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"wasm_bindgen_backend","pkg":"wasm-bindgen-backend 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"wasm_bindgen_shared","pkg":"wasm-bindgen-shared 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["spans"]},{"id":"wasm-bindgen-shared 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"web-sys 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["js-sys 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)","wasm-bindgen 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"js_sys","pkg":"js-sys 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"wasm_bindgen","pkg":"wasm-bindgen 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["Blob","BlobPropertyBag","Event","EventTarget","FormData","Headers","MessageEvent","Request","RequestCredentials","RequestInit","RequestMode","Response","ServiceWorkerGlobalScope","Window","Worker","WorkerGlobalScope"]},{"id":"wepoll-ffi 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cc 1.0.68 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cc","pkg":"cc 1.0.68 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]}],"features":["null-overlapped-wakeups-patch"]},{"id":"which 4.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)","lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"either","pkg":"either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["winapi-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)"],"deps":[{"name":"winapi_i686_pc_windows_gnu","pkg":"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"i686-pc-windows-gnu"}]},{"name":"winapi_x86_64_pc_windows_gnu","pkg":"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"x86_64-pc-windows-gnu"}]}],"features":["cfg","consoleapi","errhandlingapi","evntrace","fileapi","handleapi","impl-debug","impl-default","in6addr","inaddr","ioapiset","knownfolders","libloaderapi","lmcons","minschannel","minwinbase","minwindef","mstcpip","mswsock","namedpipeapi","ntdef","ntsecapi","ntstatus","objbase","processenv","schannel","securitybaseapi","shlobj","sspi","std","synchapi","sysinfoapi","threadpoollegacyapiset","timezoneapi","winbase","wincon","wincrypt","windef","winerror","winioctl","winnt","winreg","winsock2","winuser","ws2def","ws2ipdef","ws2tcpip"]},{"id":"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":[]},{"id":"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"winreg 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"winapi","pkg":"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"ws2_32-sys 0.2.1 (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)"],"deps":[{"name":"winapi","pkg":"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"build","pkg":"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]}],"features":[]},{"id":"xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","unsupported"]},{"id":"xtask 0.1.0 (path+file:///home/cecile/repos/router/xtask)","dependencies":["ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)","anyhow 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)","assert_fs 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)","base64 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)","camino 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","cargo_metadata 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)","flate2 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)","lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)","reqwest 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)","semver 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","serde_json_traversal 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","structopt 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)","tar 0.4.36 (registry+https://github.com/rust-lang/crates.io-index)","tempfile 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)","walkdir 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)","which 4.2.2 (registry+https://github.com/rust-lang/crates.io-index)","zip 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"ansi_term","pkg":"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"anyhow","pkg":"anyhow 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"assert_fs","pkg":"assert_fs 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"base64","pkg":"base64 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"camino","pkg":"camino 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"cargo_metadata","pkg":"cargo_metadata 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"flate2","pkg":"flate2 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.97 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"regex","pkg":"regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"reqwest","pkg":"reqwest 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"semver","pkg":"semver 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_json","pkg":"serde_json 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_json_traversal","pkg":"serde_json_traversal 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"structopt","pkg":"structopt 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tar","pkg":"tar 0.4.36 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tempfile","pkg":"tempfile 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"walkdir","pkg":"walkdir 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"which","pkg":"which 4.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"zip","pkg":"zip 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"yaml-rust 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["linked-hash-map 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"linked_hash_map","pkg":"linked-hash-map 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"zip 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)","crc32fast 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","thiserror 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"byteorder","pkg":"byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"crc32fast","pkg":"crc32fast 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"thiserror","pkg":"thiserror 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]}],"root":"router 0.1.0 (path+file:///home/cecile/repos/router)"},"target_directory":"/home/cecile/repos/router/target","version":1,"workspace_root":"/home/cecile/repos/router","metadata":null}