Skip to content

Instantly share code, notes, and snippets.

@piscisaureus
Created August 7, 2018 18:59
Show Gist options
  • Save piscisaureus/e6ae6543e0588ad70e51bb0a96260077 to your computer and use it in GitHub Desktop.
Save piscisaureus/e6ae6543e0588ad70e51bb0a96260077 to your computer and use it in GitHub Desktop.
deno v0.0.0 (file:///C:/Users/BertBelder/d/deno)
├── libc v0.2.42
├── log v0.4.3
│ └── cfg-if v0.1.4
├── sha1 v0.6.0
├── tempfile v3.0.3
│ ├── rand v0.5.4
│ │ ├── rand_core v0.2.1
│ │ └── winapi v0.3.5
│ ├── remove_dir_all v0.5.1
│ │ └── winapi v0.3.5 (*)
│ └── winapi v0.3.5 (*)
├── tokio v0.1.7 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e)
│ ├── futures v0.1.23
│ ├── mio v0.6.15
│ │ ├── iovec v0.1.2
│ │ │ └── winapi v0.2.8
│ │ ├── kernel32-sys v0.2.2
│ │ │ └── winapi v0.2.8 (*)
│ │ │ [build-dependencies]
│ │ │ └── winapi-build v0.1.1
│ │ ├── lazycell v0.6.0
│ │ ├── log v0.4.3 (*)
│ │ ├── miow v0.2.1
│ │ │ ├── kernel32-sys v0.2.2 (*)
│ │ │ ├── net2 v0.2.33
│ │ │ │ ├── cfg-if v0.1.4 (*)
│ │ │ │ └── winapi v0.3.5 (*)
│ │ │ ├── winapi v0.2.8 (*)
│ │ │ └── ws2_32-sys v0.2.1
│ │ │ └── winapi v0.2.8 (*)
│ │ │ [build-dependencies]
│ │ │ └── winapi-build v0.1.1 (*)
│ │ ├── net2 v0.2.33 (*)
│ │ ├── slab v0.4.1
│ │ └── winapi v0.2.8 (*)
│ ├── tokio-current-thread v0.1.0 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e)
│ │ ├── futures v0.1.23 (*)
│ │ └── tokio-executor v0.1.2 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e)
│ │ └── futures v0.1.23 (*)
│ ├── tokio-executor v0.1.2 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e) (*)
│ ├── tokio-fs v0.1.2 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e)
│ │ ├── futures v0.1.23 (*)
│ │ ├── tokio-io v0.1.7 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e)
│ │ │ ├── bytes v0.4.9
│ │ │ │ ├── byteorder v1.2.4
│ │ │ │ └── iovec v0.1.2 (*)
│ │ │ ├── futures v0.1.23 (*)
│ │ │ └── log v0.4.3 (*)
│ │ └── tokio-threadpool v0.1.5 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e)
│ │ ├── crossbeam-deque v0.5.2
│ │ │ ├── crossbeam-epoch v0.5.2
│ │ │ │ ├── arrayvec v0.4.7
│ │ │ │ │ └── nodrop v0.1.12
│ │ │ │ ├── cfg-if v0.1.4 (*)
│ │ │ │ ├── crossbeam-utils v0.5.0
│ │ │ │ ├── lazy_static v1.1.0
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── version_check v0.1.4
│ │ │ │ ├── memoffset v0.2.1
│ │ │ │ └── scopeguard v0.3.3
│ │ │ └── crossbeam-utils v0.5.0 (*)
│ │ ├── crossbeam-utils v0.4.1
│ │ ├── futures v0.1.23 (*)
│ │ ├── log v0.4.3 (*)
│ │ ├── num_cpus v1.8.0
│ │ │ └── libc v0.2.42 (*)
│ │ ├── rand v0.5.4 (*)
│ │ └── tokio-executor v0.1.2 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e) (*)
│ │ [dev-dependencies]
│ │ └── tokio-io v0.1.7 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e) (*)
│ ├── tokio-io v0.1.7 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e) (*)
│ ├── tokio-reactor v0.1.2 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e)
│ │ ├── futures v0.1.23 (*)
│ │ ├── log v0.4.3 (*)
│ │ ├── mio v0.6.15 (*)
│ │ ├── slab v0.4.1 (*)
│ │ ├── tokio-executor v0.1.2 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e) (*)
│ │ └── tokio-io v0.1.7 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e) (*)
│ ├── tokio-tcp v0.1.0 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e)
│ │ ├── bytes v0.4.9 (*)
│ │ ├── futures v0.1.23 (*)
│ │ ├── iovec v0.1.2 (*)
│ │ ├── mio v0.6.15 (*)
│ │ ├── tokio-io v0.1.7 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e) (*)
│ │ └── tokio-reactor v0.1.2 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e) (*)
│ ├── tokio-threadpool v0.1.5 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e) (*)
│ ├── tokio-timer v0.2.4 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e)
│ │ ├── futures v0.1.23 (*)
│ │ └── tokio-executor v0.1.2 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e) (*)
│ └── tokio-udp v0.1.1 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e)
│ ├── bytes v0.4.9 (*)
│ ├── futures v0.1.23 (*)
│ ├── log v0.4.3 (*)
│ ├── mio v0.6.15 (*)
│ ├── tokio-codec v0.1.0 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e)
│ │ ├── bytes v0.4.9 (*)
│ │ ├── futures v0.1.23 (*)
│ │ └── tokio-io v0.1.7 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e) (*)
│ ├── tokio-io v0.1.7 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e) (*)
│ └── tokio-reactor v0.1.2 (https://github.com/tokio-rs/tokio.git?rev=5d0d2a2e1214f856993df6965825c89bfcaa879e#5d0d2a2e) (*)
└── url v1.7.1
├── idna v0.1.5
│ ├── matches v0.1.7
│ ├── unicode-bidi v0.3.4
│ │ └── matches v0.1.7 (*)
│ └── unicode-normalization v0.1.7
├── matches v0.1.7 (*)
└── percent-encoding v1.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment