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.

31 lines
617B

  1. [package]
  2. name = "logging"
  3. version = "0.3.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.2"
  17. fnv = "1"
  18. uuid = { version = "0.5", features = ["serde", "v4"] }
  19. decimal = { path = "../decimal", version = "2" }
  20. windows = { path = "../windows", version = "0.1" }
  21. money = { path = "../money", version = "0.2" }
  22. pubsub = { path = "../pubsub" }
  23. [features]
  24. no-thrash = []
  25. trace = []
  26. test = []