Cargo Features
[dependencies]
kraken-async-rs = { version = "0.6.0", default-features = false, features = ["debug-inbound", "debug-outbound", "test-support"] }
- default = test-support
-
The
test-support
feature is set by default wheneverkraken-async-rs
is added without
somewhere in the dependency tree.default-features = false - debug-inbound
-
deprecated - use
new_with_tracing
methods on REST and websocket clients - debug-outbound
-
deprecated - use
new_with_tracing
methods on REST and websocket clients - test-support default
-
Enables tracing-subscriber
Affects
kraken-async-rs::test_support
…