--- a/Cargo.toml Fri Oct 13 14:15:56 2023 -0500 +++ b/Cargo.toml Wed Oct 30 14:22:06 2024 -0500 @@ -31,3 +31,7 @@ [profile.release] debug = true + +[features] +default = [] +use_custom_thread_pool = []