Created
June 15, 2020 01:47
-
-
Save brianm/066797531d8cc1f1c6c563ea8db7b392 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wsf on master ❯ cargo tree | |
wsf v1.1.9 (/Users/bmcc/src/github.com/brianm/wsf) | |
├── anyhow v1.0.31 | |
├── chrono v0.4.11 | |
│ ├── num-integer v0.1.42 | |
│ │ └── num-traits v0.2.11 | |
│ │ [build-dependencies] | |
│ │ └── autocfg v1.0.0 | |
│ │ [build-dependencies] | |
│ │ └── autocfg v1.0.0 | |
│ ├── num-traits v0.2.11 (*) | |
│ └── time v0.1.43 | |
│ └── libc v0.2.71 | |
├── dirs v2.0.2 | |
│ ├── cfg-if v0.1.10 | |
│ └── dirs-sys v0.3.5 | |
│ └── libc v0.2.71 | |
├── docopt v1.1.0 | |
│ ├── lazy_static v1.4.0 | |
│ ├── regex v1.3.9 | |
│ │ ├── aho-corasick v0.7.10 | |
│ │ │ └── memchr v2.3.3 | |
│ │ ├── memchr v2.3.3 | |
│ │ ├── regex-syntax v0.6.18 | |
│ │ └── thread_local v1.0.1 | |
│ │ └── lazy_static v1.4.0 | |
│ ├── serde v1.0.111 | |
│ │ └── serde_derive v1.0.111 | |
│ │ ├── proc-macro2 v1.0.18 | |
│ │ │ └── unicode-xid v0.2.0 | |
│ │ ├── quote v1.0.6 | |
│ │ │ └── proc-macro2 v1.0.18 (*) | |
│ │ └── syn v1.0.30 | |
│ │ ├── proc-macro2 v1.0.18 (*) | |
│ │ ├── quote v1.0.6 (*) | |
│ │ └── unicode-xid v0.2.0 | |
│ └── strsim v0.9.3 | |
├── env_logger v0.7.1 | |
│ ├── atty v0.2.14 | |
│ │ └── libc v0.2.71 | |
│ ├── humantime v1.3.0 | |
│ │ └── quick-error v1.2.3 | |
│ ├── log v0.4.8 | |
│ │ └── cfg-if v0.1.10 | |
│ ├── regex v1.3.9 (*) | |
│ └── termcolor v1.1.0 | |
├── human-panic v1.0.3 | |
│ ├── backtrace v0.3.48 | |
│ │ ├── addr2line v0.12.1 | |
│ │ │ └── gimli v0.21.0 | |
│ │ ├── cfg-if v0.1.10 | |
│ │ ├── libc v0.2.71 | |
│ │ ├── object v0.19.0 | |
│ │ └── rustc-demangle v0.1.16 | |
│ ├── os_type v2.2.0 | |
│ │ └── regex v1.3.9 (*) | |
│ ├── serde v1.0.111 (*) | |
│ ├── serde_derive v1.0.111 (*) | |
│ ├── termcolor v1.1.0 | |
│ ├── toml v0.5.6 | |
│ │ └── serde v1.0.111 (*) | |
│ └── uuid v0.8.1 | |
│ └── rand v0.7.3 | |
│ ├── getrandom v0.1.14 | |
│ │ ├── cfg-if v0.1.10 | |
│ │ └── libc v0.2.71 | |
│ ├── libc v0.2.71 | |
│ ├── rand_chacha v0.2.2 | |
│ │ ├── ppv-lite86 v0.2.8 | |
│ │ └── rand_core v0.5.1 | |
│ │ └── getrandom v0.1.14 (*) | |
│ └── rand_core v0.5.1 (*) | |
├── lazy_static v1.4.0 | |
├── log v0.4.8 (*) | |
├── regex v1.3.9 (*) | |
├── reqwest v0.10.6 | |
│ ├── base64 v0.12.1 | |
│ ├── bytes v0.5.4 | |
│ ├── encoding_rs v0.8.23 | |
│ │ └── cfg-if v0.1.10 | |
│ ├── futures-core v0.3.5 | |
│ ├── futures-util v0.3.5 | |
│ │ ├── futures-core v0.3.5 | |
│ │ ├── futures-task v0.3.5 | |
│ │ ├── pin-project v0.4.19 | |
│ │ │ └── pin-project-internal v0.4.19 | |
│ │ │ ├── proc-macro2 v1.0.18 (*) | |
│ │ │ ├── quote v1.0.6 (*) | |
│ │ │ └── syn v1.0.30 (*) | |
│ │ └── pin-utils v0.1.0 | |
│ ├── http v0.2.1 | |
│ │ ├── bytes v0.5.4 | |
│ │ ├── fnv v1.0.7 | |
│ │ └── itoa v0.4.5 | |
│ ├── http-body v0.3.1 | |
│ │ ├── bytes v0.5.4 | |
│ │ └── http v0.2.1 (*) | |
│ ├── hyper v0.13.6 | |
│ │ ├── bytes v0.5.4 | |
│ │ ├── futures-channel v0.3.5 | |
│ │ │ └── futures-core v0.3.5 | |
│ │ ├── futures-core v0.3.5 | |
│ │ ├── futures-util v0.3.5 (*) | |
│ │ ├── h2 v0.2.5 | |
│ │ │ ├── bytes v0.5.4 | |
│ │ │ ├── fnv v1.0.7 | |
│ │ │ ├── futures-core v0.3.5 | |
│ │ │ ├── futures-sink v0.3.5 | |
│ │ │ ├── futures-util v0.3.5 (*) | |
│ │ │ ├── http v0.2.1 (*) | |
│ │ │ ├── indexmap v1.4.0 | |
│ │ │ │ [build-dependencies] | |
│ │ │ │ └── autocfg v1.0.0 | |
│ │ │ ├── log v0.4.8 (*) | |
│ │ │ ├── slab v0.4.2 | |
│ │ │ ├── tokio v0.2.21 | |
│ │ │ │ ├── bytes v0.5.4 | |
│ │ │ │ ├── fnv v1.0.7 | |
│ │ │ │ ├── futures-core v0.3.5 | |
│ │ │ │ ├── iovec v0.1.4 | |
│ │ │ │ │ └── libc v0.2.71 | |
│ │ │ │ ├── lazy_static v1.4.0 | |
│ │ │ │ ├── libc v0.2.71 | |
│ │ │ │ ├── memchr v2.3.3 | |
│ │ │ │ ├── mio v0.6.22 | |
│ │ │ │ │ ├── cfg-if v0.1.10 | |
│ │ │ │ │ ├── iovec v0.1.4 (*) | |
│ │ │ │ │ ├── libc v0.2.71 | |
│ │ │ │ │ ├── log v0.4.8 (*) | |
│ │ │ │ │ ├── net2 v0.2.34 | |
│ │ │ │ │ │ ├── cfg-if v0.1.10 | |
│ │ │ │ │ │ └── libc v0.2.71 | |
│ │ │ │ │ └── slab v0.4.2 | |
│ │ │ │ ├── mio-uds v0.6.8 | |
│ │ │ │ │ ├── iovec v0.1.4 (*) | |
│ │ │ │ │ ├── libc v0.2.71 | |
│ │ │ │ │ └── mio v0.6.22 (*) | |
│ │ │ │ ├── num_cpus v1.13.0 | |
│ │ │ │ │ └── libc v0.2.71 | |
│ │ │ │ ├── pin-project-lite v0.1.7 | |
│ │ │ │ ├── signal-hook-registry v1.2.0 | |
│ │ │ │ │ ├── arc-swap v0.4.7 | |
│ │ │ │ │ └── libc v0.2.71 | |
│ │ │ │ ├── slab v0.4.2 | |
│ │ │ │ └── tokio-macros v0.2.5 | |
│ │ │ │ ├── proc-macro2 v1.0.18 (*) | |
│ │ │ │ ├── quote v1.0.6 (*) | |
│ │ │ │ └── syn v1.0.30 (*) | |
│ │ │ └── tokio-util v0.3.1 | |
│ │ │ ├── bytes v0.5.4 | |
│ │ │ ├── futures-core v0.3.5 | |
│ │ │ ├── futures-sink v0.3.5 | |
│ │ │ ├── log v0.4.8 (*) | |
│ │ │ ├── pin-project-lite v0.1.7 | |
│ │ │ └── tokio v0.2.21 (*) | |
│ │ ├── http v0.2.1 (*) | |
│ │ ├── http-body v0.3.1 (*) | |
│ │ ├── httparse v1.3.4 | |
│ │ ├── itoa v0.4.5 | |
│ │ ├── log v0.4.8 (*) | |
│ │ ├── pin-project v0.4.19 (*) | |
│ │ ├── socket2 v0.3.12 | |
│ │ │ ├── cfg-if v0.1.10 | |
│ │ │ └── libc v0.2.71 | |
│ │ ├── time v0.1.43 (*) | |
│ │ ├── tokio v0.2.21 (*) | |
│ │ ├── tower-service v0.3.0 | |
│ │ └── want v0.3.0 | |
│ │ ├── log v0.4.8 (*) | |
│ │ └── try-lock v0.2.2 | |
│ ├── hyper-tls v0.4.1 | |
│ │ ├── bytes v0.5.4 | |
│ │ ├── hyper v0.13.6 (*) | |
│ │ ├── native-tls v0.2.4 | |
│ │ │ ├── lazy_static v1.4.0 | |
│ │ │ ├── libc v0.2.71 | |
│ │ │ ├── security-framework v0.4.4 | |
│ │ │ │ ├── bitflags v1.2.1 | |
│ │ │ │ ├── core-foundation v0.7.0 | |
│ │ │ │ │ ├── core-foundation-sys v0.7.0 | |
│ │ │ │ │ └── libc v0.2.71 | |
│ │ │ │ ├── core-foundation-sys v0.7.0 | |
│ │ │ │ ├── libc v0.2.71 | |
│ │ │ │ └── security-framework-sys v0.4.3 | |
│ │ │ │ ├── core-foundation-sys v0.7.0 | |
│ │ │ │ └── libc v0.2.71 | |
│ │ │ ├── security-framework-sys v0.4.3 (*) | |
│ │ │ └── tempfile v3.1.0 | |
│ │ │ ├── cfg-if v0.1.10 | |
│ │ │ ├── libc v0.2.71 | |
│ │ │ ├── rand v0.7.3 (*) | |
│ │ │ └── remove_dir_all v0.5.2 | |
│ │ ├── tokio v0.2.21 (*) | |
│ │ └── tokio-tls v0.3.1 | |
│ │ ├── native-tls v0.2.4 (*) | |
│ │ └── tokio v0.2.21 (*) | |
│ ├── lazy_static v1.4.0 | |
│ ├── log v0.4.8 (*) | |
│ ├── mime v0.3.16 | |
│ ├── mime_guess v2.0.3 | |
│ │ ├── mime v0.3.16 | |
│ │ └── unicase v2.6.0 | |
│ │ [build-dependencies] | |
│ │ └── version_check v0.9.2 | |
│ │ [build-dependencies] | |
│ │ └── unicase v2.6.0 (*) | |
│ ├── native-tls v0.2.4 (*) | |
│ ├── percent-encoding v2.1.0 | |
│ ├── pin-project-lite v0.1.7 | |
│ ├── serde v1.0.111 (*) | |
│ ├── serde_json v1.0.53 | |
│ │ ├── itoa v0.4.5 | |
│ │ ├── ryu v1.0.5 | |
│ │ └── serde v1.0.111 (*) | |
│ ├── serde_urlencoded v0.6.1 | |
│ │ ├── dtoa v0.4.5 | |
│ │ ├── itoa v0.4.5 | |
│ │ ├── serde v1.0.111 (*) | |
│ │ └── url v2.1.1 | |
│ │ ├── idna v0.2.0 | |
│ │ │ ├── matches v0.1.8 | |
│ │ │ ├── unicode-bidi v0.3.4 | |
│ │ │ │ └── matches v0.1.8 | |
│ │ │ └── unicode-normalization v0.1.12 | |
│ │ │ └── smallvec v1.4.0 | |
│ │ ├── matches v0.1.8 | |
│ │ └── percent-encoding v2.1.0 | |
│ ├── tokio v0.2.21 (*) | |
│ ├── tokio-tls v0.3.1 (*) | |
│ └── url v2.1.1 (*) | |
├── serde v1.0.111 (*) | |
├── serde_derive v1.0.111 (*) | |
├── serde_json v1.0.53 (*) | |
├── thiserror v1.0.19 | |
│ └── thiserror-impl v1.0.19 | |
│ ├── proc-macro2 v1.0.18 (*) | |
│ ├── quote v1.0.6 (*) | |
│ └── syn v1.0.30 (*) | |
└── tokio v0.2.21 (*) | |
[dev-dependencies] | |
├── mockito v0.16.0 | |
│ ├── colored v1.9.3 | |
│ │ ├── atty v0.2.14 (*) | |
│ │ └── lazy_static v1.4.0 | |
│ ├── difference v2.0.0 | |
│ ├── httparse v1.3.4 | |
│ ├── lazy_static v1.4.0 | |
│ ├── log v0.4.8 (*) | |
│ ├── rand v0.5.6 | |
│ │ ├── libc v0.2.71 | |
│ │ └── rand_core v0.3.1 | |
│ │ └── rand_core v0.4.2 | |
│ ├── regex v1.3.9 (*) | |
│ └── serde_json v1.0.53 (*) | |
└── pretty_assertions v0.6.1 | |
├── ansi_term v0.11.0 | |
└── difference v2.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment