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 wheneverstellar-ledger
is added without
somewhere in the dependency tree.default-features = false - 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?