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.

49 lines
936B

  1. [package]
  2. name = "logging"
  3. version = "0.4.1"
  4. authors = ["Jonathan Strong <jstrong@legis.io>"]
  5. [[example]]
  6. name = "zmq-logger"
  7. path = "examples/zmq-logger.rs"
  8. required-features = ["warnings"]
  9. [[example]]
  10. name = "hist-interval"
  11. path = "examples/hist-interval.rs"
  12. [dependencies]
  13. zmq = "0.8"
  14. influent = "0.4"
  15. chrono = { version = "0.4", features = ["serde"] }
  16. hyper = "0.10"
  17. termion = "1.4.0"
  18. slog = "2.0.6"
  19. slog-term = "2"
  20. ordermap = "0.3"
  21. fnv = "1"
  22. uuid = { version = "0.5", features = ["serde", "v4"] }
  23. hdrhistogram = "6"
  24. slog-async = "2"
  25. sloggers = { path = "../sloggers" }
  26. decimal = { path = "../decimal", version = "2" }
  27. windows = { path = "../windows", version = "0.1" }
  28. money = { path = "../money", version = "0.2" }
  29. pubsub = { path = "../pubsub" }
  30. [features]
  31. no-thrash = []
  32. trace = []
  33. debug = []
  34. test = []
  35. localhost = []
  36. harrison = []
  37. washington = []
  38. scholes = []
  39. no-influx-buffer = []
  40. disable-short-uuid = []
  41. warnings = []