Bubble proxy service
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

26 line
779 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 = "0.1.0"
  5. authors = ["Jonathan Cobb <jonathan@getbubblenow.com>"]
  6. edition = "2018"
  7. [dependencies]
  8. clap = "2.33.0"
  9. futures = "0.3.5"
  10. futures-core = { version = "0.3", default-features = false }
  11. futures-channel = "0.3"
  12. futures-util = { version = "0.3", default-features = false }
  13. http = "0.2.1"
  14. hyper = { version = "0.13.7", features = ["stream"] }
  15. hyper-tls = "0.4.3"
  16. lru = "0.6.0"
  17. os_info = { version = "2.0.8", default-features = false }
  18. pnet = "0.26.0"
  19. tokio = { version = "0.2.22", features = ["full"] }
  20. tower = "0.3.1"
  21. trust-dns-resolver = "0.19.5"
  22. [profile.release]
  23. panic = 'abort'