From 7ef21830a5bace9497f235e1f5f9157151c11a54 Mon Sep 17 00:00:00 2001 From: "hinto.janai" Date: Fri, 10 May 2024 15:35:39 -0400 Subject: [PATCH] readme: add feature flags --- coins/monero/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/coins/monero/README.md b/coins/monero/README.md index 517fb4bb..589bc560 100644 --- a/coins/monero/README.md +++ b/coins/monero/README.md @@ -47,3 +47,15 @@ It also won't act as a wallet, just as a transaction library. wallet2 has several *non-transaction-level* policies, such as always attempting to use two inputs to create transactions. These are considered out of scope to monero-serai. + +### Feature flags +monero-serai has certain functionality behind feature flags: + +- `std:` Enables usage of Rust's `std` and several other functionality. See `Cargo.toml` for the full list. +- `http-rpc`: Enables an HTTP(S) transport type within the `rpc` module +- `multisig`: Enables multi-signature features within the `wallet` module +- `binaries`: TODO + +The features enabled by default are: +- `std` +- `http-rpc` \ No newline at end of file