]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Add badtouch to TODO
authorkpcyrd <git@rxv.cc>
Tue, 14 Aug 2018 22:46:28 +0000 (23:46 +0100)
committerkpcyrd <git@rxv.cc>
Tue, 14 Aug 2018 22:46:44 +0000 (23:46 +0100)
TODO.rst

index b52704625247e1ac3e48d09e5cc8360adca44e75..2f2cd2381069ceccdc4af0de89eac57e5355effc 100644 (file)
--- a/TODO.rst
+++ b/TODO.rst
@@ -236,3 +236,303 @@ Status as of 2018-08-10::
     phf_codegen 0.7 -- blocked by phf_generator
     sha2 0.7 -- blocked by block-buffer, digest
     tls-parser 0.6 -- blocked by cookie-factory, enum_primitive, phf, phf_codegen, rusticata-macros
+
+
+dependencies of badtouch
+------------------------
+
+Status as of 2018-08-14::
+
+    ├── base64 v0.9.2
+    │   └── safemem v0.2.0
+    ├── bcrypt v0.2.0
+    │   ├── base64 v0.9.2 (*)
+    │   ├── blowfish v0.3.0
+    │   │   ├── block-cipher-trait v0.5.3
+    │   │   │   └── generic-array v0.9.0
+    │   │   │       └── typenum v1.10.0
+    │   │   └── opaque-debug v0.1.1
+    │   └── rand v0.4.2
+    ├── bufstream v0.1.3
+    ├── colored v1.6.1
+    ├── digest v0.7.5
+    │   └── generic-array v0.9.0 (*)
+    ├── error-chain v0.12.0
+    │   └── backtrace v0.3.9
+    │       ├── backtrace-sys v0.1.23
+    ├── getch v0.2.0
+    │   └── termios v0.2.2
+    ├── hlua-badtouch v0.4.2
+    │   └── lua52-sys v0.1.1
+    │       [build-dependencies]
+    │       ├── gcc v0.3.54
+    │       └── pkg-config v0.3.13
+    ├── hmac v0.6.2
+    │   ├── crypto-mac v0.6.2
+    │   │   ├── constant_time_eq v0.1.3
+    │   │   └── generic-array v0.9.0 (*)
+    │   └── digest v0.7.5 (*)
+    ├── kuchiki v0.7.0
+    │   ├── cssparser v0.23.10
+    │   │   ├── cssparser-macros v0.3.4
+    │   │   │   ├── phf_codegen v0.7.22
+    │   │   │   │   ├── phf_generator v0.7.22
+    │   │   │   │   │   └── rand v0.4.2 (*)
+    │   │   │   ├── procedural-masquerade v0.1.6
+    │   │   ├── dtoa-short v0.3.2
+    │   │   ├── phf v0.7.22
+    │   │   ├── procedural-masquerade v0.1.6 (*)
+    │   │   └── smallvec v0.6.4
+    │   │   [build-dependencies]
+    │   │   ├── proc-macro2 v0.3.8
+    │   │   │   └── unicode-xid v0.1.0 (*)
+    │   │   ├── quote v0.5.2
+    │   │   │   └── proc-macro2 v0.3.8 (*)
+    │   │   └── syn v0.13.11
+    │   │       ├── proc-macro2 v0.3.8 (*)
+    │   │       ├── quote v0.5.2 (*)
+    │   │       └── unicode-xid v0.1.0 (*)
+    │   ├── html5ever v0.22.3
+    │   │   ├── mac v0.1.1
+    │   │   └── markup5ever v0.7.2
+    │   │       ├── phf v0.7.22 (*)
+    │   │       ├── string_cache v0.7.3
+    │   │       │   ├── new_debug_unreachable v1.0.1
+    │   │       │   ├── phf_shared v0.7.22 (*)
+    │   │       │   ├── precomputed-hash v0.1.1
+    │   │       │   └── string_cache_shared v0.3.0
+    │   │       │   [build-dependencies]
+    │   │       │   └── string_cache_codegen v0.4.1
+    │   │       │       ├── phf_generator v0.7.22 (*)
+    │   │       │       ├── phf_shared v0.7.22 (*)
+    │   │       │       ├── proc-macro2 v0.3.8 (*)
+    │   │       │       ├── quote v0.5.2 (*)
+    │   │       │       └── string_cache_shared v0.3.0 (*)
+    │   │       └── tendril v0.4.0
+    │   │           ├── futf v0.1.4
+    │   │           │   ├── mac v0.1.1 (*)
+    │   │           │   └── new_debug_unreachable v1.0.1 (*)
+    │   │           ├── mac v0.1.1 (*)
+    │   │           └── utf-8 v0.7.4
+    │   │       [build-dependencies]
+    │   │       ├── phf_codegen v0.7.22 (*)
+    │   │       └── string_cache_codegen v0.4.1 (*)
+    │   │   [build-dependencies]
+    │   │   ├── proc-macro2 v0.3.8 (*)
+    │   │   ├── quote v0.5.2 (*)
+    │   │   └── syn v0.13.11 (*)
+    │   └── selectors v0.19.0
+    │       ├── bitflags v1.0.3 (*)
+    │       ├── cssparser v0.23.10 (*)
+    │       ├── fnv v1.0.6
+    │       ├── log v0.3.9
+    │       ├── phf v0.7.22 (*)
+    │       ├── precomputed-hash v0.1.1 (*)
+    │       ├── servo_arc v0.1.1
+    │       │   ├── nodrop v0.1.12
+    │       │   └── stable_deref_trait v1.1.1
+    │       └── smallvec v0.6.4 (*)
+    │       [build-dependencies]
+    │       └── phf_codegen v0.7.22 (*)
+    ├── ldap3 v0.6.0
+    │   ├── bytes v0.4.9
+    │   │   └── iovec v0.1.2
+    │   │       └── winapi v0.2.8
+    │   ├── lazy_static v0.2.11
+    │   ├── lber v0.1.6
+    │   │   ├── bytes v0.4.9 (*)
+    │   │   └── nom v2.2.1
+    │   ├── log v0.3.9 (*)
+    │   ├── native-tls v0.1.5
+    │   │   ├── lazy_static v0.2.11 (*)
+    │   │   ├── openssl v0.9.24
+    │   │   │   ├── bitflags v0.9.1
+    │   │   │   ├── foreign-types v0.3.2
+    │   │   │   │   └── foreign-types-shared v0.1.1
+    │   │   ├── security-framework v0.1.16
+    │   │   │   ├── core-foundation v0.2.3
+    │   │   │   │   ├── core-foundation-sys v0.2.3
+    │   │   │   ├── core-foundation-sys v0.2.3 (*)
+    │   │   │   └── security-framework-sys v0.1.16
+    │   │   │       ├── core-foundation-sys v0.2.3 (*)
+    │   │   ├── security-framework-sys v0.1.16 (*)
+    │   │   └── tempdir v0.3.7
+    │   │       ├── rand v0.4.2 (*)
+    │   ├── nom v2.2.1 (*)
+    │   ├── tokio-core v0.1.17
+    │   │   ├── bytes v0.4.9 (*)
+    │   │   ├── iovec v0.1.2 (*)
+    │   │   ├── mio v0.6.15
+    │   │   │   ├── iovec v0.1.2 (*)
+    │   │   │   ├── kernel32-sys v0.2.2
+    │   │   │   │   └── winapi v0.2.8 (*)
+    │   │   │   │   [build-dependencies]
+    │   │   │   │   └── winapi-build v0.1.1
+    │   │   │   ├── lazycell v0.6.0
+    │   │   │   ├── miow v0.2.1
+    │   │   │   │   ├── kernel32-sys v0.2.2 (*)
+    │   │   │   │   ├── winapi v0.2.8 (*)
+    │   │   │   │   └── ws2_32-sys v0.2.1
+    │   │   │   │       └── winapi v0.2.8 (*)
+    │   │   │   │       [build-dependencies]
+    │   │   │   │       └── winapi-build v0.1.1 (*)
+    │   │   │   └── winapi v0.2.8 (*)
+    │   │   ├── tokio v0.1.7
+    │   │   │   ├── mio v0.6.15 (*)
+    │   │   │   ├── tokio-executor v0.1.3
+    │   │   │   ├── tokio-fs v0.1.3
+    │   │   │   │   ├── tokio-io v0.1.7
+    │   │   │   │   │   ├── bytes v0.4.9 (*)
+    │   │   │   │   └── tokio-threadpool v0.1.5
+    │   │   │   │       ├── crossbeam-deque v0.3.1
+    │   │   │   │       │   ├── crossbeam-epoch v0.4.3
+    │   │   │   │       │   │   ├── arrayvec v0.4.7
+    │   │   │   │       │   │   │   └── nodrop v0.1.12 (*)
+    │   │   │   │       │   │   ├── crossbeam-utils v0.3.2
+    │   │   │   │       │   │   ├── memoffset v0.2.1
+    │   │   │   │       │   │   └── scopeguard v0.3.3
+    │   │   │   │       │   └── crossbeam-utils v0.3.2 (*)
+    │   │   │   │       ├── rand v0.4.2 (*)
+    │   │   │   │       └── tokio-executor v0.1.3 (*)
+    │   │   │   ├── tokio-io v0.1.7 (*)
+    │   │   │   ├── tokio-reactor v0.1.3
+    │   │   │   │   ├── mio v0.6.15 (*)
+    │   │   │   │   ├── tokio-executor v0.1.3 (*)
+    │   │   │   │   └── tokio-io v0.1.7 (*)
+    │   │   │   ├── tokio-tcp v0.1.1
+    │   │   │   │   ├── bytes v0.4.9 (*)
+    │   │   │   │   ├── iovec v0.1.2 (*)
+    │   │   │   │   ├── mio v0.6.15 (*)
+    │   │   │   │   ├── tokio-io v0.1.7 (*)
+    │   │   │   │   └── tokio-reactor v0.1.3 (*)
+    │   │   │   ├── tokio-threadpool v0.1.5 (*)
+    │   │   │   ├── tokio-timer v0.2.5
+    │   │   │   │   └── tokio-executor v0.1.3 (*)
+    │   │   │   └── tokio-udp v0.1.1
+    │   │   │       ├── bytes v0.4.9 (*)
+    │   │   │       ├── mio v0.6.15 (*)
+    │   │   │       ├── tokio-codec v0.1.0
+    │   │   │       │   ├── bytes v0.4.9 (*)
+    │   │   │       │   └── tokio-io v0.1.7 (*)
+    │   │   │       ├── tokio-io v0.1.7 (*)
+    │   │   │       └── tokio-reactor v0.1.3 (*)
+    │   │   ├── tokio-executor v0.1.3 (*)
+    │   │   ├── tokio-io v0.1.7 (*)
+    │   │   ├── tokio-reactor v0.1.3 (*)
+    │   │   └── tokio-timer v0.2.5 (*)
+    │   ├── tokio-io v0.1.7 (*)
+    │   ├── tokio-proto v0.1.1
+    │   │   ├── log v0.3.9 (*)
+    │   │   ├── rand v0.3.22
+    │   │   │   └── rand v0.4.2 (*)
+    │   │   ├── slab v0.3.0
+    │   │   ├── smallvec v0.2.1
+    │   │   ├── take v0.1.0
+    │   │   ├── tokio-core v0.1.17 (*)
+    │   │   ├── tokio-io v0.1.7 (*)
+    │   │   └── tokio-service v0.1.0
+    │   ├── tokio-service v0.1.0 (*)
+    │   ├── tokio-tls v0.1.4
+    │   │   ├── native-tls v0.1.5 (*)
+    │   │   ├── tokio-core v0.1.17 (*)
+    │   │   └── tokio-io v0.1.7 (*)
+    │   ├── tokio-uds v0.1.7
+    │   │   ├── bytes v0.4.9 (*)
+    │   │   ├── iovec v0.1.2 (*)
+    │   │   ├── log v0.3.9 (*)
+    │   │   ├── mio v0.6.15 (*)
+    │   │   ├── mio-uds v0.6.6
+    │   │   │   ├── iovec v0.1.2 (*)
+    │   │   │   └── mio v0.6.15 (*)
+    │   │   ├── tokio-core v0.1.17 (*)
+    │   │   └── tokio-io v0.1.7 (*)
+    │   ├── tokio-uds-proto v0.1.1
+    │   │   ├── tokio-core v0.1.17 (*)
+    │   │   ├── tokio-proto v0.1.1 (*)
+    │   │   ├── tokio-service v0.1.0 (*)
+    │   │   └── tokio-uds v0.1.7 (*)
+    ├── md-5 v0.7.0
+    │   ├── block-buffer v0.3.3
+    │   └── digest v0.7.5 (*)
+    ├── mysql v14.0.0
+    │   ├── bit-vec v0.5.0
+    │   ├── bufstream v0.1.3 (*)
+    │   ├── flate2 v1.0.2
+    │   │   └── miniz-sys v0.1.10
+    │   ├── fnv v1.0.6 (*)
+    │   ├── mysql_common v0.8.0
+    │   │   ├── atoi v0.2.3
+    │   │   ├── base64 v0.9.2 (*)
+    │   │   ├── bit-vec v0.5.0 (*)
+    │   │   ├── bitflags v1.0.3 (*)
+    │   │   ├── num-bigint v0.2.0
+    │   │   │   ├── num-integer v0.1.39 (*)
+    │   │   ├── sha1 v0.6.0
+    │   │   ├── sha2 v0.7.1
+    │   │   │   ├── block-buffer v0.3.3 (*)
+    │   │   │   ├── digest v0.7.5 (*)
+    │   │   ├── smallvec v0.6.4 (*)
+    │   │   ├── twox-hash v1.1.1
+    │   │   └── uuid v0.6.5
+    │   │       └── rand v0.4.2 (*)
+    │   ├── named_pipe v0.3.0
+    │   │   ├── kernel32-sys v0.2.2 (*)
+    │   │   └── winapi v0.2.8 (*)
+    │   ├── smallvec v0.6.4 (*)
+    │   ├── twox-hash v1.1.1 (*)
+    ├── pbr v1.0.1
+    │   ├── kernel32-sys v0.2.2 (*)
+    │   └── winapi v0.2.8 (*)
+    ├── reqwest v0.8.7
+    │   ├── bytes v0.4.9 (*)
+    │   ├── encoding_rs v0.7.2
+    │   ├── hyper v0.11.27
+    │   │   ├── base64 v0.9.2 (*)
+    │   │   ├── bytes v0.4.9 (*)
+    │   │   ├── futures-cpupool v0.1.8
+    │   │   ├── iovec v0.1.2 (*)
+    │   │   ├── language-tags v0.2.2
+    │   │   ├── mime v0.3.9
+    │   │   ├── relay v0.1.1
+    │   │   ├── tokio-core v0.1.17 (*)
+    │   │   ├── tokio-io v0.1.7 (*)
+    │   │   ├── tokio-service v0.1.0 (*)
+    │   │   └── want v0.0.4
+    │   │       └── try-lock v0.1.0
+    │   ├── hyper-tls v0.1.4
+    │   │   ├── hyper v0.11.27 (*)
+    │   │   ├── native-tls v0.1.5 (*)
+    │   │   ├── tokio-core v0.1.17 (*)
+    │   │   ├── tokio-io v0.1.7 (*)
+    │   │   ├── tokio-service v0.1.0 (*)
+    │   │   └── tokio-tls v0.1.4 (*)
+    │   ├── libflate v0.1.16
+    │   │   ├── adler32 v1.0.3
+    │   │   └── crc v1.8.1
+    │   │       [build-dependencies]
+    │   │       └── build_const v0.2.1
+    │   ├── mime_guess v2.0.0-alpha.6
+    │   │   ├── mime v0.3.9 (*)
+    │   │   ├── phf v0.7.22 (*)
+    │   │   └── unicase v1.4.2 (*)
+    │   │   [build-dependencies]
+    │   │   ├── phf_codegen v0.7.22 (*)
+    │   │   └── unicase v1.4.2 (*)
+    │   ├── native-tls v0.1.5 (*)
+    │   ├── serde_urlencoded v0.5.3
+    │   ├── tokio-core v0.1.17 (*)
+    │   ├── tokio-io v0.1.7 (*)
+    │   ├── tokio-tls v0.1.4 (*)
+    │   └── uuid v0.6.5 (*)
+    ├── sha-1 v0.7.0
+    │   ├── block-buffer v0.3.3 (*)
+    │   ├── digest v0.7.5 (*)
+    ├── sha2 v0.7.1 (*)
+    ├── sha3 v0.7.3
+    │   ├── block-buffer v0.3.3 (*)
+    │   ├── digest v0.7.5 (*)
+    │   └── keccak v0.1.0
+    ├── structopt v0.2.10
+    ├── termios v0.3.0
+    ├── threadpool v1.7.1
+    └── twox-hash v1.1.1 (*)