--- a/Cargo.toml
+++ b/Cargo.toml
@@ -80,9 +80,6 @@ time = "0.3.17"
 clap = { version = "4.0.0", features = ["derive", "env", "wrap_help"] }
 clap_complete_command = { version = "0.5.1", optional = true }
 
-# cross compile
-cargo-zigbuild = { version = "0.17.5", default-features = false, optional = true }
-
 # log
 tracing = "0.1.36"
 tracing-subscriber = { version = "0.3.15", features = ["env-filter"], optional = true }
@@ -123,10 +120,6 @@ upload = ["ureq", "multipart", "configpa
 rustls = ["dep:rustls", "ureq?/tls", "dep:rustls-pemfile"]
 native-tls = ["dep:native-tls", "ureq?/native-tls", "dep:rustls-pemfile"]
 
-# cross compile using zig or xwin
-cross-compile = ["zig"]
-zig = ["cargo-zigbuild"]
-
 # Internal feature to speed up the tests significantly
 faster-tests = []
 
