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.

38 lines
722B

  1. [package]
  2. name = "logging"
  3. version = "0.4.0"
  4. authors = ["Jonathan Strong <jstrong@legis.io>"]
  5. [dependencies]
  6. zmq = "0.8"
  7. influent = "0.4"
  8. chrono = { version = "0.4", features = ["serde"] }
  9. hyper = "0.10"
  10. termion = "1.4.0"
  11. # pub-sub = "2.0"
  12. slog = "2.0.6"
  13. sloggers = "0.2"
  14. slog-term = "2"
  15. # chashmap = "2"
  16. ordermap = "0.3"
  17. fnv = "1"
  18. uuid = { version = "0.5", features = ["serde", "v4"] }
  19. hdrhistogram = "6"
  20. slog-async = "2"
  21. decimal = { path = "../decimal", version = "2" }
  22. windows = { path = "../windows", version = "0.1" }
  23. money = { path = "../money", version = "0.2" }
  24. pubsub = { path = "../pubsub" }
  25. [features]
  26. no-thrash = []
  27. trace = []
  28. debug = []
  29. test = []
  30. localhost = []
  31. harrison = []
  32. washington = []
  33. scholes = []