Cargo Features
[dependencies]
embedded-td = { version = "0.1.4", default-features = false, features = ["async-tokio", "async-smol", "td_ver_0_34", "td_ver_0_37", "use_source_code", "storage-goleveldb", "storage-badgerdb", "storage-boltdb"] }
- default = async-smol, td_ver_0_34
-
These default features are set whenever
embedded-td
is added without
somewhere in the dependency tree.default-features = false - async-tokio = tokio
-
Async runtime backend
Enables tokio-backend of async-abci
abci interface
- async-smol default = smol
-
Enables smol-backend of async-abci
- td_ver_0_34 default
-
Tendermint version
- td_ver_0_37
- use_source_code
-
How to get tendermint binary
- storage-goleveldb
-
Storage backend
- storage-cleveldb storage-badgerdb
- storage-rocksdb storage-boltdb
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- tokio async-tokio?
-
Enables tokio
runtime
- smol async-smol
-
Enables smol ^1.2.5