Bubble proxy service
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

Cargo.toml 968 B

há 4 anos
há 4 anos
há 4 anos
há 4 anos
há 4 anos
há 4 anos
há 4 anos
há 4 anos
há 4 anos
há 4 anos
há 4 anos
123456789101112131415161718192021222324252627282930313233343536
  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 = "0.1.0"
  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. pnet = "0.26.0"
  21. rand = "0.7.3"
  22. reqwest = { version = "0.10.8", features = ["json"] }
  23. serde = "1.0.115"
  24. serde_derive = "1.0.115"
  25. serde_json = "1.0.57"
  26. sha2 = "0.9.1"
  27. stderrlog = "0.4.3"
  28. tokio = { version = "0.2.22", features = ["full"] }
  29. tower = "0.3.1"
  30. trust-dns-resolver = "0.19.5"
  31. warp = "0.2.5"
  32. whoami = "0.9.0"
  33. [profile.release]
  34. panic = 'abort'