From aa8b1f265d14f6c92bee20b844692915190a9b08 Mon Sep 17 00:00:00 2001 From: ThotDjehuty Date: Tue, 17 Feb 2026 10:00:52 +0100 Subject: [PATCH] refactor: Rename crates.io package from optimizr to optimiz-rs - Updated Cargo.toml: name = 'optimiz-rs' - Maintains lib name as 'optimizr' for code compatibility - Achieves naming consistency with PyPI (optimiz-rs) Both registries now use the same base name: - crates.io: optimiz-rs - PyPI: optimiz-rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 119ce06..6720072 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "optimizr" +name = "optimiz-rs" version = "1.0.0" edition = "2021" authors = ["HFThot Research Lab "]