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.
|
|
|
--- lexical-core-0.7.6/Cargo.toml 1970-01-01T00:00:00+00:00
|
|
|
|
+++ lexical-core-0.7.6/Cargo.toml 2022-12-15T13:01:15.553557+00:00
|
|
|
|
@@ -25,16 +25,7 @@
|
|
|
|
categories = ["parsing", "encoding", "no-std", "value-formatting"]
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
repository = "https://github.com/Alexhuszagh/rust-lexical/tree/master/lexical-core"
|
|
|
|
-[profile.dev]
|
|
|
|
-opt-level = 0
|
|
|
|
-lto = false
|
|
|
|
-debug = true
|
|
|
|
|
|
|
|
-[profile.release]
|
|
|
|
-opt-level = 3
|
|
|
|
-lto = true
|
|
|
|
-debug = false
|
|
|
|
-debug-assertions = false
|
|
|
|
[dependencies.arrayvec]
|
|
|
|
version = "0.5"
|
|
|
|
features = ["array-sizes-33-128"]
|
|
|
|
@@ -71,7 +62,7 @@
|
|
|
|
version = "1"
|
|
|
|
optional = true
|
|
|
|
[dev-dependencies.approx]
|
|
|
|
-version = "0.4.0"
|
|
|
|
+version = "0.5.0"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
correct = ["arrayvec", "static_assertions", "table"]
|