Cargo.toml

branch
dev
changeset 98
2e4517b55442
parent 95
9cb8225a3a41
parent 94
1f19c6bbf07b
child 144
44d859269132
--- a/Cargo.toml	Sun Apr 27 15:56:43 2025 -0500
+++ b/Cargo.toml	Sun Apr 27 20:41:36 2025 -0500
@@ -40,6 +40,11 @@
 debug = true
 
 [features]
-default = ["nightly"]
+default = []
 use_custom_thread_pool = []
-nightly = []                # enable for higher-performance implementations of some things
+# The nightly feature enables some additional features.
+# Nightly-based optimisations are decided automatically by build.rs.
+nightly = []
+
+[build-dependencies]
+rustc_version = "0.4"

mercurial