Advertisement
Guest User

Untitled

a guest
Sep 6th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. cat-lynx v0.1.0 (file:///home/simon/projects/tinyhttp/compare-tests/cat-lynx)
  2. └── lynx v0.1.0 (file:///home/simon/projects/tinyhttp)
  3. ├── encoding_rs v0.8.6
  4. │ └── cfg-if v0.1.5
  5. ├── http v0.1.11
  6. │ ├── bytes v0.4.10
  7. │ │ ├── byteorder v1.2.6
  8. │ │ └── iovec v0.1.2
  9. │ │ └── libc v0.2.43
  10. │ ├── fnv v1.0.6
  11. │ └── itoa v0.4.2
  12. ├── libflate v0.1.16
  13. │ ├── adler32 v1.0.3
  14. │ ├── byteorder v1.2.6 (*)
  15. │ └── crc v1.8.1
  16. │ [build-dependencies]
  17. │ └── build_const v0.2.1
  18. ├── log v0.4.5
  19. │ └── cfg-if v0.1.5 (*)
  20. ├── native-tls v0.2.1
  21. │ ├── openssl v0.10.11
  22. │ │ ├── bitflags v1.0.4
  23. │ │ ├── cfg-if v0.1.5 (*)
  24. │ │ ├── foreign-types v0.3.2
  25. │ │ │ └── foreign-types-shared v0.1.1
  26. │ │ ├── lazy_static v1.1.0
  27. │ │ │ [build-dependencies]
  28. │ │ │ └── version_check v0.1.4
  29. │ │ ├── libc v0.2.43 (*)
  30. │ │ └── openssl-sys v0.9.35
  31. │ │ └── libc v0.2.43 (*)
  32. │ │ [build-dependencies]
  33. │ │ ├── cc v1.0.23
  34. │ │ └── pkg-config v0.3.14
  35. │ ├── openssl-probe v0.1.2
  36. │ └── openssl-sys v0.9.35 (*)
  37. └── url v1.7.1
  38. ├── idna v0.1.5
  39. │ ├── matches v0.1.8
  40. │ ├── unicode-bidi v0.3.4
  41. │ │ └── matches v0.1.8 (*)
  42. │ └── unicode-normalization v0.1.7
  43. ├── matches v0.1.8 (*)
  44. └── percent-encoding v1.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement