You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-num-format/num-format-fix-metadata.diff

51 lines
1.4 KiB

--- num-format-0.4.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ num-format-0.4.0/Cargo.toml 2021-11-18T18:07:59.466061+00:00
@@ -25,7 +25,7 @@
license = "MIT/Apache-2.0"
repository = "https://github.com/bcmyers/num-format"
[dependencies.arrayvec]
-version = "0.4"
+version = "0.5"
default-features = false
[dependencies.itoa]
@@ -38,7 +38,7 @@
optional = true
[dependencies.num-bigint]
-version = "0.2"
+version = "0.4"
optional = true
[dependencies.serde]
@@ -61,8 +61,8 @@
default = ["std"]
std = ["arrayvec/default", "itoa/default", "itoa/i128"]
with-num-bigint = ["num-bigint", "std"]
-with-serde = ["arrayvec/serde-1", "serde/derive"]
-with-system-locale = ["cfg-if", "encoding_rs", "lazy_static", "libc", "num-format-windows", "std", "widestring", "winapi/winnls"]
+with-serde = ["arrayvec/serde", "serde/derive"]
+with-system-locale = ["cfg-if", "encoding_rs", "lazy_static", "libc", "std"]
[target."cfg(unix)".dependencies.cfg-if]
version = "0.1"
optional = true
@@ -74,18 +74,6 @@
[target."cfg(unix)".dependencies.libc]
version = "0.2"
optional = true
-[target."cfg(windows)".dependencies.num-format-windows]
-version = "0.3"
-optional = true
-
-[target."cfg(windows)".dependencies.widestring]
-version = "0.4"
-optional = true
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["winnls"]
-optional = true
[badges.maintenance]
status = "actively-developed"