[package] name = "logging" version = "0.4.6" authors = ["Jonathan Strong "] [[example]] name = "zmq-logger" path = "examples/zmq-logger.rs" required-features = ["warnings", "zmq"] [[example]] name = "hist-interval" path = "examples/hist-interval.rs" [dependencies] zmq = { version = "0.8", optional = true } influent = "0.4" chrono = { version = "0.4", features = ["serde"] } hyper = "0.10" termion = "1.4.0" slog = "2.0.6" slog-term = "2" ordermap = "0.3" fnv = "1" uuid = { version = "0.6", features = ["serde", "v4", "nightly", "const_fn"] } hdrhistogram = "6" slog-async = "2" smallvec = "0.6" num = "0.1" dirs = "1" sloggers = { path = "../sloggers" } decimal = { path = "../decimal", version = "2" } #windows = { path = "../windows", version = "0.2" } money = { path = "../money", version = "0.3" } pubsub = { path = "../pubsub", optional = true } [features] default = ["inlines"] no-thrash = [] trace = [] debug = [] test = [] localhost = [] harrison = [] washington = [] scholes = [] no-influx-buffer = [] disable-short-uuid = [] warnings = [] inlines = [] latency = ["pubsub"]