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 whenever kraken-async-rs is added without default-features = false somewhere in the dependency tree.

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