--- a/Cargo.toml Thu Jan 23 23:38:40 2025 +0100 +++ b/Cargo.toml Sun Apr 27 14:48:13 2025 -0500 @@ -1,6 +1,6 @@ [package] name = "alg_tools" -version = "0.3.0" +version = "0.4.0-dev" edition = "2021" rust-version = "1.85" authors = ["Tuomo Valkonen <tuomov@iki.fi>"] @@ -8,7 +8,13 @@ homepage = "https://tuomov.iki.fi/software/alg_tools/" repository = "https://tuomov.iki.fi/repos/alg_tools/" license-file = "LICENSE" -keywords = ["iterative", "optimization", "bisection", "branch-and-bound", "numerical"] +keywords = [ + "iterative", + "optimization", + "bisection", + "branch-and-bound", + "numerical", +] categories = ["mathematics", "data-structures"] [dependencies] @@ -27,7 +33,7 @@ anyhow = "1.0.95" [package.metadata.docs.rs] -rustdoc-args = [ "--html-in-header", "katex-header.html" ] +rustdoc-args = ["--html-in-header", "katex-header.html"] [profile.release] @@ -36,5 +42,4 @@ [features] default = ["nightly"] use_custom_thread_pool = [] -nightly = [] # enable for higher-performance implementations of some things - +nightly = [] # enable for higher-performance implementations of some things