We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b6790 commit 48c48b1Copy full SHA for 48c48b1
bindings/python/Cargo.toml
@@ -60,7 +60,6 @@ services-all = [
60
'services-ftp',
61
'services-gdrive',
62
'services-gridfs',
63
- 'services-hdfs-native',
64
'services-huggingface',
65
'services-ipfs',
66
'services-koofr',
@@ -184,6 +183,10 @@ abi3 = ["pyo3/abi3-py311"]
184
183
[target.'cfg(not(windows))'.features]
185
services-all = ["services-sftp"]
186
+# Conditionally include sftp only on non-windows targets
187
+[target.'cfg(not(target_arch = "arm"))'.features]
188
+services-all = ["services-hdfs-native"]
189
+
190
[[bin]]
191
doc = false
192
name = "stub_gen"
0 commit comments