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.
69 lines
1.2 KiB
69 lines
1.2 KiB
2 months ago
|
--- rust_decimal-1.36.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||
|
+++ rust_decimal-1.36.0/Cargo.toml 2024-09-18T21:27:10.217746+00:00
|
||
|
@@ -80,15 +80,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
|
||
|
@@ -162,19 +153,11 @@
|
||
|
version = "1.0"
|
||
|
default-features = false
|
||
|
|
||
|
-[dev-dependencies.criterion]
|
||
|
-version = "0.5"
|
||
|
-default-features = false
|
||
|
-
|
||
|
[dev-dependencies.csv]
|
||
|
version = "1"
|
||
|
|
||
|
[dev-dependencies.futures]
|
||
|
version = "0.3"
|
||
|
-default-features = false
|
||
|
-
|
||
|
-[dev-dependencies.postgres]
|
||
|
-version = "0.19"
|
||
|
default-features = false
|
||
|
|
||
|
[dev-dependencies.rand]
|
||
|
@@ -201,10 +184,6 @@
|
||
|
"rt-multi-thread",
|
||
|
"test-util",
|
||
|
]
|
||
|
-default-features = false
|
||
|
-
|
||
|
-[dev-dependencies.tokio-postgres]
|
||
|
-version = "0.7"
|
||
|
default-features = false
|
||
|
|
||
|
[dev-dependencies.version-sync]
|
||
|
@@ -216,10 +195,6 @@
|
||
|
default-features = false
|
||
|
|
||
|
[features]
|
||
|
-borsh = [
|
||
|
- "dep:borsh",
|
||
|
- "std",
|
||
|
-]
|
||
|
c-repr = []
|
||
|
db-diesel-mysql = [
|
||
|
"diesel/mysql",
|
||
|
@@ -269,7 +244,6 @@
|
||
|
serde-with-str = ["serde"]
|
||
|
std = [
|
||
|
"arrayvec/std",
|
||
|
- "borsh?/std",
|
||
|
"bytes?/std",
|
||
|
"rand?/std",
|
||
|
"rkyv?/std",
|