|
|
|
--- rust_decimal-1.34.3/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ rust_decimal-1.34.3/Cargo.toml 2024-02-19T19:38:15.907992+00:00
|
|
|
|
@@ -56,15 +56,6 @@
|
|
|
|
version = "0.7"
|
|
|
|
default-features = false
|
|
|
|
|
|
|
|
-[dependencies.borsh]
|
|
|
|
-version = "1.1.1"
|
|
|
|
-features = [
|
|
|
|
- "derive",
|
|
|
|
- "unstable__schema",
|
|
|
|
-]
|
|
|
|
-optional = true
|
|
|
|
-default-features = false
|
|
|
|
-
|
|
|
|
[dependencies.bytes]
|
|
|
|
version = "1.0"
|
|
|
|
optional = true
|
|
|
|
@@ -143,10 +134,6 @@
|
|
|
|
|
|
|
|
[dev-dependencies.bytes]
|
|
|
|
version = "1.0"
|
|
|
|
-default-features = false
|
|
|
|
-
|
|
|
|
-[dev-dependencies.criterion]
|
|
|
|
-version = "0.5"
|
|
|
|
default-features = false
|
|
|
|
|
|
|
|
[dev-dependencies.csv]
|
|
|
|
@@ -191,10 +178,6 @@
|
|
|
|
default-features = false
|
|
|
|
|
|
|
|
[features]
|
|
|
|
-borsh = [
|
|
|
|
- "dep:borsh",
|
|
|
|
- "std",
|
|
|
|
-]
|
|
|
|
c-repr = []
|
|
|
|
db-diesel-mysql = ["db-diesel1-mysql"]
|
|
|
|
db-diesel-postgres = ["db-diesel1-postgres"]
|
|
|
|
@@ -253,7 +236,6 @@
|
|
|
|
serde-with-str = ["serde"]
|
|
|
|
std = [
|
|
|
|
"arrayvec/std",
|
|
|
|
- "borsh?/std",
|
|
|
|
"bytes?/std",
|
|
|
|
"rand?/std",
|
|
|
|
"rkyv?/std",
|