add feature for smElement client hacks

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry
2024-03-23 23:13:40 -04:00
committed by June
parent 55813e90bf
commit f4146de17d
4 changed files with 59 additions and 50 deletions
+6 -1
View File
@@ -277,7 +277,7 @@ hyperlocal = { git = "https://github.com/softprops/hyperlocal", rev = "2ee4d1496
[features]
default = ["conduit_bin", "backend_rocksdb", "systemd"]
default = ["conduit_bin", "backend_rocksdb", "systemd", "element_hacks"]
conduit_bin = ["axum"]
backend_sqlite = ["sqlite"]
backend_rocksdb = ["rocksdb"]
@@ -303,6 +303,11 @@ perf_measurements = [
"opentelemetry-jaeger",
]
# client/server interopability hacks
#
## element has various non-spec compliant behaviour
element_hacks = []
[[bin]]
name = "conduit"