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.
encoding_rs
1 parent 22052ea commit a367af6Copy full SHA for a367af6
objdiff-core/Cargo.toml
@@ -41,6 +41,7 @@ any-arch = [
41
"dep:regex",
42
"dep:similar",
43
"dep:syn",
44
+ "dep:encoding_rs"
45
]
46
bindings = [
47
"dep:prost",
@@ -171,7 +172,7 @@ notify-debouncer-full = { version = "0.5.0", optional = true }
171
172
shell-escape = { version = "0.1", optional = true }
173
tempfile = { version = "3.19", optional = true }
174
time = { version = "0.3", optional = true }
-encoding_rs = "0.8.35"
175
+encoding_rs = { version = "0.8.35", optional = true }
176
177
[target.'cfg(windows)'.dependencies]
178
winapi = { version = "0.3", optional = true }
0 commit comments