Skip to content

Instantly share code, notes, and snippets.

@andreastt
Created September 27, 2019 15:21
Show Gist options
  • Save andreastt/6fddcfebc1e4dd9405af3eb72bc3fc25 to your computer and use it in GitHub Desktop.
Save andreastt/6fddcfebc1e4dd9405af3eb72bc3fc25 to your computer and use it in GitHub Desktop.
geckodriver v0.26.0-alpha.0 (/home/ato/src/gecko/testing/geckodriver)
├── base64 v0.10.1
│ └── byteorder v1.3.1
├── chrono v0.4.6
│ ├── num-integer v0.1.39
│ │ └── num-traits v0.2.6
│ ├── num-traits v0.2.6 (*)
│ └── time v0.1.40
│ └── libc v0.2.60
│ [dev-dependencies]
│ └── winapi v0.3.6 (https://github.com/froydnj/winapi-rs?branch=aarch64#ac8afeb7)
├── clap v2.31.2
│ ├── bitflags v1.0.4
│ ├── strsim v0.7.0
│ ├── term_size v0.3.0
│ │ └── libc v0.2.60 (*)
│ ├── textwrap v0.9.0
│ │ ├── term_size v0.3.0 (*)
│ │ └── unicode-width v0.1.4
│ └── unicode-width v0.1.4 (*)
├── hyper v0.12.19
│ ├── bytes v0.4.9
│ │ ├── byteorder v1.3.1 (*)
│ │ └── iovec v0.1.2
│ │ └── libc v0.2.60 (*)
│ ├── futures v0.1.23
│ ├── futures-cpupool v0.1.8
│ │ ├── futures v0.1.23 (*)
│ │ └── num_cpus v1.7.0
│ │ └── libc v0.2.60 (*)
│ ├── h2 v0.1.12
│ │ ├── byteorder v1.3.1 (*)
│ │ ├── bytes v0.4.9 (*)
│ │ ├── fnv v1.0.6
│ │ ├── futures v0.1.23 (*)
│ │ ├── http v0.1.17
│ │ │ ├── bytes v0.4.9 (*)
│ │ │ ├── fnv v1.0.6 (*)
│ │ │ └── itoa v0.4.1
│ │ ├── indexmap v1.1.0
│ │ ├── log v0.4.6
│ │ │ └── cfg-if v0.1.6
│ │ ├── slab v0.4.1
│ │ ├── string v0.1.1
│ │ └── tokio-io v0.1.7
│ │ ├── bytes v0.4.9 (*)
│ │ ├── futures v0.1.23 (*)
│ │ └── log v0.4.6 (*)
│ ├── http v0.1.17 (*)
│ ├── httparse v1.3.3
│ ├── iovec v0.1.2 (*)
│ ├── itoa v0.4.1 (*)
│ ├── log v0.4.6 (*)
│ ├── net2 v0.2.33
│ │ ├── cfg-if v0.1.6 (*)
│ │ └── libc v0.2.60 (*)
│ ├── time v0.1.40 (*)
│ ├── tokio v0.1.11
│ │ ├── bytes v0.4.9 (*)
│ │ ├── futures v0.1.23 (*)
│ │ ├── mio v0.6.19
│ │ │ ├── iovec v0.1.2 (*)
│ │ │ ├── libc v0.2.60 (*)
│ │ │ ├── log v0.4.6 (*)
│ │ │ ├── net2 v0.2.33 (*)
│ │ │ └── slab v0.4.1 (*)
│ │ ├── tokio-codec v0.1.0
│ │ │ ├── bytes v0.4.9 (*)
│ │ │ ├── futures v0.1.23 (*)
│ │ │ └── tokio-io v0.1.7 (*)
│ │ ├── tokio-current-thread v0.1.6
│ │ │ ├── futures v0.1.23 (*)
│ │ │ └── tokio-executor v0.1.7
│ │ │ ├── crossbeam-utils v0.6.5
│ │ │ │ ├── cfg-if v0.1.6 (*)
│ │ │ │ └── lazy_static v1.2.0
│ │ │ └── futures v0.1.23 (*)
│ │ ├── tokio-executor v0.1.7 (*)
│ │ ├── tokio-fs v0.1.3
│ │ │ ├── futures v0.1.23 (*)
│ │ │ ├── tokio-io v0.1.7 (*)
│ │ │ └── tokio-threadpool v0.1.14
│ │ │ ├── crossbeam-deque v0.7.1
│ │ │ │ ├── crossbeam-epoch v0.7.2
│ │ │ │ │ ├── arrayvec v0.4.11
│ │ │ │ │ │ └── nodrop v0.1.12
│ │ │ │ │ ├── cfg-if v0.1.6 (*)
│ │ │ │ │ ├── crossbeam-utils v0.6.5 (*)
│ │ │ │ │ ├── lazy_static v1.2.0 (*)
│ │ │ │ │ ├── memoffset v0.5.1
│ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ └── rustc_version v0.2.3
│ │ │ │ │ │ └── semver v0.9.0
│ │ │ │ │ │ └── semver-parser v0.7.0
│ │ │ │ │ └── scopeguard v1.0.0
│ │ │ │ └── crossbeam-utils v0.6.5 (*)
│ │ │ ├── crossbeam-queue v0.1.2
│ │ │ │ └── crossbeam-utils v0.6.5 (*)
│ │ │ ├── crossbeam-utils v0.6.5 (*)
│ │ │ ├── futures v0.1.23 (*)
│ │ │ ├── log v0.4.6 (*)
│ │ │ ├── num_cpus v1.7.0 (*)
│ │ │ ├── rand v0.6.5
│ │ │ │ ├── libc v0.2.60 (*)
│ │ │ │ ├── rand_chacha v0.1.1
│ │ │ │ │ └── rand_core v0.3.1
│ │ │ │ │ └── rand_core v0.4.0
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── autocfg v0.1.2
│ │ │ │ ├── rand_core v0.4.0 (*)
│ │ │ │ ├── rand_hc v0.1.0
│ │ │ │ │ └── rand_core v0.3.1 (*)
│ │ │ │ ├── rand_isaac v0.1.1
│ │ │ │ │ └── rand_core v0.3.1 (*)
│ │ │ │ ├── rand_jitter v0.1.4
│ │ │ │ │ └── rand_core v0.4.0 (*)
│ │ │ │ ├── rand_os v0.1.3
│ │ │ │ │ ├── libc v0.2.60 (*)
│ │ │ │ │ └── rand_core v0.4.0 (*)
│ │ │ │ ├── rand_pcg v0.1.2
│ │ │ │ │ └── rand_core v0.4.0 (*)
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── autocfg v0.1.2 (*)
│ │ │ │ └── rand_xorshift v0.1.1
│ │ │ │ └── rand_core v0.3.1 (*)
│ │ │ │ [build-dependencies]
│ │ │ │ └── autocfg v0.1.2 (*)
│ │ │ ├── slab v0.4.1 (*)
│ │ │ └── tokio-executor v0.1.7 (*)
│ │ │ [dev-dependencies]
│ │ │ └── tokio-io v0.1.7 (*)
│ │ ├── tokio-io v0.1.7 (*)
│ │ ├── tokio-reactor v0.1.3
│ │ │ ├── futures v0.1.23 (*)
│ │ │ ├── log v0.4.6 (*)
│ │ │ ├── mio v0.6.19 (*)
│ │ │ ├── slab v0.4.1 (*)
│ │ │ ├── tokio-executor v0.1.7 (*)
│ │ │ └── tokio-io v0.1.7 (*)
│ │ ├── tokio-tcp v0.1.1
│ │ │ ├── bytes v0.4.9 (*)
│ │ │ ├── futures v0.1.23 (*)
│ │ │ ├── iovec v0.1.2 (*)
│ │ │ ├── mio v0.6.19 (*)
│ │ │ ├── tokio-io v0.1.7 (*)
│ │ │ └── tokio-reactor v0.1.3 (*)
│ │ ├── tokio-threadpool v0.1.14 (*)
│ │ ├── tokio-timer v0.2.11
│ │ │ ├── crossbeam-utils v0.6.5 (*)
│ │ │ ├── futures v0.1.23 (*)
│ │ │ ├── slab v0.4.1 (*)
│ │ │ └── tokio-executor v0.1.7 (*)
│ │ ├── tokio-udp v0.1.1
│ │ │ ├── bytes v0.4.9 (*)
│ │ │ ├── futures v0.1.23 (*)
│ │ │ ├── log v0.4.6 (*)
│ │ │ ├── mio v0.6.19 (*)
│ │ │ ├── tokio-codec v0.1.0 (*)
│ │ │ ├── tokio-io v0.1.7 (*)
│ │ │ └── tokio-reactor v0.1.3 (*)
│ │ └── tokio-uds v0.2.5
│ │ ├── bytes v0.4.9 (*)
│ │ ├── futures v0.1.23 (*)
│ │ ├── iovec v0.1.2 (*)
│ │ ├── libc v0.2.60 (*)
│ │ ├── log v0.4.6 (*)
│ │ ├── mio v0.6.19 (*)
│ │ ├── mio-uds v0.6.7
│ │ │ ├── iovec v0.1.2 (*)
│ │ │ ├── libc v0.2.60 (*)
│ │ │ └── mio v0.6.19 (*)
│ │ ├── tokio-codec v0.1.0 (*)
│ │ ├── tokio-io v0.1.7 (*)
│ │ └── tokio-reactor v0.1.3 (*)
│ ├── tokio-executor v0.1.7 (*)
│ ├── tokio-io v0.1.7 (*)
│ ├── tokio-reactor v0.1.3 (*)
│ ├── tokio-tcp v0.1.1 (*)
│ ├── tokio-threadpool v0.1.14 (*)
│ ├── tokio-timer v0.2.11 (*)
│ └── want v0.0.6
│ ├── futures v0.1.23 (*)
│ ├── log v0.4.6 (*)
│ └── try-lock v0.2.2
├── lazy_static v1.2.0 (*)
├── log v0.4.6 (*)
├── marionette v0.1.0 (/home/ato/src/gecko/testing/geckodriver/marionette)
│ ├── serde v1.0.88
│ │ └── serde_derive v1.0.88
│ │ ├── proc-macro2 v0.4.27
│ │ │ └── unicode-xid v0.1.0
│ │ ├── quote v0.6.11
│ │ │ └── proc-macro2 v0.4.27 (*)
│ │ └── syn v0.15.30
│ │ ├── proc-macro2 v0.4.27 (*)
│ │ ├── quote v0.6.11 (*)
│ │ └── unicode-xid v0.1.0 (*)
│ │ [dev-dependencies]
│ │ └── serde_derive v1.0.88 (*)
│ ├── serde_json v1.0.26
│ │ ├── itoa v0.4.1 (*)
│ │ ├── ryu v0.2.4
│ │ └── serde v1.0.88 (*)
│ └── serde_repr v0.1.4
│ ├── proc-macro2 v0.4.27 (*)
│ ├── quote v0.6.11 (*)
│ └── syn v0.15.30 (*)
├── mozdevice v0.1.0 (/home/ato/src/gecko/testing/mozbase/rust/mozdevice)
│ ├── log v0.4.6 (*)
│ ├── regex v1.1.9
│ │ ├── aho-corasick v0.7.6
│ │ │ └── memchr v2.2.0
│ │ ├── memchr v2.2.0 (*)
│ │ ├── regex-syntax v0.6.12
│ │ ├── thread_local v0.3.6
│ │ │ └── lazy_static v1.2.0 (*)
│ │ └── utf8-ranges v1.0.4
│ ├── tempfile v3.0.5
│ │ ├── cfg-if v0.1.6 (*)
│ │ ├── libc v0.2.60 (*)
│ │ ├── rand v0.6.5 (*)
│ │ └── remove_dir_all v0.5.2
│ └── walkdir v2.1.4
│ └── same-file v1.0.2
├── mozprofile v0.6.0 (/home/ato/src/gecko/testing/mozbase/rust/mozprofile)
│ └── tempfile v3.0.5 (*)
├── mozrunner v0.10.0 (/home/ato/src/gecko/testing/mozbase/rust/mozrunner)
│ ├── log v0.4.6 (*)
│ ├── mozprofile v0.6.0 (/home/ato/src/gecko/testing/mozbase/rust/mozprofile) (*)
│ └── plist v0.5.1
│ ├── base64 v0.10.1 (*)
│ ├── humantime v1.1.1
│ │ └── quick-error v1.2.1
│ ├── indexmap v1.1.0 (*)
│ ├── line-wrap v0.1.1
│ │ └── safemem v0.3.0
│ ├── serde v1.0.88 (*)
│ └── xml-rs v0.8.0
├── mozversion v0.2.1 (/home/ato/src/gecko/testing/mozbase/rust/mozversion)
│ ├── regex v1.1.9 (*)
│ ├── rust-ini v0.10.3
│ └── semver v0.6.0
│ └── semver-parser v0.7.0 (*)
├── regex v1.1.9 (*)
├── serde v1.0.88 (*)
├── serde_derive v1.0.88 (*)
├── serde_json v1.0.26 (*)
├── uuid v0.7.4
│ └── rand v0.6.5 (*)
├── webdriver v0.40.2 (/home/ato/src/gecko/testing/webdriver)
│ ├── base64 v0.10.1 (*)
│ ├── cookie v0.12.0
│ │ └── time v0.1.40 (*)
│ ├── http v0.1.17 (*)
│ ├── log v0.4.6 (*)
│ ├── regex v1.1.9 (*)
│ ├── serde v1.0.88 (*)
│ ├── serde_derive v1.0.88 (*)
│ ├── serde_json v1.0.26 (*)
│ ├── time v0.1.40 (*)
│ ├── tokio v0.1.11 (*)
│ ├── unicode-segmentation v1.2.1
│ ├── url v2.1.0
│ │ ├── idna v0.2.0
│ │ │ ├── matches v0.1.6
│ │ │ ├── unicode-bidi v0.3.4
│ │ │ │ └── matches v0.1.6 (*)
│ │ │ └── unicode-normalization v0.1.5
│ │ ├── matches v0.1.6 (*)
│ │ └── percent-encoding v2.1.0
│ └── warp v0.1.19
│ ├── bytes v0.4.9 (*)
│ ├── futures v0.1.23 (*)
│ ├── headers v0.2.1
│ │ ├── base64 v0.10.1 (*)
│ │ ├── bitflags v1.0.4 (*)
│ │ ├── bytes v0.4.9 (*)
│ │ ├── headers-core v0.1.1
│ │ │ ├── bytes v0.4.9 (*)
│ │ │ └── http v0.1.17 (*)
│ │ ├── headers-derive v0.1.0
│ │ │ ├── proc-macro2 v0.4.27 (*)
│ │ │ ├── quote v0.6.11 (*)
│ │ │ └── syn v0.15.30 (*)
│ │ ├── http v0.1.17 (*)
│ │ ├── mime v0.3.13
│ │ │ └── unicase v2.4.0
│ │ │ [build-dependencies]
│ │ │ └── version_check v0.1.5
│ │ ├── sha-1 v0.8.1
│ │ │ ├── block-buffer v0.7.3
│ │ │ │ ├── block-padding v0.1.2
│ │ │ │ │ └── byte-tools v0.3.0
│ │ │ │ ├── byte-tools v0.3.0 (*)
│ │ │ │ ├── byteorder v1.3.1 (*)
│ │ │ │ └── generic-array v0.12.0
│ │ │ │ └── typenum v1.10.0
│ │ │ ├── digest v0.8.0
│ │ │ │ └── generic-array v0.12.0 (*)
│ │ │ ├── fake-simd v0.1.2
│ │ │ └── opaque-debug v0.2.1
│ │ │ [dev-dependencies]
│ │ │ └── digest v0.8.0 (*)
│ │ └── time v0.1.40 (*)
│ ├── http v0.1.17 (*)
│ ├── hyper v0.12.19 (*)
│ ├── log v0.4.6 (*)
│ ├── mime v0.3.13 (*)
│ ├── mime_guess v2.0.1
│ │ ├── mime v0.3.13 (*)
│ │ └── unicase v2.4.0 (*)
│ │ [build-dependencies]
│ │ └── unicase v2.4.0 (*)
│ ├── scoped-tls v1.0.0
│ ├── serde v1.0.88 (*)
│ ├── serde_json v1.0.26 (*)
│ ├── serde_urlencoded v0.6.1
│ │ ├── dtoa v0.4.2
│ │ ├── itoa v0.4.1 (*)
│ │ ├── serde v1.0.88 (*)
│ │ └── url v2.1.0 (*)
│ ├── tokio v0.1.11 (*)
│ ├── tokio-io v0.1.7 (*)
│ ├── tokio-threadpool v0.1.14 (*)
│ └── urlencoding v1.0.0
└── zip v0.4.2
├── flate2 v1.0.11
│ ├── crc32fast v1.2.0
│ │ └── cfg-if v0.1.6 (*)
│ ├── libc v0.2.60 (*)
│ └── miniz_oxide v0.3.2
│ └── adler32 v1.0.4
├── msdos_time v0.1.6
│ └── time v0.1.40 (*)
├── podio v0.1.5
└── time v0.1.40 (*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment