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.
45 lines
737 B
45 lines
737 B
1 year ago
|
--- tracing-log-0.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||
|
+++ tracing-log-0.2.0/Cargo.toml 2023-12-28T17:00:25.954897+00:00
|
||
|
@@ -39,30 +39,14 @@
|
||
|
"docsrs",
|
||
|
]
|
||
|
|
||
|
-[[bench]]
|
||
|
-name = "logging"
|
||
|
-harness = false
|
||
|
-
|
||
|
-[dependencies.ahash]
|
||
|
-version = "0.7.6"
|
||
|
-optional = true
|
||
|
-
|
||
|
[dependencies.log]
|
||
|
version = "0.4.17"
|
||
|
-
|
||
|
-[dependencies.lru]
|
||
|
-version = "0.7.7"
|
||
|
-optional = true
|
||
|
|
||
|
[dependencies.once_cell]
|
||
|
version = "1.13.0"
|
||
|
|
||
|
[dependencies.tracing-core]
|
||
|
version = "0.1.28"
|
||
|
-
|
||
|
-[dev-dependencies.criterion]
|
||
|
-version = "0.3.6"
|
||
|
-default-features = false
|
||
|
|
||
|
[dev-dependencies.tracing]
|
||
|
version = "0.1.35"
|
||
|
@@ -72,10 +56,6 @@
|
||
|
"log-tracer",
|
||
|
"std",
|
||
|
]
|
||
|
-interest-cache = [
|
||
|
- "lru",
|
||
|
- "ahash",
|
||
|
-]
|
||
|
log-tracer = []
|
||
|
std = ["log/std"]
|
||
|
|