|
|
@@ -35,7 +35,7 @@ decimal = { path = "../decimal", version = "2" } |
|
|
|
|
|
|
|
#windows = { path = "../windows", version = "0.2" } |
|
|
|
money = { path = "../money", version = "0.3" } |
|
|
|
pubsub = { path = "../pubsub" } |
|
|
|
pubsub = { path = "../pubsub", optional = true } |
|
|
|
|
|
|
|
[features] |
|
|
|
default = ["inlines"] |
|
|
@@ -51,3 +51,4 @@ no-influx-buffer = [] |
|
|
|
disable-short-uuid = [] |
|
|
|
warnings = [] |
|
|
|
inlines = [] |
|
|
|
latency = ["pubsub"] |