From 222662e4023561d834fa12b8346c697aff8c1670 Mon Sep 17 00:00:00 2001 From: electria Date: Mon, 13 Jul 2026 19:42:43 -0700 Subject: [PATCH] build: minimize rug features --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f4ac67e..a6c52cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,9 @@ version = "0.1.0" edition = "2024" [dependencies] -rug = "1.30.0" thiserror = "2.0.18" + +[dependencies.rug] +version = "1.30" +default-features = false +features = ["std", "float"]