Bubble proxy service
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

36 righe
998 B

  1. # Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
  2. [package]
  3. name = "bubble-flexrouter"
  4. version = "1.1.1"
  5. authors = ["Jonathan Cobb <jonathan@getbubblenow.com>"]
  6. edition = "2018"
  7. [dependencies]
  8. bcrypt = "0.6.3"
  9. clap = "2.33.0"
  10. futures = "0.3.5"
  11. futures-core = { version = "0.3", default-features = false }
  12. futures-channel = "0.3"
  13. futures-util = { version = "0.3", default-features = false }
  14. hex = "0.4.2"
  15. http = "0.2.1"
  16. hyper = { version = "0.13.7", features = ["stream"] }
  17. hyper-tls = "0.4.3"
  18. log = "0.4.11"
  19. lru = "0.6.0"
  20. rand = "0.7.3"
  21. reqwest = { version = "0.10.8", features = ["json"] }
  22. serde = "1.0.115"
  23. serde_derive = "1.0.115"
  24. serde_json = "1.0.57"
  25. sha2 = "0.9.1"
  26. stderrlog = "0.4.3"
  27. tokio = { version = "0.2.22", features = ["full"] }
  28. tower = "0.3.1"
  29. trust-dns-resolver = { version = "0.19.5", features = ["dns-over-rustls"] }
  30. warp = "0.2.5"
  31. whoami = "0.9.0"
  32. [profile.release]
  33. panic = 'abort'