diff --git a/Cargo.toml b/Cargo.toml
index 66d44a45aba25a8d2d6a622b4ef705b37c8fdec9..fb86c5018fd1fa0887dbc2abd1d75a2b9b46132b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 
 [dependencies]
-nauty-Traces-sys = "0.8.0"
+nauty-Traces-sys = { version = "0.8.0", default-features = false, features = ["bundled", "tls"] }
 union-find = "0.4.3"
 
 [profile.release-debug]