We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc241c1 commit b2c3d81Copy full SHA for b2c3d81
1 file changed
Cargo.toml
@@ -37,7 +37,6 @@ digest = { workspace = true, optional = true }
37
sysinfo = { workspace = true, optional = true }
38
tempfile = { workspace = true, optional = true }
39
string-interner = { workspace = true, optional = true }
40
-xattr = { workspace = true, optional = true }
41
zstd = { workspace = true, optional = true }
42
zstd-safe = { workspace = true, optional = true }
43
xz2 = { workspace = true, optional = true }
@@ -80,6 +79,9 @@ xz = ["dep:xz2"]
80
79
zstd = ["dep:zstd", "dep:zstd-safe"]
81
xattr = ["dep:xattr"]
82
+[target.'cfg(unix)'.dependencies]
83
+xattr = { workspace = true, optional = true }
84
+
85
[workspace]
86
resolver = "3"
87
members = ["cli", "crates/*"]
0 commit comments