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
This commit is contained in:
ThotDjehuty
2026-02-17 10:00:52 +01:00
parent fed03f5bdf
commit aa8b1f265d
+1 -1
View File
@@ -1,5 +1,5 @@
[package]
name = "optimizr"
name = "optimiz-rs"
version = "1.0.0"
edition = "2021"
authors = ["HFThot Research Lab <contact@hfthot-lab.eu>"]