Cargo Features

[dependencies]
stellar-ledger = { version = "22.3.0", default-features = false, features = ["emulator-tests", "http-transport"] }
default = http-transport

The http-transport feature is set by default whenever stellar-ledger is added without default-features = false somewhere in the dependency tree.

emulator-tests = http-transport

Enables phf and testcontainers ^0.20.1

Affects emulator_test_support::speculos, emulator_test_support::util

http-transport default emulator-tests?