Skip to content

Commit 206c1f7

Browse files
committed
fix: keep windows deps in main dependency table
1 parent 7b57b55 commit 206c1f7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

crates/kreuzberg/Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,6 @@ chardetng = { version = "0.1.17", optional = true }
116116
encoding_rs = { version = "0.8.35", optional = true }
117117
yake-rust = { version = "1.0.3", optional = true }
118118
rake = { version = "0.3.6", optional = true }
119-
120-
# Only build profiling tooling on non-Windows targets (pprof depends on Unix APIs)
121-
[target.'cfg(not(target_os = "windows"))'.dependencies]
122-
pprof = { version = "0.15.0", features = ["flamegraph"], optional = true }
123-
124119
# Server features (optional)
125120
axum = { version = "0.8", features = ["macros", "json", "multipart"], optional = true }
126121
tower = { version = "0.5", optional = true }
@@ -136,3 +131,7 @@ zip = "6.0.0"
136131
serial_test = "3.2.0"
137132
anyhow = "1.0"
138133
tokio-test = "0.4"
134+
135+
# Only build profiling tooling on non-Windows targets (pprof depends on Unix APIs)
136+
[target.'cfg(not(target_os = "windows"))'.dependencies]
137+
pprof = { version = "0.15.0", features = ["flamegraph"], optional = true }

0 commit comments

Comments
 (0)