Skip to content

Commit

Permalink
Merge pull request #1506 from andyleiserson/feature-cleanup
Browse files Browse the repository at this point in the history
Remove unused features
  • Loading branch information
akoshelev authored Dec 17, 2024
2 parents 8a0fd6b + e15bcc3 commit 6531c97
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ipa-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ default = [
"tracing/max_level_trace",
"tracing/release_max_level_info",
"stall-detection",
"ipa-prf",
"descriptive-gate",
]
cli = ["comfy-table", "clap", "num_cpus"]
Expand Down Expand Up @@ -74,14 +73,6 @@ multi-threading = ["async-scoped"]
# RUSTFLAGS="--cfg tokio_unstable" cargo run ... --features="tokio-console ...".
# Note that if there are other flags enabled on your platform in .cargo/config.toml, you need to include them as well.
tokio-console = ["console-subscriber", "tokio/tracing"]

# If this flag is used, then the new breakdown reveal based aggregation is used
reveal-aggregation = []
# Standalone aggregation protocol. We use IPA infra for communication
# but it has nothing to do with IPA.
aggregate-circuit = []
# IPA protocol based on OPRF
ipa-prf = []
# relaxed DP, off by default
relaxed-dp = []

Expand Down

0 comments on commit 6531c97

Please sign in to comment.